Skip to content

Update valgrind test for Ubuntu 22.04#439

Merged
eddelbuettel merged 2 commits intomasterfrom
de/sc-19185/update_valgrind_test
Jul 6, 2022
Merged

Update valgrind test for Ubuntu 22.04#439
eddelbuettel merged 2 commits intomasterfrom
de/sc-19185/update_valgrind_test

Conversation

@eddelbuettel
Copy link
Copy Markdown
Contributor

This PR updates the nightlty valgrind action to skip one test file (for query conditions). This should restore completion of the action (as it has in tests in another repo), and give us results while we look into the root cause of the failure to complete query condition tests.

No code changes.

@eddelbuettel eddelbuettel requested a review from ihnorton July 3, 2022 14:08
@shortcut-integration
Copy link
Copy Markdown

This pull request has been linked to Shortcut Story #19185: Update valgrind tests for Ubuntu 22.04.

Copy link
Copy Markdown
Member

@ihnorton ihnorton left a comment

Choose a reason for hiding this comment

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

I would prefer to have this exclusion expire after (say) a month to poke us to investigate again... but as long as it is tracked somewhere - LGTM.

@eddelbuettel
Copy link
Copy Markdown
Contributor Author

Can do with a date comparison as the code is (currently, in this PR, as showm)

if (Sys.getenv("_RUNNING_UNDER_VALGRIND_", "FALSE") == "TRUE") exit_file("Skipping under valgrind")

which we can easily augment with an && Sys.Date() <= as.Date("2022-08-06").

@eddelbuettel eddelbuettel merged commit 9fcf25f into master Jul 6, 2022
@eddelbuettel eddelbuettel deleted the de/sc-19185/update_valgrind_test branch July 6, 2022 12:54
@eddelbuettel eddelbuettel mentioned this pull request Jul 11, 2022
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