Skip to content

[Geoip+ci] Fix flaky release check in ci#36118

Merged
nezdolik merged 1 commit intoenvoyproxy:mainfrom
nezdolik:geoip-release-ci-flake
Sep 13, 2024
Merged

[Geoip+ci] Fix flaky release check in ci#36118
nezdolik merged 1 commit intoenvoyproxy:mainfrom
nezdolik:geoip-release-ci-flake

Conversation

@nezdolik
Copy link
Copy Markdown
Member

@nezdolik nezdolik commented Sep 13, 2024

Commit Message:
Additional Description:
Risk Level:
Testing:
Docs Changes:
Release Notes:
Platform Specific Features:
[Optional Runtime guard:]
Partially Fixes #35829
[Optional Fixes commit #PR or SHA]
[Optional Deprecated:]
[Optional API Considerations:]

Signed-off-by: Kateryna Nezdolii <kateryna.nezdolii@gmail.com>
@nezdolik
Copy link
Copy Markdown
Member Author

cc @phlax

Filesystem::Watcher::OnChangedCb cb) {
{
absl::WriterMutexLock lock(&mutex_);
on_changed_cbs_.reserve(1);
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Is the flake that we should only be accessing on_change_cbs_ with the mutex?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

yes, the tests were failing nondeterministically in somewhat random code paths before this fix (in release ci check)

@nezdolik nezdolik merged commit e1af5fa into envoyproxy:main Sep 13, 2024
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.

geoip provider of maxmind flaky

2 participants