Skip to content

Commit 60106c4

Browse files
committed
Uncommenting debug lines
Signed-off-by: Zach Musgrave <zach@liquidata.co>
1 parent 29ea7cc commit 60106c4

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

engine_test.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1625,16 +1625,16 @@ func TestQueries(t *testing.T) {
16251625
// 3) Parallelism on / off
16261626
numPartitionsVals := []int{
16271627
1,
1628-
// testNumPartitions,
1628+
testNumPartitions,
16291629
}
16301630
indexDrivers := []*indexDriverTestCase{
16311631
nil,
1632-
// {"unmergableIndexes", unmergableIndexDriver},
1633-
// {"mergableIndexes", mergableIndexDriver},
1632+
{"unmergableIndexes", unmergableIndexDriver},
1633+
{"mergableIndexes", mergableIndexDriver},
16341634
}
16351635
parallelVals := []int{
16361636
1,
1637-
// 2,
1637+
2,
16381638
}
16391639
for _, numPartitions := range numPartitionsVals {
16401640
for _, indexDriverInit := range indexDrivers {

0 commit comments

Comments
 (0)