Skip to content

Commit

Permalink
Enable test_issue_458_mini_destroy_unused_debug_assert, to repro issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gapisback committed Apr 17, 2023
1 parent b2245ac commit d0a9f44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/splinterdb_stress_test.c
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ CTEST2(splinterdb_stress, test_naive_range_delete)
* FIXME: This test still runs into an assertion "filter->addr != 0"
* from trunk_inc_filter(), which is being triaged separately.
*/
CTEST2_SKIP(splinterdb_stress, test_issue_458_mini_destroy_unused_debug_assert)
CTEST2(splinterdb_stress, test_issue_458_mini_destroy_unused_debug_assert)
{
char key_data[TEST_KEY_SIZE];
char val_data[TEST_VALUE_SIZE];
Expand Down

0 comments on commit d0a9f44

Please sign in to comment.