ecmwf / fdb

Fdb is a domain-specific object store for meteorological objects
Apache License 2.0
26 stars 11 forks source link

Base tmpdir on cwd in auxiliary/callback tests #55

Closed ChrisspyB closed 3 days ago

ChrisspyB commented 4 days ago

In response to issue introduced by PR https://github.com/ecmwf/fdb/pull/43 . We cannot use $TMPDIR when tests when FDB has been configured to use a Lustre filesystem when $TMPDIR is not itself Lustre.

This PR causes affected tests to write to the test directory instead.

codecov-commenter commented 4 days ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 64.51%. Comparing base (718cfc1) to head (8a31f21).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## develop #55 +/- ## ======================================== Coverage 64.51% 64.51% ======================================== Files 238 238 Lines 13844 13844 Branches 1334 1334 ======================================== Hits 8931 8931 Misses 4913 4913 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.