mirror of
https://github.com/featurebasedb/featurebase.git
synced 2026-09-12 15:51:01 +00:00
Remove check for basic response
This commit is contained in:
parent
4e81fd8101
commit
abe8e61539
1 changed files with 4 additions and 4 deletions
|
|
@ -7008,11 +7008,11 @@ func variousQueriesOnPercentiles(t *testing.T, clusterSize int) {
|
|||
|
||||
for i, tst := range tests {
|
||||
t.Run(fmt.Sprintf("%d-%s", i, tst.query), func(t *testing.T) {
|
||||
resp := c.Query(t, "users2", tst.query)
|
||||
//resp := c.Query(t, "users2", tst.query)
|
||||
tr := c.QueryGRPC(t, "users2", tst.query)
|
||||
if tst.qrVerifier != nil {
|
||||
tst.qrVerifier(t, resp)
|
||||
}
|
||||
// if tst.qrVerifier != nil {
|
||||
// tst.qrVerifier(t, resp)
|
||||
// }
|
||||
csvString, err := tableResponseToCSVString(tr)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue