Page MenuHomePhabricator

Make jobprocessor's test not depend on external files
Closed, InvalidPublic

Description

jobprocessor is one of kartotherian's sub packages. We noticed during testing stage after docker build, one of the test for jobprocessor fails due to inability to write files which seems to be a nodejs10-devel image issue. This same test runs perfectly locally and in normal builds. Let's modify this test to save the file contents in a variable.

Event Timeline

Joe triaged this task as Medium priority.Aug 26 2019, 8:19 AM
Joe subscribed.

@Mathew.onipe can I ask further details on the error you get? It should definitely not be an issue if the test works in a docker image locally.

jijiki added subscribers: Jgiannelos, jijiki.

After discussing @Jgiannelos, we can mark this as invalid as it is quite old