Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
ping-ke committed Sep 6, 2024
1 parent 41b6c5a commit 63579fb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/integration-test-server/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,6 +180,8 @@ func checkFinalState(state *node.NodeState) {
}
}

// TODO support multi shards
// TODO read data from RPC
func verifyData() error {
file, err := os.OpenFile(uploadedDataFile, os.O_RDONLY, 0755)
if err != nil {
Expand Down

0 comments on commit 63579fb

Please sign in to comment.