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

[chore][receiver/sqlserver] Fix newlines when testing on Windows #32525

Merged
merged 3 commits into from
Apr 18, 2024

Conversation

crobert-1
Copy link
Member

Description:

Tests were failing on Windows because when the expected results were loaded from a file, the newlines were \r\n instead of \n. This replaces the unexpected characters for testing.

This is a test only change, and re-enables the tests that were being skipped.

Link to tracking Issue:
Resolves #32519

@crobert-1 crobert-1 requested review from djaglowski and a team as code owners April 18, 2024 17:49
@crobert-1 crobert-1 added the Run Windows Enable running windows test on a PR label Apr 18, 2024
@codeboten codeboten merged commit 4444bb2 into open-telemetry:main Apr 18, 2024
169 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 18, 2024
rimitchell pushed a commit to rimitchell/opentelemetry-collector-contrib that referenced this pull request May 8, 2024
…n-telemetry#32525)

Tests were failing on Windows because when the expected results were
loaded from a file, the newlines were `\r\n` instead of `\n`. This
replaces the unexpected characters for testing.

This is a test only change, and re-enables the tests that were being
skipped.

Resolves
open-telemetry#32519
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
receiver/sqlserver Run Windows Enable running windows test on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[receiver/sqlserver] Failing query unit tests on Windows
4 participants