From 2abb0da47e6669d01d2e13c9e5edfa4eaaf09c7e Mon Sep 17 00:00:00 2001 From: andronache Date: Thu, 30 Sep 2021 17:01:57 +0300 Subject: [PATCH] Fixed test for filterindexer in engine --- engine/filterindexer_it_test.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/engine/filterindexer_it_test.go b/engine/filterindexer_it_test.go index b4daa81be..f0a22f0ce 100644 --- a/engine/filterindexer_it_test.go +++ b/engine/filterindexer_it_test.go @@ -51,6 +51,8 @@ var sTests = []func(t *testing.T){ testITFlush, testITIsDBEmpty, testITTestStoreFilterIndexesWithTransID, + testITFlush, + testITIsDBEmpty, testITTestStoreFilterIndexesWithTransID2, testITFlush, testITIsDBEmpty, @@ -651,6 +653,7 @@ func testITTestStoreFilterIndexesWithTransID(t *testing.T) { } else if !reflect.DeepEqual(eIdx, rcv) { t.Errorf("Expecting: %+v, received: %+v", eIdx, rcv) } + } func testITTestStoreFilterIndexesWithTransID2(t *testing.T) {