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] AzureSnapshotRepoTestKitIT testRepositoryAnalysis failing #111280

Closed
elasticsearchmachine opened this issue Jul 25, 2024 · 3 comments · Fixed by #111397 or #111569
Closed

[CI] AzureSnapshotRepoTestKitIT testRepositoryAnalysis failing #111280

elasticsearchmachine opened this issue Jul 25, 2024 · 3 comments · Fixed by #111397 or #111569
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs medium-risk An open issue or test failure that is a medium risk to future releases Team:Distributed Meta label for distributed team (obsolete) >test-failure Triaged test failures from CI

Comments

@elasticsearchmachine
Copy link
Collaborator

elasticsearchmachine commented Jul 25, 2024

Build Scans:

Reproduction Line:

./gradlew ":x-pack:plugin:snapshot-repo-test-kit:qa:azure:javaRestTest" --tests "org.elasticsearch.repositories.blobstore.testkit.AzureSnapshotRepoTestKitIT.testRepositoryAnalysis" -Dtests.seed=B285904ADED42C1 -Dtests.locale=fr-CA -Dtests.timezone=Etc/GMT-8 -Druntime.java=17

Applicable branches:
main

Reproduces locally?:
N/A

Failure History:
See dashboard

Failure Message:

org.elasticsearch.client.ResponseException: method [PUT], host [http://[::1]:39493], URI [/_snapshot/repository?verify=true], status line [HTTP/1.1 500 Internal Server Error]
:)
�ú�errorú�root_causeøú�type`repository_verification_exception�reasonà[repository] path [_repository_test_kit_tests_B285904ADED42C1] is not accessible on master nodeüûùB`repository_verification_exceptionCà[repository] path [_repository_test_kit_tests_B285904ADED42C1] is not accessible on master nodeü�caused_byúBPruntime_exceptionCàUnexpected error: java.security.InvalidAlgorithmParameterException: the trustAnchors parameter must be non-emptyüDúBdinvalid_algorithm_parameter_exceptionCkthe trustAnchors parameter must be non-emptyû�suppressedøúBHexceptionC^#block terminated with an errorûùûû�status$�¨û

Issue Reasons:

  • [main] 2 consecutive failures in step openjdk17_checkpart2_java-matrix
  • [main] 6 consecutive failures in step openjdk17_checkpart2_java-fips-matrix
  • [main] 3 consecutive failures in step graalvm-ce17_checkpart2_java-matrix
  • [main] 17 failures in test testRepositoryAnalysis (3.5% fail rate in 485 executions)
  • [main] 2 failures in step openjdk17_checkpart2_java-matrix (100.0% fail rate in 2 executions)
  • [main] 6 failures in step part-2-fips (85.7% fail rate in 7 executions)
  • [main] 6 failures in step openjdk17_checkpart2_java-fips-matrix (100.0% fail rate in 6 executions)
  • [main] 3 failures in step graalvm-ce17_checkpart2_java-matrix (100.0% fail rate in 3 executions)
  • [main] 9 failures in pipeline elasticsearch-periodic (81.8% fail rate in 11 executions)

Note:
This issue was created using new test triage automation. Please report issues or feedback to es-delivery.

@elasticsearchmachine elasticsearchmachine added :Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs >test-failure Triaged test failures from CI Team:Distributed Meta label for distributed team (obsolete) needs:risk Requires assignment of a risk label (low, medium, blocker) labels Jul 25, 2024
@elasticsearchmachine
Copy link
Collaborator Author

Pinging @elastic/es-distributed (Team:Distributed)

@pxsalehi pxsalehi added medium-risk An open issue or test failure that is a medium risk to future releases and removed needs:risk Requires assignment of a risk label (low, medium, blocker) labels Jul 26, 2024
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 3 consecutive failures in step graalvm-ce17_checkpart2_java-matrix
  • [main] 5 consecutive failures in step openjdk17_checkpart2_java-fips-matrix
  • [main] 6 consecutive failures in step part-2-fips
  • [main] 14 failures in test testRepositoryAnalysis (3.7% fail rate in 377 executions)
  • [main] 3 failures in step graalvm-ce17_checkpart2_java-matrix (100.0% fail rate in 3 executions)
  • [main] 5 failures in step openjdk17_checkpart2_java-fips-matrix (100.0% fail rate in 5 executions)
  • [main] 6 failures in step part-2-fips (100.0% fail rate in 6 executions)
  • [main] 8 failures in pipeline elasticsearch-periodic (88.9% fail rate in 9 executions)

