-
Notifications
You must be signed in to change notification settings - Fork 1.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
[BUG] ./gradlew ':qa:full-cluster-restart:v1.3.0#oldClusterTest' fails #2334
Comments
The tests pass using this 1.x commit:
but fail using this commit:
looks like the backport PR #2315 might be the cause. @VachaShah care to take a look? |
Sure I will take a look |
@VachaShah The
If you point the test at the commit of your backport PR then it fails again. That's why I suspect the backport PR to 1.x is causing the backward compatibility test failure on main. |
Ah got it! That makes sense. I jumped to the comment too fast 🤦🏼♀️ . I will take a look at why this is failing bwc. Should I revert the commit till then? |
It looks like there's a problem with an unexpected warning. If it is a quick fix then we can just go ahead with the fix. If you can't figure it out quickly then a revert would be better. |
Sounds good, on it. |
@VachaShah : I started seeing
Sample failure: #2335 (comment) |
Yes it will fix the soft deletes warning that are causing this error. |
Closed via #2339 |
Running the following test seems to fail consistently on main:
Failures:
The text was updated successfully, but these errors were encountered: