Skip to content

Correct reindexer's handling of explicit schema#916

Merged
brandur merged 1 commit into
masterfrom
brandur-correct-reindexer
May 22, 2025
Merged

Correct reindexer's handling of explicit schema#916
brandur merged 1 commit into
masterfrom
brandur-correct-reindexer

Conversation

@brandur

@brandur brandur commented May 22, 2025

Copy link
Copy Markdown
Contributor

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