Skip to content

Commit

Permalink
Temp commit
Browse files Browse the repository at this point in the history
  • Loading branch information
sylwiaszunejko committed Jul 28, 2023
1 parent 4110c89 commit ceb8294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tablet_integration_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func TestTablets(t *testing.T) {
err = session.Query(`SELECT pk, ck, v FROM test1.table1 WHERE pk = ?;`, i).WithContext(ctx).Consistency(One).Trace(trace).Scan(&pk, &ck, &v)
assertTrue(t, "err == nil", err == nil)

fmt.Println(hostAddressess)
queriedHosts := 0
for _, hostAddress := range hostAddresses {
if strings.Contains(buf.String(), hostAddress) {
Expand Down

0 comments on commit ceb8294

Please sign in to comment.