Skip to content

Mark tests that timeout on ubuntu 18.04 job as KNOWNBUG #7133

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

Conversation

NlightNFotis
Copy link
Contributor

Recently a number of PRs have been failing the Ubuntu 18.04 package build PR job, with a mysterious 137 exit code that seems to be indicating a out-of-memory SIGKILL received.

This PR is deactivating the failing tests so that the latest release can go forward while we take some more time to investigate this.

  • Each commit message has a non-empty body, explaining why the change was made.
  • Methods or procedures I have added are documented, following the guidelines provided in CODING_STANDARD.md.
  • The feature or user visible behaviour I have added or modified has been documented in the User Guide in doc/cprover-manual/
  • Regression or unit tests are included, or existing tests cover the modified code (in this case I have detailed which ones those are in the commit message).
  • My commit message includes data points confirming performance improvements (if claimed).
  • My PR is restricted to a single feature or bugfix.
  • White-space or formatting changes outside the feature-related changed lines are in commits of their own.

@codecov
Copy link

codecov bot commented Sep 15, 2022

Codecov Report

Merging #7133 (bfdd5ac) into develop (13e2eca) will decrease coverage by 0.00%.
The diff coverage is 0.00%.

❗ Current head bfdd5ac differs from pull request most recent head 63033ec. Consider uploading reports for the commit 63033ec to get more accurate results

@@             Coverage Diff             @@
##           develop    #7133      +/-   ##
===========================================
- Coverage    77.87%   77.86%   -0.01%     
===========================================
  Files         1576     1576              
  Lines       181801   181808       +7     
===========================================
- Hits        141573   141568       -5     
- Misses       40228    40240      +12     
Impacted Files Coverage Δ
src/ansi-c/c_typecheck_expr.cpp 74.17% <0.00%> (ø)
src/util/pointer_expr.h 80.83% <0.00%> (-1.74%) ⬇️
jbmc/src/java_bytecode/java_bytecode_language.cpp 92.24% <0.00%> (-0.58%) ⬇️
jbmc/src/jbmc/jbmc_parse_options.cpp 75.65% <0.00%> (-0.24%) ⬇️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

@NlightNFotis NlightNFotis force-pushed the deactivate_failing_ubuntu1804_jobs branch from bfdd5ac to 63033ec Compare September 16, 2022 10:30
@NlightNFotis
Copy link
Contributor Author

Given that #7134 has the same aims and has been merged already, this is now redundant.

@NlightNFotis NlightNFotis deleted the deactivate_failing_ubuntu1804_jobs branch September 16, 2022 10:44
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.

1 participant