[
https://issues.apache.org/jira/browse/FALCON-483?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14041098#comment-14041098
]
Sowmya Ramesh commented on FALCON-483:
--------------------------------------
[~svenkat]: I did look at that. For these tests invocationCount > 1 and we
don't want publishing to config store to be done for every invocation. Since we
are testing if remove requests are concurrent setup should be to publish to
config store and concurrent remove requests should have no issues.Thanks!
> Fix the failing test ConfigurationStoreTest.testConcurrentRemoves on jenkins
> -----------------------------------------------------------------------------
>
> Key: FALCON-483
> URL: https://issues.apache.org/jira/browse/FALCON-483
> Project: Falcon
> Issue Type: Bug
> Reporter: Sowmya Ramesh
> Attachments: FALCON-483.patch
>
>
> Running org.apache.falcon.entity.store.ConfigurationStoreTest
> Tests run: 9, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 4.838 sec <<<
> FAILURE! - in org.apache.falcon.entity.store.ConfigurationStoreTest
> testConcurrentRemoves(org.apache.falcon.entity.store.ConfigurationStoreTest)
> Time elapsed: 0.052 sec <<< FAILURE!
> java.lang.AssertionError: expected:<<?xml version="1.0" encoding="UTF-8"
> standalone="yes"?>
> <process name="remove" xmlns="uri:falcon:process:0.1">
> <parallel>0</parallel>
> </process>
> > but was:<null>
> at org.testng.Assert.fail(Assert.java:89)
> at org.testng.Assert.failNotEquals(Assert.java:489)
> at org.testng.Assert.assertEquals(Assert.java:118)
> at org.testng.Assert.assertEquals(Assert.java:160)
> at
> org.apache.falcon.entity.store.ConfigurationStoreTest.testConcurrentRemoves(ConfigurationStoreTest.java:130)
> testConcurrentRemoves(org.apache.falcon.entity.store.ConfigurationStoreTest)
> Time elapsed: 0.052 sec <<< FAILURE!
> java.lang.AssertionError: expected:<<?xml version="1.0" encoding="UTF-8"
> standalone="yes"?>
> <process name="remove" xmlns="uri:falcon:process:0.1">
> <parallel>0</parallel>
> </process>
> > but was:<null>
> at org.testng.Assert.fail(Assert.java:89)
> at org.testng.Assert.failNotEquals(Assert.java:489)
> at org.testng.Assert.assertEquals(Assert.java:118)
> at org.testng.Assert.assertEquals(Assert.java:160)
> at
> org.apache.falcon.entity.store.ConfigurationStoreTest.testConcurrentRemoves(ConfigurationStoreTest.java:130)
--
This message was sent by Atlassian JIRA
(v6.2#6252)