-
- [x] ./oqs/src/lib.rs (https://github.com/rosenpass/rosenpass/pull/446)
- [x] ./oqs/src/kem_macro.rs (https://github.com/rosenpass/rosenpass/pull/446)
- [x] ./constant-time/src/xor.rs (https://gith…
-
There are some [known issues](#91396) with CockroachDB + Django + psycopg3 [server-side cursors](https://docs.djangoproject.com/en/dev/ref/databases/#server-side-parameters-binding). This one may be d…
-
Built-in quarks have test and recursion functions to work with, but for new quarks defined by `\quark_new:N`, there are no such functions. Providing/Exposing quark function generators can make user-d…
-
It's currently very easy to run into a poorly written migration where the down function doesn't correctly undo the migration. Diesel's documentation suggests the use of redo for testing this, but unle…
-
The utils.py file contains several utility functions that currently lack unit tests. We need to create comprehensive unit tests to ensure these functions work correctly and to prevent future regressio…
-
In Summer/Autumn of 2023 we moved to Cloudflare and started using CF functions (workers that run on the edge and execute JS). Initially, these were pretty simple but with some work in Summer of 2024 t…
-
The need for unit tests for SLiM's popgen functions has been underlined by another discovery of a bug with them (https://groups.google.com/g/slim-discuss/c/Yacfk9EIYeU/m/bc72wVUzBAAJ). I'm not sure h…
-
# 💡 Summary #
Write unit tests for all the code in the workflows.
## Motivation and context ##
All code should be tested to prevent unknown problems from biting us unexpectedly (which has happened)…
-
### Bug description
```
testCast(
JSON(),
DECIMAL(10, 2),
{"1234567.89"_sv},
{123456789});
```
```
/var/git/velox/velox/vector/tests/utils/VectorTestBase.cpp:151: Fa…
-
Unit testing is needed to make sure all all components of the memory module are functioning and are able to handle edge cases.
* `FLASH_is_reachable()` function can be used to make sure that we are c…