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

testsuite: use flux jobs in valgrind workload #4512

Merged

Conversation

chu11
Copy link
Member

@chu11 chu11 commented Aug 22, 2022

Problem: In commit

ad5cd8b

the "flux job list" command will give a warning / error to the user
to use "flux jobs" when the output is a tty. The valgrind workload
still uses "flux job list", which can lead to errors when running the
valgrind unit tests by hand on the command line.

Solution: Use "flux jobs" instead of "flux job list" in the valgrind
workload.

Problem: In commit

ad5cd8b

the "flux job list" command will give a warning / error to the user
to use "flux jobs" when the output is a tty.  The valgrind workload
still uses "flux job list", which can lead to errors when running the
valgrind unit tests by hand on the command line.

Solution: Use "flux jobs" instead of "flux job list" in the valgrind
workload.
Copy link
Contributor

@grondo grondo left a comment

Choose a reason for hiding this comment

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

Nice catch!

@codecov
Copy link

codecov bot commented Aug 22, 2022

Codecov Report

Merging #4512 (d5dfbb1) into master (970f5e4) will increase coverage by 0.00%.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master    #4512   +/-   ##
=======================================
  Coverage   83.36%   83.37%           
=======================================
  Files         401      401           
  Lines       67649    67649           
=======================================
+ Hits        56398    56399    +1     
+ Misses      11251    11250    -1     
Impacted Files Coverage Δ
src/common/libpmi/pmi2.c 88.60% <0.00%> (-1.27%) ⬇️
src/modules/cron/cron.c 82.47% <0.00%> (-0.45%) ⬇️
src/common/libterminus/terminus.c 85.82% <0.00%> (-0.25%) ⬇️
src/broker/overlay.c 86.50% <0.00%> (+0.10%) ⬆️
src/shell/output.c 76.70% <0.00%> (+0.15%) ⬆️
src/modules/job-info/guest_watch.c 77.29% <0.00%> (+1.08%) ⬆️

@mergify mergify bot merged commit 11b0680 into flux-framework:master Aug 22, 2022
@chu11 chu11 deleted the valgrind_workload_use_flux_jobs branch August 23, 2022 00:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants