Christopher Bradley
Christopher Bradley
Fixes potential race condition when these tests are run in parallel (e.g. fdb.wipe deleting data that is being used by another test)
Allows setting multiple homes in a colon seperated string. e.g. `ECKIT_HOME=/path/to/home1:/path/to/home2` This is useful for libraries which like to search for multiple configs, which may be in distinct directories. LocalPathName's...
Some of our tools will print the "usage" text if no arguments are given (e.g. fdb-write). fdb-list does not, even though I'm quite sure zero arguments is not a valid...
Would be nice to be able to have an offset method in the URI class, such that: `eckit::Offset o = uri.offset()`. Ideally this would be implemented by storing offset as...
### Description WIP WIP WIP ### Contributor Declaration By opening this pull request, I affirm the following: * All authors agree to the [Contributor License Agreement](https://github.com/ecmwf/codex/blob/main/Legal/contributor_license_agreement.md). * The code follows...