[
https://issues.apache.org/jira/browse/FALCON-1978?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15297508#comment-15297508
]
ASF GitHub Bot commented on FALCON-1978:
----------------------------------------
GitHub user vramachan opened a pull request:
https://github.com/apache/falcon/pull/158
FALCON-1978 : Fix flaky unite test MetadataMappingServicesTests
1. Ordered the tests so that parallel execution will not cause assert
failures
2. There was an issue found in EntityGraphRelationshipBuilder that was
causing MetadataMappingServicesTests.testOnClusterEntityChange(), but it seems
that has been fixed in the trunk.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/vramachan/falcon FALCON-1978.FixUnitTest
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/falcon/pull/158.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 #158
----
commit 9f0c47a893eb0f1fd30a00bd900ab3a81594633f
Author: Venkatesan Ramachandran <[email protected]>
Date: 2016-05-24T01:42:50Z
FALCON-1978 : Fix flaky unite test MetadataMappingServicesTests
----
> Fix flaky unit test - MetadataMappingServiceTest
> ------------------------------------------------
>
> Key: FALCON-1978
> URL: https://issues.apache.org/jira/browse/FALCON-1978
> Project: Falcon
> Issue Type: Bug
> Components: tests
> Affects Versions: trunk
> Reporter: Venkatesan Ramachandran
> Assignee: Venkatesan Ramachandran
>
> 1. The unit tests in MetadataMappingServiceTests are failing randomly as the
> test cases depend on specific sequence of execution, but they do not have
> dependency annotation set properly.
> 2. A specific test related to cluster update
> MetadataMappingServiceTest.testOnClusterEntityChange() is failing because the
> COLO (data center) relationship to CLUSTER is not properly added/updated
> during cluster update.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)