]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
test/crimson/test_interruptible_future: disable handle_error 41963/head
authorSamuel Just <sjust@redhat.com>
Thu, 24 Jun 2021 17:08:34 +0000 (17:08 +0000)
committerSamuel Just <sjust@redhat.com>
Thu, 24 Jun 2021 18:49:27 +0000 (11:49 -0700)
Seems to cause a linker hang with gcc-9 in bionic.

Signed-off-by: Samuel Just <sjust@redhat.com>
src/test/crimson/test_interruptible_future.cc

index 74613fbf7505cb0a7354223b267227f2a8b07b24..bc59119f91767eda3f5d2bc2f97262888059ec27 100644 (file)
@@ -227,6 +227,8 @@ TEST_F(seastar_test_suite_t, expand_errorated_value)
   });
 }
 
+#if 0
+// This seems to cause a hang in the gcc-9 linker on bionic
 TEST_F(seastar_test_suite_t, handle_error)
 {
   run_async([] {
@@ -244,3 +246,4 @@ TEST_F(seastar_test_suite_t, handle_error)
     ret.unsafe_get0();
   });
 }
+#endif