Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLSInMemoryTicketProcessorTest fails on arm64 #241

Open
sin-ack opened this issue Nov 12, 2024 · 0 comments
Open

TLSInMemoryTicketProcessorTest fails on arm64 #241

sin-ack opened this issue Nov 12, 2024 · 0 comments

Comments

@sin-ack
Copy link

sin-ack commented Nov 12, 2024

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant