Skip to content

Commit

Permalink
Address comments
Browse files Browse the repository at this point in the history
Signed-off-by: Wish <breezewish@outlook.com>
  • Loading branch information
breezewish committed Oct 8, 2024
1 parent afa9ff7 commit b62ad3d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions pkg/planner/core/casetest/vectorsearch/vector_index_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ func TestVectorIndexProtobufMatch(t *testing.T) {
}

func TestTiFlashANNIndex(t *testing.T) {
// store, dom := testkit.CreateMockStoreAndDomain(t)
// tk := testkit.NewTestKit(t, store)

store := testkit.CreateMockStoreWithSchemaLease(t, 1*time.Second, mockstore.WithMockTiFlash(2))

tk := testkit.NewTestKit(t, store)
Expand Down Expand Up @@ -79,7 +76,6 @@ func TestTiFlashANNIndex(t *testing.T) {
tk.MustExec("insert into t1(vec, a, b, c, d) select vec, a, b, c, d from t1")
}
tk.MustExec("analyze table t1")
// internal.SetTiFlashReplica(t, dom, "test", "t1")

tk.MustExec("set @@tidb_isolation_read_engines = 'tiflash'")

Expand Down

0 comments on commit b62ad3d

Please sign in to comment.