CERT-Polska / ursadb

Trigram database written in C++, suited for malware indexing
BSD 3-Clause "New" or "Revised" License
123 stars 25 forks source link

Investigate random test failure #184

Closed msm-code closed 1 year ago

msm-code commented 2 years ago

https://github.com/CERT-Polska/ursadb/runs/8068754933

This might have happened because the assert was overly strict, but there is a small chance that this is a legitimate bug - worth investigating. We should fix this, because flaky tests are annoying.

The PR that caused this run didn't change the code, so it's not a problem with the code.

msm-code commented 1 year ago

The logs for this run have expired and are no longer available.

And the problem never reoccurred. In the ideal world we would try to reproduce it, but in the world we live I won't spend time trying to reproduce it (especially since it never happened outside of that one time in github CI). If random test failure ever reoccurs, I'll reopen this issue/create another one.