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

tests: upsert checks fail #27145

Closed
nrainer-materialize opened this issue May 17, 2024 · 1 comment · Fixed by #27151
Closed

tests: upsert checks fail #27145

nrainer-materialize opened this issue May 17, 2024 · 1 comment · Fixed by #27151
Assignees
Labels
C-bug Category: something is broken release-blocker Critical issue that should block *any* release if not fixed

Comments

@nrainer-materialize
Copy link
Contributor

What version of Materialize are you using?

2422f54

What is the issue?

^^^ +++
failpoint/03-failpoint.td:14:1: error: non-matching rows: expected:
[["failpoint", "kafka", "stalled", "upsert: Failed to rehydrate state: Error merging snapshot values"]]
got:
[["failpoint", "kafka", "running", "<null>"]]
Poor diff:
+ failpoint kafka running <null>
- failpoint kafka stalled "upsert: Failed to rehydrate state: Error merging snapshot values"

     |
  13 | 
  14 | > select st.name, st.type, st.status, st.error
     | ^
+++ !!! Error Report

These checks fail since the merge of #27064. @rjobanp, can you please take a look?

@nrainer-materialize nrainer-materialize added C-bug Category: something is broken release-blocker Critical issue that should block *any* release if not fixed labels May 17, 2024
@nrainer-materialize
Copy link
Contributor Author

Possibly just a test failure...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: something is broken release-blocker Critical issue that should block *any* release if not fixed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants