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

Debugging graphic tests in roottest #1153

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

Conversation

DuesselbergAdrian
Copy link
Contributor

@DuesselbergAdrian DuesselbergAdrian commented Jul 26, 2024

The json reference files have been changed on top of the changes proposed in this PR #1152 . The objective is to reduce to the minimum the currently ubiquitous failures occurring when testing json files.

@dpiparo
Copy link
Member

dpiparo commented Jul 26, 2024

Thanks! Could you please add a corresponding PR in ROOT in order to have the CI picking up these tests?

} else {
std::cerr << "Error: Unable to open file for writing" << std::endl;
return 1;
// Save the generated JSON file
Copy link
Member

Choose a reason for hiding this comment

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

Please remove this part:it would simply write confusing output disguised as references.

Copy link
Member

@dpiparo dpiparo left a comment

Choose a reason for hiding this comment

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

Please remove the part where output jsons are written out as references. In other words, do not change the file graphics/testGraphics.C

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.

2 participants