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

Failing pke tests on Google-internal builds #762

Open
j2kun opened this issue May 2, 2024 · 0 comments
Open

Failing pke tests on Google-internal builds #762

j2kun opened this issue May 2, 2024 · 0 comments
Labels
bug Something isn't working
Milestone

Comments

@j2kun
Copy link

j2kun commented May 2, 2024

I am able to disable tcmalloc from #761, and in that case I'm seeing some test failures when testing OpenFHE v1.1.4 internal to Google.

The following tests fail with an assertion about index out of bounds:

assertion __n < size() failed: vector[] index out of bounds

  • UnitTests/UTBFVRNS.BFVRNS/EVAL_FAST_ROTATION_04
  • UnitTests/UTBFVRNS.BFVRNS/EVAL_FAST_ROTATION_06
  • UnitTests/UTBFVRNS.BFVRNS/EVAL_FAST_ROTATION_08

These tests fail with

Value of: 0 == 1
  Actual: false
Expected: true
  • UnitTests/UTCKKSRNS_SCHEMESWITCH.CKKSRNS/SCHEME_SWITCH_SERIALIZE_01
  • UnitTests/UTCKKSRNS_SCHEMESWITCH.CKKSRNS/SCHEME_SWITCH_SERIALIZE_02
  • UnitTests/UTCKKSRNS_SCHEMESWITCH.CKKSRNS/SCHEME_SWITCH_SERIALIZE_03
  • UnitTests/UTCKKSRNS_SCHEMESWITCH.CKKSRNS/SCHEME_SWITCH_SERIALIZE_04
  • UnitTests/UTCKKSRNS_SCHEMESWITCH.CKKSRNS/SCHEME_SWITCH_SERIALIZE_05
  • UnitTests/UTCKKSRNS_SCHEMESWITCH.CKKSRNS/SCHEME_SWITCH_SERIALIZE_06

I would like to try to reproduce it in CMake

@yspolyakov yspolyakov added the bug Something isn't working label May 30, 2024
@yspolyakov yspolyakov added this to the Release 1.3.0 milestone May 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants