Skip to content

Instantly share code, notes, and snippets.

@jprante
Created December 9, 2011 16:33
Show Gist options
  • Save jprante/1452250 to your computer and use it in GitHub Desktop.
Save jprante/1452250 to your computer and use it in GitHub Desktop.
ES integration test failures
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