Skip to content

Fixed flaky jsonWrite test #873

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

Merged
merged 1 commit into from
Sep 19, 2024
Merged

Fixed flaky jsonWrite test #873

merged 1 commit into from
Sep 19, 2024

Conversation

Jolanrensen
Copy link
Collaborator

@Jolanrensen Jolanrensen commented Sep 19, 2024

Fixes #752
Removed rejoinWithSystemLineSeparator in write tests due to os-dependent flaky tests. They failed on some windows machines.
The only place it did do something was for a certain CSV test, so I added the logic there instead.

Tested on TC on both windows and linux machines:
image

@Jolanrensen Jolanrensen added bug Something isn't working tests Something related to the JUnit tests, integration tests or testing infrastructure labels Sep 19, 2024
@Jolanrensen Jolanrensen added this to the 0.14.0 milestone Sep 19, 2024
@Jolanrensen Jolanrensen merged commit 9f5295f into master Sep 19, 2024
6 checks passed
@Jolanrensen Jolanrensen deleted the flaky-json-write-test branch September 19, 2024 12:01
Copy link
Contributor

Generated sources will be updated after merging this PR.
Please inspect the changes in here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working tests Something related to the JUnit tests, integration tests or testing infrastructure
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Test writeJsonStr is broken and probably is not a part of common suite
2 participants