Skip to content

Disable large logs in tests for FastDoubleParser #1094

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 4 commits into from
Mar 13, 2025

Conversation

Jolanrensen
Copy link
Collaborator

FastDoubleParser used to show many annoying logs in our tests.

FastDoubleParser will now log at the lowest trace level. Since our tests only show logs for debug or higher, they won't show up anywhere anymore.

Added SHOW_LOGS constant to relevant tests if we ever do need to view the logs for FastDoubleParser.

Users will likely never see the logs, but they can make them visible by setting their own global log level to trace (or specifically for the class: org.slf4j.simpleLogger.log.org.jetbrains.kotlinx.dataframe.impl.io.FastDoubleParser=trace)

…_LOGS in tests to show turn them on the relevant tests when needed
@Jolanrensen Jolanrensen added the infrastructure GitHub actions, Gradle Scripts, Writerside, etc. label Mar 12, 2025
@Jolanrensen Jolanrensen requested a review from koperagen March 12, 2025 13:19
@Jolanrensen Jolanrensen merged commit 0e33f88 into master Mar 13, 2025
6 checks passed
@Jolanrensen Jolanrensen deleted the disable-fast-double-parser-logs-in-tests branch March 13, 2025 11:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
infrastructure GitHub actions, Gradle Scripts, Writerside, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant