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

Fixed a couple of occurrences where scopes was auto-completed while modified db state #14947

Merged

Conversation

bergmania
Copy link
Member

@bergmania bergmania commented Oct 9, 2023

Description

We know auto completed scopes can hide real errors, so this PR removes auto completed scopes of a couple of methods actually modifying the state of the db.

See #12553 for related info.

Maybe this is the root course of #14195

Test

  • In theory everything touched should be tested manually 🙈
  • Especially the content clean up background task.

@Zeegaan
Copy link
Member

Zeegaan commented Oct 10, 2023

I've tested this with 1000+ content nodes and it appears to be holding up fine, it might need real-world testing before we can confirm it closes #14195 😁
Looks good to me though 👍

@Zeegaan Zeegaan merged commit 41f8f03 into v12/dev Oct 10, 2023
16 checks passed
@Zeegaan Zeegaan deleted the v12/bugfix/do-not-use-autocomplete-in-scopes-when-modified-db branch October 10, 2023 09:51
bergmania added a commit that referenced this pull request Nov 15, 2023
…odified db state (#14947)

* Fixed a couple of occurrences where scopes was auto-complated while actually modified the state of the database.

* Added temp ctor to fix boot issue

(cherry picked from commit 41f8f03)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants