Skip to content

Commit

Permalink
add invalid dimension test case
Browse files Browse the repository at this point in the history
Signed-off-by: kevindiu <[email protected]>
  • Loading branch information
kevindiu committed Jul 6, 2022
1 parent 32f65d0 commit 92ece01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkg/agent/core/ngt/handler/grpc/index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,10 @@ func Test_server_CreateIndex(t *testing.T) {
- Boundary Value Testing
- case 1.1: success to create index with 0 uncommitted index
- case 2.1: fail to create index with invalid dimension
- Decision Table Testing
// with uncommitted index count 100
// with uncommitted index count 100
- case 1.1: success to create index with poolSize > uncommitted index count
- case 1.2: success to create index with poolSize < uncommitted index count
- case 1.3: success to create index with poolSize = uncommitted index count
Expand Down

0 comments on commit 92ece01

Please sign in to comment.