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 TestValidateTags #173

Merged
merged 1 commit into from
Jan 9, 2025
Merged

fix TestValidateTags #173

merged 1 commit into from
Jan 9, 2025

Conversation

maciuszek
Copy link
Contributor

I had this fix in a few prs I drafted but this failure keeps coming up. Extracted it to merge independently so it stops annoying me.

expected = "test.__host=i:1|c"
expectedReservedTag := "reserved_tag:1|c"
output = sink.record
if !strings.Contains(output, expected) && !strings.Contains(output, expectedReservedTag) {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

determined the order of data in this output is not deterministic. let's not assume it is in this test

@maciuszek maciuszek merged commit 5f2727b into master Jan 9, 2025
3 checks passed
@maciuszek maciuszek deleted the mattkuzminski/fix-volatile-test branch January 9, 2025 15:58
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.

3 participants