fdb-joshua
fdb-joshua copied to clipboard
FoundationDB Correctness service
Currently Joshua assumes all test outputs are valid utf-8 characters and it crashes when seeing invalid utf-8 characters. It's desirable that this can be fixed so that Joshua could escape/ignore...
https://www.foundationdb.org/downloads/misc/joshua_tls_library.tar.gz is 404. This prevents the Docker image from building.
Now the supplied Dockerfile uses CentOs 7 as a base OS. This OS is quite old and it has glibc 2.17. It is too difficult to build FoundationDb compatible with...
We need to read the subprocess's output incrementally here: https://github.com/FoundationDB/fdb-joshua/blob/main/joshua/joshua_agent.py. Then we can include whatever we have so far in the output.
It would be helpful to see how many tests are currently executing under each job in the `list` view. This can be calculated as `started - ended`, defaulting to 0...
I noticed that Joshua test has failure due to "Disk i/o error". This happens when Joshua agent process cannot write to its disk. This causes false-positive test failures (my guess)....
I've downloaded fdb-jushua. I've installed fdb python bindings with ``` pip install fdb ``` When I try to run a client command, I always receive an error: ``` [oleg@oleg2 FdbJoshua]$...
Currently we don't have nightly simulation testing for blob storage backups. There are test files to support these tests (`BackupS3BlobCorrectness.toml` and `BackupAzureBlobCorrectness.toml`) but they're disabled in Joshua because there are...
It'd be nice to have a single command which can start testing and wait on the results, instead of having to (manually or via scripting) feed the ensemble ID between...