openfheorg / openfhe-development

This is the development repository for the OpenFHE library. The current (stable) version is v1.2.0 (released on June 25, 2024).
BSD 2-Clause "Simplified" License
654 stars 166 forks source link

Failing pke tests on Google-internal builds #762

Open j2kun opened 2 months ago

j2kun commented 2 months ago

I am able to disable tcmalloc from https://github.com/openfheorg/openfhe-development/issues/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

These tests fail with

Value of: 0 == 1
  Actual: false
Expected: true

I would like to try to reproduce it in CMake

dsuponitskiy commented 3 weeks ago

@j2kun please re-open this issue if the tests keep failing

j2kun commented 3 weeks ago

I have disabled these tests internally because I couldn't figure it out. Still happening though.