8000 Correct reindexer's handling of explicit schema by brandur · Pull Request #916 · riverqueue/river · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Correct reindexer's handling of explicit schema #916

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

Merged
merged 1 commit into from
May 22, 2025

Conversation

brandur
Copy link
Contributor
@brandur brandur commented May 22, 2025

Here, correct the reindexer's handling of an explicitly inject schema,
which was being added with a "." before the schema name instead of
after.

We also patch up the test suite. Looking into this, the error was being
emitted in the tests as clear as day, but none of the tests were
asserting anything (basically just that the reindexer ran in some way,
shape, or form, not that it had been successful or done any work), so it
was just being ignored.

Fixes #915.

Here, correct the reindexer's handling of an explicitly inject schema,
which was being added with a "." _before_ the schema name instead of
after.

We also patch up the test suite. Looking into this, the error was being
emitted in the tests as clear as day, but none of the tests were
asserting anything (basically just that the reindexer ran in some way,
shape, or form, not that it had been successful or done any work), so it
was just being ignored.

Fixes #915.
@brandur brandur force-pushed the brandur-correct-reindexer branch from 2636fcc to a4c2c85 Compare May 22, 2025 15:54
@brandur brandur requested a review from bgentry May 22, 2025 15:56
@brandur brandur merged commit 290dce8 into master May 22, 2025
10 checks passed
@brandur brandur deleted the brandur-correct-reindexer branch May 22, 2025 15:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Reindexer errors with multiple schemas
2 participants
0