When I run mvn test -Dtest=MakeDataCountApiIT#testMakeDataCountGetMetric
It fails because we copy src/test/java/edu/harvard/iq/dataverse/makedatacount/sushi_sample_logs.json to /tmp/sushi_sample_logs.json but the Docker container (dev_dataverse) doesn't have access to /tmp/sushi_sample_logs.json.
Any thoughts on how best to fix this?
From server.log:
dev_dataverse> /tmp/sushi_sample_logs.json (No such file or directory)
This seems to fix it: https://github.com/pdurbin/dataverse-api-test-runner/commit/1b5155a
Last updated: Oct 30 2025 at 05:14 UTC