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

[WIP] Adjusting tests because of TRandom3 changes #1063

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

kjvbrt
Copy link

@kjvbrt kjvbrt commented Feb 15, 2024

This PR adjusts tests which are affected by the change in TRandom3 introduced by root-project/root#14702.

@phsft-bot
Copy link

Can one of the admins verify this patch?

@@ -213,7 +213,7 @@ if(${compression_default} STREQUAL "zlib")
if(${LZ4_VERSION} VERSION_LESS "1.7.5")
ROOTTEST_ADD_TEST(simplek-lz4-compr-level4
PRECMD ${ROOT_hadd_CMD} -fk404 hsimpleK404.root hsimpleK209.root hsimpleK.root hsimple.root hsimple9.root hsimple209.root hsimple409.root hsimple92.root
COMMAND ${ROOT_root_CMD} -q -l -b "${CMAKE_CURRENT_SOURCE_DIR}/testSimpleFile.C(\"hsimpleK404.root\",24*25000,404,12047492,30)"
COMMAND ${ROOT_root_CMD} -q -l -b "${CMAKE_CURRENT_SOURCE_DIR}/testSimpleFile.C(\"hsimpleK404.root\",24*25000,404,10042617,30)"
Copy link
Member

Choose a reason for hiding this comment

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

This change is surprising large (looks like a 20% decrease). One should check why that is the case. (Same for two other change on line 195 and 186)

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