Skip to content

Commit

Permalink
Handle removal of 'StorageManager' from stats dumps in 2.27 - Part 2 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
kounelisagis authored Oct 24, 2024
1 parent 3d07df9 commit f627920
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tiledb/tests/test_libtiledb.py
Original file line number Diff line number Diff line change
Expand Up @@ -3480,7 +3480,8 @@ def test_ctx(self):
T[:] = np.random.randint(10, size=3)

stats = ctx.get_stats(print_out=False)
assert "Context.StorageManager.write_store" in stats
# check that the stats are non-empty
assert stats

def test_query(self):
tiledb.stats_enable()
Expand Down

0 comments on commit f627920

Please sign in to comment.