-
Notifications
You must be signed in to change notification settings - Fork 287
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
Only consult applocal userconfig if metrics are enabled #160
Merged
ras0219-msft
merged 6 commits into
microsoft:main
from
ras0219-msft:dev/roschuma/userconfig
Nov 14, 2021
Merged
Only consult applocal userconfig if metrics are enabled #160
ras0219-msft
merged 6 commits into
microsoft:main
from
ras0219-msft:dev/roschuma/userconfig
Nov 14, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
vicroms
approved these changes
Sep 1, 2021
BillyONeal
reviewed
Sep 1, 2021
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this something you can write an (e2e or otherwise) test for?
…ev/roschuma/userconfig
BillyONeal
approved these changes
Nov 5, 2021
I am happy that my comments were addressed here and think this is ready to land as soon as builds and tests pass. |
/azp run |
Azure Pipelines successfully started running 1 pipeline(s). |
ras0219-msft
force-pushed
the
dev/roschuma/userconfig
branch
2 times, most recently
from
November 14, 2021 21:30
faf4413
to
d4442f9
Compare
ras0219-msft
force-pushed
the
dev/roschuma/userconfig
branch
from
November 14, 2021 21:47
d4442f9
to
aa40a41
Compare
Many recursive locking bugs later, success! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
If metrics are not enabled, we do not need to read and write the user config file.