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

build: remove unnecssary check-prep target #6550

Merged
merged 1 commit into from
Jan 13, 2025

Conversation

grondo
Copy link
Contributor

@grondo grondo commented Jan 13, 2025

This PR removes make check-prep in preference to the method @garlick used to build check prereqs in the macos build: make check TESTS=.

Problem: This project has a custom `make check-prep` target to build
enough dependencies to run any test, but there's a simpler and more
correct way used by @garlick in the macos build: `make check TESTS=`.

Swtich to `make check TESTS=` where `make check-prep` was used and
drop the custom `check-prep` target.
Copy link
Member

@chu11 chu11 left a comment

Choose a reason for hiding this comment

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

seems reasonable to me!

@grondo
Copy link
Contributor Author

grondo commented Jan 13, 2025

Hm , got an unrelated failure I haven't seen before:

 flux-broker: setattr tbon.endpoint: File exists
  flux-start: 1 (pid 486359) exited with rc=1
  flux-start: 1: PMI_Abort(): fatal bootstrap error
  test_must_fail_or_be_terminated: died by signal 13: flux start -Sbroker.rc1_path= -Sbroker.rc3_path= -s2 --setattr=tbon.endpoint=ipc:///tmp/customflux true
  not ok 18 - tbon.endpoint cannot be set

I'll restart that builder and keep an eye out for that failure in the future.

@grondo
Copy link
Contributor Author

grondo commented Jan 13, 2025

Thanks! I'll set MWP.

@mergify mergify bot merged commit 619cccf into flux-framework:master Jan 13, 2025
34 of 35 checks passed
Copy link

codecov bot commented Jan 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.43%. Comparing base (79cf207) to head (69c1691).
Report is 2 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #6550      +/-   ##
==========================================
- Coverage   83.74%   79.43%   -4.31%     
==========================================
  Files         531      531              
  Lines       88198    88185      -13     
==========================================
- Hits        73859    70054    -3805     
- Misses      14339    18131    +3792     

see 169 files with indirect coverage changes

@grondo grondo deleted the drop-check-prep branch January 13, 2025 19:23
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