Skip to content

Commit

Permalink
fix flaky load tables test for boltdb-shipper uploads table-manager (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
sandeepsukhani authored Nov 6, 2020
1 parent e2aee2a commit fd451d9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/storage/stores/shipper/uploads/table_manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,8 @@ func TestLoadTables(t *testing.T) {

tm, err := NewTableManager(cfg, boltDBIndexClient, storageClient, nil)
require.NoError(t, err)
defer tm.Stop()

require.Len(t, tm.tables, len(expectedTables))

stat, err := os.Stat(filepath.Join(indexPath, "table0", "table0"))
Expand Down

0 comments on commit fd451d9

Please sign in to comment.