fdb-joshua
fdb-joshua copied to clipboard
FoundationDB Correctness service
testing out joshua images based on `rockylinux:9`
`tail` not writing valid XML when the `--xml` option is used is inconvenient. Since the bindingtester log is just text currently, perhaps ``` output... ``` or just `` as the...
The timeout for an ensemble (somewhat confusingly) is applied _per test_, and so if every test times out then an ensemble can take much longer than the timeout. There should...
Currently we only capture stdout: https://github.com/FoundationDB/fdb-joshua/blob/ea4558faa95c7d6c2a9c7b919dad2321f223c36f/joshua/joshua_agent.py#L512
I've put the cluster file to ``/home/oleg/work/fdb/devops/clusters/joshua/fdb.cluster`` When I try to start agent in the docker container with mounting a volume to /opt/joshua, I receive error ``No cluster file found...
This PR addresses 3 issues: - When multiple tests start simultaneously, `started` can go beyond `max_runs`. In this scenario, the agent should wait for all tests to complete, rather than...
There are lots of simulaton tests of fondationdb in the test subdirectory of the sourcecode. joshua requires a tarball fo running a test. What should be in the tarball for...
It seems to be the case that if a bundle is in an ended state then at the very least tests which are still running and later end with failure...
Right now, `j tail` only shows the summary of the result. This makes debugging hard when the test is non-deterministic and hard to reproduce, such as rocksdb tests. One idea:...