diff --git a/tablet_integration_test.go b/tablet_integration_test.go index b60f53f4d..0fa78fd21 100644 --- a/tablet_integration_test.go +++ b/tablet_integration_test.go @@ -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) {