Skip to content

Commit f15b35d

Browse files
committed
Revert "test/crimson/test_interruptible_future: disable handle_error"
This reverts commit 45f42b8. Signed-off-by: Matan Breizman <[email protected]>
1 parent cb5698a commit f15b35d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/test/crimson/test_interruptible_future.cc

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -305,8 +305,6 @@ TEST_F(seastar_test_suite_t, interruptible_repeat_eagain)
305305
});
306306
}
307307

308-
#if 0
309-
// This seems to cause a hang in the gcc-9 linker on bionic
310308
TEST_F(seastar_test_suite_t, handle_error)
311309
{
312310
run_async([] {
@@ -324,4 +322,3 @@ TEST_F(seastar_test_suite_t, handle_error)
324322
ret.unsafe_get();
325323
});
326324
}
327-
#endif

0 commit comments

Comments
 (0)