Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CI Failure] DateHistogramOffsetTests.singleValue_WithPreOffset_MinDocCount #8533

Closed
markharwood opened this issue Nov 18, 2014 · 3 comments
Closed
Labels
>test-failure Triaged test failures from CI

Comments

@markharwood
Copy link
Contributor

http://build-us-1.elasticsearch.org/job/es_core_1x_regression/803/

REPRODUCE WITH  : mvn clean test -Dtests.seed=76338BDFEAB372C -Dtests.class=org.elasticsearch.search.aggregations.bucket.DateHistogramOffsetTests -Dtests.prefix=tests -Dfile.encoding=UTF-8 -Duser.timezone=Europe/Berlin -Dtests.method="singleValue_WithPreOffset_MinDocCount" -Des.logger.level=DEBUG -Dtests.nightly=false -Dtests.heap.size=512m -Dtests.processors=8
Throwable:
java.lang.AssertionError: 
Expected: <5L>
     got: <4L>

    __randomizedtesting.SeedInfo.seed([76338BDFEAB372C:95FAB45878660D92]:0)
    [...org.junit.*]
    org.elasticsearch.search.aggregations.bucket.DateHistogramOffsetTests.singleValue_WithPreOffset_MinDocCount(DateHistogramOffsetTests.java:124)
    [...sun.*, com.carrotsearch.randomizedtesting.*, java.lang.reflect.*]
    org.apache.lucene.util.TestRuleSetupTeardownChained$1.evaluate(TestRuleSetupTeardownChained.java:50)
@markharwood markharwood added the >test-failure Triaged test failures from CI label Nov 18, 2014
@markharwood
Copy link
Contributor Author

Looks like it might be down to failure to create a shard:

Failed to create shard, message [IndexShardCreationException[[idx2][3] failed to create shard]; 
nested: LockObtainFailedException[Can't lock shard [idx2][3], timed out after 5000ms        

@s1monw
Copy link
Contributor

s1monw commented Nov 21, 2014

this was likely caused by the shard locking issues that are now resovled

@s1monw s1monw closed this as completed Nov 21, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>test-failure Triaged test failures from CI
Projects
None yet
Development

No branches or pull requests

2 participants