Anne Yu created SENTRY-1509:
-------------------------------
Summary: Disable solr unit tests from e2e runs.are becoming flaky
Key: SENTRY-1509
URL: https://issues.apache.org/jira/browse/SENTRY-1509
Project: Sentry
Issue Type: Bug
Components: Sentry, Solr Plugin
Affects Versions: 1.8.0, sentry-ha-redesign
Reporter: Anne Yu
Assignee: Anne Yu
Occasionally solr e2e tests fail without a known root cause. Disable them from
mvn test for now. But once root cause is identified, should enable these tests.
{noformat}
No context information for thread: Thread[id=1, name=main, state=RUNNABLE,
group=main]. Is this thread running under a class
com.carrotsearch.randomizedtesting.RandomizedRunner runner context? Add
@RunWith(class com.carrotsearch.randomizedtesting.RandomizedRunner.class) to
your test class. Make sure your code accesses random contexts within
@BeforeClass and @AfterClass boundary (for example, static test class
initializers are not permitted to access random contexts).
{noformat}
>>> org.apache.sentry.tests.e2e.dbprovider.TestDbCrossOperations.testCrossDbTableOperations
>>> 3 min 0 sec 2
>>> org.apache.sentry.tests.e2e.dbprovider.TestDbCrossOperations.org.apache.sentry.tests.e2e.dbprovider.TestDbCrossOperations
>>> 3 min 14 sec 2
>>> org.apache.sentry.tests.e2e.solr.TestCollAdminCoreOperations.org.apache.sentry.tests.e2e.solr.TestCollAdminCoreOperations
>>> 7.1 sec 3
>>> org.apache.sentry.tests.e2e.solr.TestDocLevelOperations.org.apache.sentry.tests.e2e.solr.TestDocLevelOperations
>>> 7.7 sec 3
>>> org.apache.sentry.tests.e2e.solr.TestQueryOperations.org.apache.sentry.tests.e2e.solr.TestQueryOperations
>>> 7.1 sec 3
>>> org.apache.sentry.tests.e2e.solr.TestRealTimeGet.org.apache.sentry.tests.e2e.solr.TestRealTimeGet
>>> 7.2 sec 3
>>> org.apache.sentry.tests.e2e.solr.TestUpdateOperations.org.apache.sentry.tests.e2e.solr.TestUpdateOperations
>>> 7.2 sec 3
>>> org.apache.sentry.tests.e2e.solr.db.integration.TestSolrAdminOperations.org.apache.sentry.tests.e2e.solr.db.integration.TestSolrAdminOperations
>>> 6.6 sec 3
>>> org.apache.sentry.tests.e2e.solr.db.integration.TestSolrDocLevelOperations.org.apache.sentry.tests.e2e.solr.db.integration.TestSolrDocLevelOperations
>>> 6.6 sec 3
>>> org.apache.sentry.tests.e2e.solr.db.integration.TestSolrQueryOperations.org.apache.sentry.tests.e2e.solr.db.integration.TestSolrQueryOperations
>>> 6.5 sec 3
>>> org.apache.sentry.tests.e2e.solr.db.integration.TestSolrUpdateOperations.org.apache.sentry.tests.e2e.solr.db.integration.TestSolrUpdateOperations
>>> 6.5 sec 3
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)