[
https://issues.apache.org/jira/browse/CASSANDRA-13965?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Shuler updated CASSANDRA-13965:
---------------------------------------
Fix Version/s: (was: 4.x)
4.0
> SecondaryIndexManagerTest.assert[Not]MarkedAsBuilt produces flaky tests
> -----------------------------------------------------------------------
>
> Key: CASSANDRA-13965
> URL: https://issues.apache.org/jira/browse/CASSANDRA-13965
> Project: Cassandra
> Issue Type: Bug
> Components: Feature/2i Index, Legacy/Testing
> Reporter: Andrés de la Peña
> Assignee: Andrés de la Peña
> Priority: Low
> Fix For: 4.0
>
>
> The methods
> [{{SecondaryIndexManagerTest.assertMarkedAsBuilt}}|https://github.com/apache/cassandra/blob/trunk/test/unit/org/apache/cassandra/index/SecondaryIndexManagerTest.java#L554-L557]
> and
> [{{SecondaryIndexManagerTest.assertNotMarkedAsBuilt}}|https://github.com/apache/cassandra/blob/trunk/test/unit/org/apache/cassandra/index/SecondaryIndexManagerTest.java#L559-L562]
> produce occasional test failures.
> These methods assume that there aren't any other indexes in the
> {{system.IndexInfo}} table than those created by the calling test. However,
> it is possible to find indexes built for other tests (not only
> {{SecondaryIndexManagerTest}}) that rely on {{CQLTester.afterTest}} to
> cleanup to drop their created indexes, because this method is asynchronous.
> So, it is possible to reach the
> {{SecondaryIndexManagerTest.assert(Not)MarkedAsBuilt}} calls before the
> indexes created by the previous test have been cleaned up.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]