GitHub user sonia-garudi opened a pull request:
https://github.com/apache/falcon/pull/411
FALCON-2338 EntityGraphTest.initConfigStore fails intermittently
The error occurs only when the MetadataMappingServiceTest testsuite runs
before the testcase mentioned above. This test suite creates a file in target
folder 'target/store/PROCESS/sample-process.xml' which isn't deleted post the
test.
The change proposed in this pull request deletes the files and the tests in
EntityGraphTest suite passed.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sonia-garudi/falcon FALCON-2338
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/411.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #411
----
commit b35b00dcc49d7d74c1dce3d0f5dbec039bb8110c
Author: sonia-garudi <sgarudi@...>
Date: 2018-05-11T12:13:45Z
Edit EntityGraphTest.java to delete the config store before and after suite
----
---