You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@falcon.apache.org by "Venkatesh Seetharam (JIRA)" <ji...@apache.org> on 2014/08/11 21:02:13 UTC

[jira] [Closed] (FALCON-483) Fix the failing test ConfigurationStoreTest.testConcurrentRemoves on jenkins

     [ https://issues.apache.org/jira/browse/FALCON-483?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Venkatesh Seetharam closed FALCON-483.
--------------------------------------


> 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
>            Assignee: Sowmya Ramesh
>             Fix For: 0.6
>
>         Attachments: FALCON-483.patch, FALCON-483.v2.patch
>
>
> Running org.apache.falcon.entity.store.ConfigurationStoreTest
> {code}
> 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)
> {code}



--
This message was sent by Atlassian JIRA
(v6.2#6252)