[
https://issues.apache.org/jira/browse/FALCON-2338?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16471818#comment-16471818
]
ASF GitHub Bot commented on FALCON-2338:
----------------------------------------
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
----
> EntityGraphTest.initConfigStore fails intermittently
> ----------------------------------------------------
>
> Key: FALCON-2338
> URL: https://issues.apache.org/jira/browse/FALCON-2338
> Project: Falcon
> Issue Type: Bug
> Components: common
> Environment: {code:java}
> $ java -version
> openjdk version "1.8.0_161"
> OpenJDK Runtime Environment (build 1.8.0_161-b14)
> OpenJDK 64-Bit Server VM (build 25.161-b14, mixed mode){code}
> Reporter: Sonia Garudi
> Priority: Major
> Attachments: FALCON-2338.patch
>
>
> Error message :
> {code:java}
> org.apache.falcon.FalconException: Unable to restore configurations for
> entity type PROCESS at
> org.apache.falcon.entity.store.ConfigurationStore.loadEntity(ConfigurationStore.java:228)
> at
> org.apache.falcon.entity.store.ConfigurationStore.init(ConfigurationStore.java:189){code}
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)