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

Ensure config "extensions" do not mutate the cached config. Fix #1985 #1986

Merged
merged 1 commit into from
Jan 7, 2021

Conversation

brollb
Copy link
Contributor

@brollb brollb commented Jan 6, 2021

webgme apps appear to mutate the same, cached config. This is mostly fine except for when we are adding an extra key to the config and then it is validated when a dependency loads the webgme config. In this case, the addition of the extension info should not mutate the original.

@brollb brollb added the bug label Jan 6, 2021
@brollb
Copy link
Contributor Author

brollb commented Jan 7, 2021

The failing test is the flaky sciserver integration test.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant