-
Notifications
You must be signed in to change notification settings - Fork 25.7k
Fix issues which keep the temporary compat test fixutre #53301
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
Fix issues which keep the temporary compat test fixutre #53301
Conversation
|
@elasticmachine update branch |
|
@pgomulka feel free to merge this PR to the feature branch. |
| compile project(':test:framework') | ||
| } | ||
|
|
||
| test.enabled = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
note - this line will likely conflict with this line #53228
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only disabled it temporarily to see if this will try to continue the build
pgomulka
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, we have 283 failures - which is expected
| compile project(':test:framework') | ||
| } | ||
|
|
||
| test.enabled = false |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have only disabled it temporarily to see if this will try to continue the build
This commit addresses a few issues which prevented the
temporary compat test fixture from running.
It is expected that the compat tests will fail with this PR.