Build Scans:

elasticsearchmachine added a commit that referenced this issue Jul 27, 2024
DaveCTurner added a commit to DaveCTurner/elasticsearch that referenced this issue Jul 29, 2024
We cannot (easily) override the JVM trust store in FIPS tests. This
commit falls back to using HTTP in these cases.

Closes elastic#111279
Closes elastic#111345
Closes elastic#111307
Closes elastic#111377
Closes elastic#111280
elasticsearchmachine added a commit that referenced this issue Jul 29, 2024
@elasticsearchmachine
Copy link
Collaborator Author

This has been muted on branch main

Mute Reasons:

  • [main] 2 consecutive failures in step openjdk17_checkpart2_java-matrix
  • [main] 6 consecutive failures in step openjdk17_checkpart2_java-fips-matrix
  • [main] 3 consecutive failures in step graalvm-ce17_checkpart2_java-matrix
  • [main] 17 failures in test testRepositoryAnalysis (3.5% fail rate in 485 executions)
  • [main] 2 failures in step openjdk17_checkpart2_java-matrix (100.0% fail rate in 2 executions)
  • [main] 6 failures in step part-2-fips (85.7% fail rate in 7 executions)
  • [main] 6 failures in step openjdk17_checkpart2_java-fips-matrix (100.0% fail rate in 6 executions)
  • [main] 3 failures in step graalvm-ce17_checkpart2_java-matrix (100.0% fail rate in 3 executions)
  • [main] 9 failures in pipeline elasticsearch-periodic (81.8% fail rate in 11 executions)

Build Scans:

weizijun added a commit to weizijun/elasticsearch that referenced this issue Jul 30, 2024
* upstream/main: (105 commits)
  Removing the use of watcher stats from WatchAcTests (elastic#111435)
  Mute org.elasticsearch.xpack.restart.FullClusterRestartIT testSingleDoc {cluster=UPGRADED} elastic#111434
  Make `EnrichPolicyRunner` more properly async (elastic#111321)
  Mute org.elasticsearch.xpack.restart.FullClusterRestartIT testSingleDoc {cluster=OLD} elastic#111430
  Mute org.elasticsearch.xpack.esql.expression.function.aggregate.ValuesTests testGroupingAggregate {TestCase=<long unicode KEYWORDs>} elastic#111428
  Mute org.elasticsearch.xpack.esql.expression.function.aggregate.ValuesTests testGroupingAggregate {TestCase=<long unicode TEXTs>} elastic#111429
  Mute org.elasticsearch.xpack.repositories.metering.azure.AzureRepositoriesMeteringIT org.elasticsearch.xpack.repositories.metering.azure.AzureRepositoriesMeteringIT elastic#111307
  Update semantic_text field to support indexing numeric and boolean data types (elastic#111284)
  Mute org.elasticsearch.repositories.blobstore.testkit.AzureSnapshotRepoTestKitIT testRepositoryAnalysis elastic#111280
  Ensure vector similarity correctly limits inner_hits returned for nested kNN (elastic#111363)
  Fix LogsIndexModeFullClusterRestartIT (elastic#111362)
  Remove 4096 bool query max limit from docs (elastic#111421)
  Fix score count validation in reranker response (elastic#111212)
  Integrate data generator in LogsDB mode challenge test (elastic#111303)
  ESQL: Add COUNT and COUNT_DISTINCT aggregation tests (elastic#111409)
  [Service Account] Add AutoOps account (elastic#111316)
  [ML] Fix failing test DetectionRulesTests.testEqualsAndHashcode (elastic#111351)
  [ML] Create and inject APM Inference Metrics (elastic#111293)
  [DOCS] Additional reranking docs updates (elastic#111350)
  Mute org.elasticsearch.repositories.azure.RepositoryAzureClientYamlTestSuiteIT org.elasticsearch.repositories.azure.RepositoryAzureClientYamlTestSuiteIT elastic#111345
  ...

# Conflicts:
#	server/src/main/java/org/elasticsearch/TransportVersions.java
mhl-b pushed a commit that referenced this issue Aug 8, 2024
cbuescher pushed a commit to cbuescher/elasticsearch that referenced this issue Sep 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
:Distributed Coordination/Snapshot/Restore Anything directly related to the `_snapshot/*` APIs medium-risk An open issue or test failure that is a medium risk to future releases Team:Distributed Meta label for distributed team (obsolete) >test-failure Triaged test failures from CI
Projects
None yet
2 participants