You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@rya.apache.org by "Jeff Dasch (JIRA)" <ji...@apache.org> on 2017/10/12 19:11:01 UTC

[jira] [Resolved] (RYA-398) MongoEntityIndexTest does not run in isolation

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

Jeff Dasch resolved RYA-398.
----------------------------
    Resolution: Fixed

> MongoEntityIndexTest does not run in isolation
> ----------------------------------------------
>
>                 Key: RYA-398
>                 URL: https://issues.apache.org/jira/browse/RYA-398
>             Project: Rya
>          Issue Type: Bug
>          Components: build
>    Affects Versions: 3.2.11
>            Reporter: Jeff Dasch
>            Assignee: Andrew Smith
>             Fix For: 3.2.12
>
>
> Probably just need to change the annotation {{@BeforeClass}} to {{@Before}}
> Also, there may be a Mongo Test that is not cleaning up after itself causing this flakiness.
> This execution order fails:
> {noformat}
> Running org.apache.rya.accumulo.documentIndex.DocumentIndexIntersectingIteratorTest
> Running org.apache.rya.indexing.external.PrecompJoinOptimizerTest
> Running org.apache.rya.indexing.external.PrecompJoinOptimizerVarToConstTest
> Running org.apache.rya.indexing.external.PrecomputedJoinStorageSupplierTest
> Running org.apache.rya.indexing.external.tupleSet.AccumuloIndexSetColumnVisibilityTest
> Running org.apache.rya.indexing.external.tupleSet.SimpleExternalTupleSetTest
> Running org.apache.rya.indexing.external.tupleSet.VarConstQueryVariableNormalizerTest
> Running org.apache.rya.indexing.external.tupleSet.QueryVariableNormalizerTest
> Running org.apache.rya.indexing.external.tupleSet.ParsedQueryUtilTest
> Running org.apache.rya.indexing.external.tupleSet.AccumuloIndexSetTest
> Running org.apache.rya.indexing.external.PrecomputedJoinUpdaterSupplierTest
> Running org.apache.rya.indexing.mongo.MongoEntityIndexTest
> Running org.apache.rya.indexing.mongo.MongoIndexingConfigurationTest
> Running org.apache.rya.indexing.mongo.MongoTemporalIndexerTest
> Running org.apache.rya.indexing.mongo.MongoFreeTextIndexerTest
> Running org.apache.rya.indexing.smarturi.duplication.DuplicateDataDetectorTest
> Running org.apache.rya.indexing.IndexPlanValidator.ThreshholdPlanSelectorTest
> Running org.apache.rya.indexing.IndexPlanValidator.GeneralizedExternalProcessorTest
> Running org.apache.rya.indexing.IndexPlanValidator.VarConstantIndexListPrunerTest
> Running org.apache.rya.indexing.IndexPlanValidator.TupleReArrangerTest
> Running org.apache.rya.indexing.IndexPlanValidator.ValidIndexCombinationGeneratorTest
> Running org.apache.rya.indexing.IndexPlanValidator.IndexPlanValidatorTest
> Running org.apache.rya.indexing.IndexPlanValidator.TupleExecutionPlanGeneratorTest
> Running org.apache.rya.indexing.IndexPlanValidator.IndexedExecutionPlanGeneratorTest
> Running org.apache.rya.indexing.statement.metadata.StatementMetadataExternalSetProviderTest
> Running org.apache.rya.indexing.statement.metadata.MongoStatementMetadataNodeTest
> Running org.apache.rya.indexing.statement.metadata.AccumuloStatementMetadataNodeTest
> Running org.apache.rya.indexing.statement.metadata.StatementMetadataOptimizerTest
> Running org.apache.rya.indexing.entity.storage.mongo.EntityDocumentConverterTest
> Running org.apache.rya.indexing.entity.storage.mongo.RyaTypeDocumentConverterTest
> Running org.apache.rya.indexing.entity.storage.mongo.TypeDocumentConverterTest
> Running org.apache.rya.indexing.entity.query.EntityQueryNodeTest
> Running org.apache.rya.indexing.accumulo.StatementSerializerTest
> Running org.apache.rya.indexing.accumulo.freetext.AccumuloFreeTextIndexerTest
> Running org.apache.rya.indexing.accumulo.freetext.query.QueryParserTest
> Running org.apache.rya.indexing.accumulo.temporal.TemporalInstantTest
> Running org.apache.rya.indexing.accumulo.temporal.TemporalIntervalTest
> Running org.apache.rya.indexing.accumulo.temporal.AccumuloTemporalIndexerTest
> Running org.apache.rya.indexing.accumulo.AccumuloIndexingConfigurationTest
> Running org.apache.rya.indexing.accumulo.entity.EntityCentricIndexTest
> Running org.apache.rya.indexing.accumulo.entity.EntityOptimizerTest
> Running org.apache.rya.indexing.accumulo.entity.AccumuloDocIndexerTest
> Running org.apache.rya.indexing.accumulo.entity.StarQueryTest
> Running org.apache.rya.indexing.pcj.matching.JoinSegmentPCJMatcherTest
> Running org.apache.rya.indexing.pcj.matching.PCJOptimizerTest
> Running org.apache.rya.indexing.pcj.matching.FlattenedOptionalTest
> Running org.apache.rya.indexing.pcj.matching.PCJNodeConsolidatorTest
> Running org.apache.rya.indexing.pcj.matching.OptionalJoinSegmentTest
> Running org.apache.rya.indexing.pcj.matching.JoinSegmentTest
> Running org.apache.rya.indexing.pcj.matching.PCJOptimizerUtilitesTest
> Running org.apache.rya.indexing.pcj.matching.OptionalJoinSegmentPCJMatcherTest
> Running org.apache.rya.sail.config.RyaAccumuloSailFactoryTest
> {noformat}
> This execution order passes:
> {noformat}
> Running org.apache.rya.sail.config.RyaAccumuloSailFactoryTest
> Running org.apache.rya.indexing.entity.query.EntityQueryNodeTest
> Running org.apache.rya.indexing.entity.storage.mongo.EntityDocumentConverterTest
> Running org.apache.rya.indexing.entity.storage.mongo.TypeDocumentConverterTest
> Running org.apache.rya.indexing.entity.storage.mongo.RyaTypeDocumentConverterTest
> Running org.apache.rya.indexing.IndexPlanValidator.IndexPlanValidatorTest
> Running org.apache.rya.indexing.IndexPlanValidator.IndexedExecutionPlanGeneratorTest
> Running org.apache.rya.indexing.IndexPlanValidator.ThreshholdPlanSelectorTest
> Running org.apache.rya.indexing.IndexPlanValidator.TupleExecutionPlanGeneratorTest
> Running org.apache.rya.indexing.IndexPlanValidator.VarConstantIndexListPrunerTest
> Running org.apache.rya.indexing.IndexPlanValidator.GeneralizedExternalProcessorTest
> Running org.apache.rya.indexing.IndexPlanValidator.TupleReArrangerTest
> Running org.apache.rya.indexing.IndexPlanValidator.ValidIndexCombinationGeneratorTest
> Running org.apache.rya.indexing.external.PrecomputedJoinStorageSupplierTest
> Running org.apache.rya.indexing.external.PrecompJoinOptimizerTest
> Running org.apache.rya.indexing.external.PrecompJoinOptimizerVarToConstTest
> Running org.apache.rya.indexing.external.PrecomputedJoinUpdaterSupplierTest
> Running org.apache.rya.indexing.external.tupleSet.VarConstQueryVariableNormalizerTest
> Running org.apache.rya.indexing.external.tupleSet.ParsedQueryUtilTest
> Running org.apache.rya.indexing.external.tupleSet.SimpleExternalTupleSetTest
> Running org.apache.rya.indexing.external.tupleSet.AccumuloIndexSetColumnVisibilityTest
> Running org.apache.rya.indexing.external.tupleSet.AccumuloIndexSetTest
> Running org.apache.rya.indexing.external.tupleSet.QueryVariableNormalizerTest
> Running org.apache.rya.indexing.pcj.matching.JoinSegmentTest
> Running org.apache.rya.indexing.pcj.matching.PCJOptimizerUtilitesTest
> Running org.apache.rya.indexing.pcj.matching.PCJNodeConsolidatorTest
> Running org.apache.rya.indexing.pcj.matching.OptionalJoinSegmentTest
> Running org.apache.rya.indexing.pcj.matching.FlattenedOptionalTest
> Running org.apache.rya.indexing.pcj.matching.JoinSegmentPCJMatcherTest
> Running org.apache.rya.indexing.pcj.matching.PCJOptimizerTest
> Running org.apache.rya.indexing.pcj.matching.OptionalJoinSegmentPCJMatcherTest
> Running org.apache.rya.indexing.smarturi.duplication.DuplicateDataDetectorTest
> Running org.apache.rya.indexing.statement.metadata.MongoStatementMetadataNodeTest
> Running org.apache.rya.indexing.statement.metadata.AccumuloStatementMetadataNodeTest
> Running org.apache.rya.indexing.statement.metadata.StatementMetadataExternalSetProviderTest
> Running org.apache.rya.indexing.statement.metadata.StatementMetadataOptimizerTest
> Running org.apache.rya.indexing.accumulo.entity.AccumuloDocIndexerTest
> Running org.apache.rya.indexing.accumulo.entity.EntityOptimizerTest
> Running org.apache.rya.indexing.accumulo.entity.EntityCentricIndexTest
> Running org.apache.rya.indexing.accumulo.entity.StarQueryTest
> Running org.apache.rya.indexing.accumulo.freetext.query.QueryParserTest
> Running org.apache.rya.indexing.accumulo.freetext.AccumuloFreeTextIndexerTest
> Running org.apache.rya.indexing.accumulo.StatementSerializerTest
> Running org.apache.rya.indexing.accumulo.AccumuloIndexingConfigurationTest
> Running org.apache.rya.indexing.accumulo.temporal.TemporalIntervalTest
> Running org.apache.rya.indexing.accumulo.temporal.TemporalInstantTest
> Running org.apache.rya.indexing.accumulo.temporal.AccumuloTemporalIndexerTest
> Running org.apache.rya.indexing.mongo.MongoTemporalIndexerTest
> Running org.apache.rya.indexing.mongo.MongoFreeTextIndexerTest
> Running org.apache.rya.indexing.mongo.MongoIndexingConfigurationTest
> Running org.apache.rya.indexing.mongo.MongoEntityIndexTest
> Running org.apache.rya.accumulo.documentIndex.DocumentIndexIntersectingIteratorTest
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)