Just for documentation purposes,

The test-case has to be rebuilt with the new source package; attaching it.
The old test-case/v14.2.9-based doesn't run in new packages/v14.2.11-based.

Old test-case:

$ time sudo LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ceph/ \
  ~/ceph_test_rados_api_misc \
  --gtest_filter=LibRadosMisc.ShutdownRace
terminate called after throwing an instance of 'std::system_error'
  what():  Invalid argument
Aborted

real    0m0.361s
user    0m0.019s
sys     0m0.020s

New test-case:

$ time sudo LD_LIBRARY_PATH=/usr/lib/x86_64-linux-gnu/ceph/ \
  ~/ceph_test_rados_api_misc-v14.2.11 \
  --gtest_filter=LibRadosMisc.ShutdownRace
Note: Google Test filter = LibRadosMisc.ShutdownRace
[==========] Running 1 test from 1 test case.
[----------] Global test environment set-up.
[----------] 1 test from LibRadosMisc
[ RUN      ] LibRadosMisc.ShutdownRace
[       OK ] LibRadosMisc.ShutdownRace (54014 ms)
[----------] 1 test from LibRadosMisc (54014 ms total)

[----------] Global test environment tear-down
[==========] 1 test from 1 test case ran. (56782 ms total)
[  PASSED  ] 1 test.

real    0m56.832s
user    1m13.559s
sys     0m40.346s

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1890334

Title:
  ceph: nautilus: backport fixes for msgr/eventcenter

To manage notifications about this bug go to:
https://bugs.launchpad.net/cloud-archive/+bug/1890334/+subscriptions

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to