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] IndexShardTests#testIndexCheckOnStartup fails #33345

Closed
jimczi opened this issue Sep 3, 2018 · 1 comment · Fixed by #33349
Closed

[CI] IndexShardTests#testIndexCheckOnStartup fails #33345

jimczi opened this issue Sep 3, 2018 · 1 comment · Fixed by #33349
Assignees
Labels
:Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI

Comments

@jimczi
Copy link
Contributor

jimczi commented Sep 3, 2018

https://elasticsearch-ci.elastic.co/job/elastic+elasticsearch+6.x+multijob-unix-compatibility/os=fedora/1268/console

Reproduce locally with:

./gradlew :server:test \
  -Dtests.seed=1DC5F9791FEAA886 \
  -Dtests.class=org.elasticsearch.index.shard.IndexShardTests \
  -Dtests.method="testIndexCheckOnStartup" \
  -Dtests.security.manager=true \
  -Dtests.locale=et \
  -Dtests.timezone=Pacific/Efate \
  -Dcompiler.java=10 \
  -Druntime.java=8
@jimczi jimczi added :Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI labels Sep 3, 2018
@elasticmachine
Copy link
Collaborator

Pinging @elastic/es-core-infra

@original-brownbear original-brownbear self-assigned this Sep 3, 2018
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Sep 3, 2018
* Ignore all `RuntimeException` since random
file corruption triggers other RTE in addition
to the randomly caught one
* closes elastic#33345
jasontedor added a commit to jasontedor/elasticsearch that referenced this issue Sep 3, 2018
* master: (197 commits)
  Prevent NPE parsing the stop datafeed request. (elastic#33347)
  HLRC: Add ML get overall buckets API (elastic#33297)
  Core: Fix epoch millis java time formatter (elastic#33302)
  [Docs] Improve tuning for speed advice (elastic#33315)
  [Rollup] Fix Caps Comparator to handle calendar/fixed time (elastic#33336)
  [CI] Mute  IndexShardTests#testIndexCheckOnStartup fails elastic#33345
  [CI] Mute LuceneChangesSnapshotTests#testUpdateAndReadChangesConcurrently
  Security for _field_names field should not override field statistics (elastic#33261)
  Add early termination support to BucketCollector (elastic#33279)
  Fix extractjar task  ci  (elastic#33272)
  Mute testFollowIndexAndCloseNode
  Logging: Drop Settings from some logging ctors (elastic#33332)
  HLREST: add update by query API (elastic#32760)
  TEST: Increase timeout testFollowIndexAndCloseNode (elastic#33333)
  HLRC: ML Flush job (elastic#33187)
  HLRC: Adding ML Job stats (elastic#33183)
  LLREST: Drop deprecated methods (elastic#33223)
  Mute testSyncerOnClosingShard
  [DOCS] Moves machine learning APIs to docs folder (elastic#31118)
  Mute test watcher usage stats output
  ...
original-brownbear added a commit that referenced this issue Sep 3, 2018
* Ignore all `RuntimeException` since random
file corruption triggers other RTE in addition
to the randomly caught one
* closes #33345
original-brownbear added a commit to original-brownbear/elasticsearch that referenced this issue Sep 3, 2018
* Ignore all `RuntimeException` since random
file corruption triggers other RTE in addition
to the randomly caught one
* closes elastic#33345
original-brownbear added a commit that referenced this issue Sep 3, 2018
* Ignore all `RuntimeException` since random
file corruption triggers other RTE in addition
to the randomly caught one
* closes #33345
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Core/Infra/Core Core issues without another label >test-failure Triaged test failures from CI
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants