Created
December 9, 2011 16:33
-
-
Save jprante/1452250 to your computer and use it in GitHub Desktop.
ES integration test failures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Failed tests: testScriptFieldUsingSource(org.elasticsearch.test.integration.search.scriptfield.ScriptFieldSearchTests): Failures [shard [[_na_][test][4]], reason [No active shards]](..) | |
testFiltersWithCustomCacheKey(org.elasticsearch.test.integration.search.query.SimpleQueryTests): Failures [shard [[_na_][test][4]], reason [No active shards]](..) | |
Tests run: 794, Failures: 2, Errors: 0, Skipped: 0 | |
org.elasticsearch.test.integration.search.scriptfield.ScriptFieldSearchTests:testScriptFieldUsingSource | |
Failures [shard [[_na_][test][4]], reason [No active shards]] Expected: <0> but: was <1> | |
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) | |
at org.elasticsearch.test.integration.search.scriptfield.ScriptFieldSearchTests.testScriptFieldUsingSource(ScriptFieldSearchTests.java:167) | |
35 lines not shown | |
org.elasticsearch.test.integration.search.query.SimpleQueryTests:testFiltersWithCustomCacheKey | |
Failures [shard [[_na_][test][4]], reason [No active shards]] Expected: <0> but: was <1> | |
org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20) | |
at org.elasticsearch.test.integration.search.query.SimpleQueryTests.testFiltersWithCustomCacheKey(SimpleQueryTests.java:329) | |
35 lines not shown |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment