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

Fix issue #48696 #51520

Merged
merged 1 commit into from
Apr 21, 2021
Merged

Fix issue #48696 #51520

merged 1 commit into from
Apr 21, 2021

Conversation

IEvangelist
Copy link
Member

There appeared to be two issues, where the config.GetReloadToken().RegisterChangeCallback was registered after the updates were made to the underlying data source - I updated both tests:

  • CreateDefaultBuilder_ConfigJsonDoesReload
  • CreateDefaultBuilder_SecretsDoesReload

Fixes #48696

There appeared to be two issues, where the config.GetReloadToken().RegisterChangeCallback was registered after the updates were made.
@ghost
Copy link

ghost commented Apr 19, 2021

Tagging subscribers to this area: @eerhardt, @maryamariyan
See info in area-owners.md if you want to be subscribed.

Issue Details

There appeared to be two issues, where the config.GetReloadToken().RegisterChangeCallback was registered after the updates were made to the underlying data source - I updated both tests:

  • CreateDefaultBuilder_ConfigJsonDoesReload
  • CreateDefaultBuilder_SecretsDoesReload

Fixes #48696

Author: IEvangelist
Assignees: -
Labels:

area-Extensions-Hosting

Milestone: -

Copy link
Member

@eerhardt eerhardt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. Thanks for the fix!

@IEvangelist IEvangelist merged commit 79fdeb8 into main Apr 21, 2021
@IEvangelist IEvangelist deleted the fix-48696 branch April 21, 2021 00:01
@karelz karelz added this to the 6.0.0 milestone May 20, 2021
@ghost ghost locked as resolved and limited conversation to collaborators Jun 19, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CreateDefaultBuilder_SecretsDoesReload test failed in CI
3 participants