Skip to content

Commit

Permalink
refine: project 2 (talent-plan#116)
Browse files Browse the repository at this point in the history
* refine: proj2 course doc

* refine: add test command and code comments
  • Loading branch information
rebelice authored Apr 12, 2022
1 parent 9246ef3 commit 9895dc5
Show file tree
Hide file tree
Showing 6 changed files with 511 additions and 3 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -271,6 +271,10 @@ test-proj4-1:
cd planner/core && \
go test -check.f TestPredicatePushDown && \

test-proj2:
cd parser && \
go test -check.f TestDMLStmt

proj6: failpoint-enable
go test -timeout 600s ./store/tikv -mockStore=false
@$(FAILPOINT_DISABLE)
Binary file added courses/imgs/proj2-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/imgs/proj2-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added courses/imgs/proj2-3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 9895dc5

Please sign in to comment.