Stream: containers

Topic: โœ” MakeDataCountApiIT#testMakeDataCountGetMetric


view this post on Zulip Philip Durbin ๐Ÿš€ (Aug 01 2023 at 18:45):

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.

view this post on Zulip Philip Durbin ๐Ÿš€ (Aug 01 2023 at 18:45):

Any thoughts on how best to fix this?

view this post on Zulip Philip Durbin ๐Ÿš€ (Aug 01 2023 at 18:51):

From server.log:

dev_dataverse> /tmp/sushi_sample_logs.json (No such file or directory)

view this post on Zulip Philip Durbin ๐Ÿš€ (Aug 01 2023 at 20:50):

This seems to fix it: https://github.com/pdurbin/dataverse-api-test-runner/commit/1b5155a


Last updated: Oct 30 2025 at 05:14 UTC