Revert MySQL source versioning changes#36211
Revert MySQL source versioning changes#36211patrickwwbutler merged 4 commits intoMaterializeInc:mainfrom
Conversation
…using new CTFS syntax (MaterializeInc#35839)" This reverts commit c5e6beb.
…SS-67 (MaterializeInc#35598)" This reverts commit 011b3b5.
def-
left a comment
There was a problem hiding this comment.
Triggered full nightly just in case: https://buildkite.com/materialize/nightly/builds/16176
|
There might be problems with upgrading: https://buildkite.com/materialize/nightly/builds/16176 Or maybe the tests just need to be updated? |
I reverted the code that throws that error - that error type has literally been deleted. I think this is a case where the python code running the test is updated, but the rust isn't? |
|
Yes, that's how the upgrade test works, the new Python code runs against old Materialize version when we upgrade it. You can use conditional versions to run different code if it's required: https://github.com/MaterializeInc/materialize/blob/main/doc/developer/testdrive.md#run-an-actionquery-conditionally-on-version |
|
Pushed a potential fix for the test, verifying: https://buildkite.com/materialize/nightly/builds/16178 It's a bit unfortunate that we now always have I'm hoping it's a temporary bandaid and we'll reapply the PR soon anyway. |
def-
left a comment
There was a problem hiding this comment.
Nightly seems fine now, I'm signing off soon for today.
Well having Thank you for staying late to help! |
fc8d9dc
into
MaterializeInc:main
|
What we could do is use |
This reverts commit fc8d9dc. This effectively unreverts the mysql source versioning revert
These changes have been determined to be the cause of incident-971.
There is a fix for the issue in #36195, but to be safe, and give us more time to verify and test these changes, we will revert the original breaking changes as a mitigation, until we are confident in the fixes.