You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "Murtadha Hubail (JIRA)" <ji...@apache.org> on 2015/11/19 06:27:11 UTC

[jira] [Resolved] (ASTERIXDB-1181) Sporadic test failure in VersionAPIServletTest

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

Murtadha Hubail resolved ASTERIXDB-1181.
----------------------------------------
    Resolution: Fixed

Since VersionAPIServeltTest doesn't do any type of queries, I think it is caused by the fact that ExecutionTest reuses the same storage data of old runs, making the metadata index recreated. I think the fix for ASTERIXDB-1152 fixes this one as well. If the issue appears again, I will be happy to investigate it.

> Sporadic test failure in VersionAPIServletTest
> ----------------------------------------------
>
>                 Key: ASTERIXDB-1181
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1181
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: HTTP API
>            Reporter: Yingyi Bu
>            Assignee: Murtadha Hubail
>            Priority: Critical
>              Labels: sporadic-error
>
> Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 6.025 sec <<< FAILURE! - in org.apache.asterix.api.http.servlet.VersionAPIServletTest
> testGet(org.apache.asterix.api.http.servlet.VersionAPIServletTest)  Time elapsed: 5.983 sec  <<< FAILURE!
> java.lang.AssertionError: null
> 	at org.apache.asterix.common.context.DatasetLifecycleManager.closeDataset(DatasetLifecycleManager.java:604)
> 	at org.apache.asterix.common.context.DatasetLifecycleManager.closeAllDatasets(DatasetLifecycleManager.java:612)
> 	at org.apache.asterix.common.context.DatasetLifecycleManager.stop(DatasetLifecycleManager.java:622)
> 	at org.apache.hyracks.api.lifecycle.LifeCycleComponentManager.stopAll(LifeCycleComponentManager.java:126)
> 	at org.apache.asterix.hyracks.bootstrap.NCApplicationEntryPoint.stop(NCApplicationEntryPoint.java:183)
> 	at org.apache.hyracks.control.nc.NodeControllerService.stop(NodeControllerService.java:343)
> 	at org.apache.asterix.api.common.AsterixHyracksIntegrationUtil.deinit(AsterixHyracksIntegrationUtil.java:116)
> 	at org.apache.asterix.test.runtime.ExecutionTestUtil.tearDown(ExecutionTestUtil.java:91)
> 	at org.apache.asterix.test.runtime.ExecutionTest.tearDown(ExecutionTest.java:67)
> 	at org.apache.asterix.api.http.servlet.VersionAPIServletTest.testGet(VersionAPIServletTest.java:114)



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)