You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get the following failure on version 2024.11.04.00 in a QEMU arm64 chroot:
# ctest --output-on-failure --rerun-failed
Test project /var/tmp/portage/dev-cpp/wangle-2024.11.04.00/work/wangle-2024.11.04.00/wangle_build
Start 13: TLSInMemoryTicketProcessorTest
1/1 Test #13: TLSInMemoryTicketProcessorTest ...***Failed 6.11 sec
[==========] Running 2 tests from 1 test suite.
[----------] Global test environment set-up.
[----------] 2 tests from TestInMemoryTicket
[ RUN ] TestInMemoryTicket.TestInitInMemoryTicket
[ OK ] TestInMemoryTicket.TestInitInMemoryTicket (11 ms)
[ RUN ] TestInMemoryTicket.TestUpdateInMemoryTicket
/var/tmp/portage/dev-cpp/wangle-2024.11.04.00/work/wangle-2024.11.04.00/wangle/ssl/test/TLSInMemoryTicketProcessorTest.cpp:49: Failure
Value of: originalSeeds.isValidRotation(rotatedSeeds)
Actual: false
Expected: true
[ FAILED ] TestInMemoryTicket.TestUpdateInMemoryTicket (6005 ms)
[----------] 2 tests from TestInMemoryTicket (6019 ms total)
[----------] Global test environment tear-down
[==========] 2 tests from 1 test suite ran. (6022 ms total)
[ PASSED ] 1 test.
[ FAILED ] 1 test, listed below:
[ FAILED ] TestInMemoryTicket.TestUpdateInMemoryTicket
1 FAILED TEST
0% tests passed, 1 tests failed out of 1
Total Test time (real) = 6.15 sec
The following tests FAILED:
13 - TLSInMemoryTicketProcessorTest (Failed)
Errors while running CTest
The text was updated successfully, but these errors were encountered:
I get the following failure on version 2024.11.04.00 in a QEMU arm64 chroot:
The text was updated successfully, but these errors were encountered: