-
Notifications
You must be signed in to change notification settings - Fork 24.9k
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
*IT tests in x-pack/plugin/core silently ignored? #53407
Comments
Pinging @elastic/es-core-infra (:Core/Infra/Build) |
I've found the problem, and it is very unfortunate. It appears all IT tests in xpack have been disabled for over a year. The IT tests in xpack are run under a separate test runner task called I'll open a PR to re-enable, and mute any failing tests with test-failure issues as we would any other failing test. |
This commit adds internalClusterTest in xpack core to run as part of check. This was accidentally removed in a refactoring. Other xpack modules already do this, but core was left out. This commit also mutes 2 tests that currently fail. closes elastic#53407
After going through all the xpack modules defining internalClusterTask, only the core tests were left out of check. This should be fixed by #53444. |
This commit adds internalClusterTest in xpack core to run as part of check. This was accidentally removed in a refactoring. Other xpack modules already do this, but core was left out. This commit also mutes 2 tests that currently fail. closes #53407
This commit adds internalClusterTest in xpack core to run as part of check. This was accidentally removed in a refactoring. Other xpack modules already do this, but core was left out. This commit also mutes 2 tests that currently fail. closes #53407
This commit adds internalClusterTest in xpack core to run as part of check. This was accidentally removed in a refactoring. Other xpack modules already do this, but core was left out. This commit also mutes 2 tests that currently fail. closes #53407
*IT
tests inx-pack/plugin/core
seems to be silently ignored. I was working on a patch for source only snapshots and noticed thatSourceOnlySnapshotIT
is failing on master (without my changes), but this is not being picked up by CI. Same probably applies toReloadSynonymAnalyzerIT
and other*IT
tests?This looks potentially dangerous as test coverage is not what we would expect it to be.
The text was updated successfully, but these errors were encountered: