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

Remove preprocess from subpackages to test in run-test [all tests ci] #1077

Merged
merged 1 commit into from
Jul 17, 2023

Conversation

emiliom
Copy link
Collaborator

@emiliom emiliom commented Jul 17, 2023

See #1076.

@emiliom emiliom added this to the 0.8.0 milestone Jul 17, 2023
@emiliom emiliom requested a review from lsetiawan July 17, 2023 20:07
@emiliom emiliom changed the title Remove preprocess from subpackages to test in run-test Remove preprocess from subpackages to test in run-test [all tests ci] Jul 17, 2023
@lsetiawan
Copy link
Member

lsetiawan commented Jul 17, 2023

This is great! I'm glad it's pretty straightforward. I am wondering however, has this submodule been removed? The main CI do run all the tests using pytest directly rather than using the run-test.py script. See https://github.com/OSOceanAcoustics/echopype/blob/dev/.github/workflows/build.yaml#L80

@emiliom
Copy link
Collaborator Author

emiliom commented Jul 17, 2023

The preprocess subpackage is not removed. All the preprocess tests were removed back when preprocess was deprecated.

run-test.py is still being used in pr.yml:

- name: Running Tests
if: "!contains(github.event.pull_request.title, '[all tests ci]')"
shell: bash -l {0}
run: |
python .ci_helpers/run-test.py --pytest-args="--log-cli-level=WARNING,-vvv,-rx,--numprocesses=${{ env.NUM_WORKERS }},--max-worker-restart=3,--disable-warnings" --include-cov ${{ steps.files.outputs.added_modified_renamed }} |& tee ci_test_log.log

Am I missing something?

@emiliom
Copy link
Collaborator Author

emiliom commented Jul 17, 2023

BTW, I forgot to use "[all tests ci]" in the PR title, so it looks like most of the tests didn't run here. I added it after the fact here, but it looks like a title edit doesn't spawn a re-run of tests.

@lsetiawan lsetiawan closed this Jul 17, 2023
@lsetiawan lsetiawan reopened this Jul 17, 2023
@lsetiawan
Copy link
Member

BTW, I forgot to use "[all tests ci]" in the PR title, so it looks like most of the tests didn't run here. I added it after the fact here, but it looks like a title edit doesn't spawn a re-run of tests.

Yea, I haven't found a way to trigger actions when changing the title, but closing and opening seem to always, work and that's what I did. Seems like now the proper action step is running.

@emiliom
Copy link
Collaborator Author

emiliom commented Jul 17, 2023

Yea, I haven't found a way to trigger actions when changing the title, but closing and opening seem to always, work and that's what I did. Seems like now the proper action step is running.

Oooh, great trick, thanks! I'll remember that.

@codecov-commenter
Copy link

codecov-commenter commented Jul 17, 2023

Codecov Report

Merging #1077 (0831ec8) into dev (e11c665) will increase coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##              dev    #1077      +/-   ##
==========================================
+ Coverage   77.67%   77.71%   +0.03%     
==========================================
  Files          67       67              
  Lines        6249     6254       +5     
==========================================
+ Hits         4854     4860       +6     
+ Misses       1395     1394       -1     
Flag Coverage Δ
unittests 77.71% <ø> (+0.03%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 7 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@emiliom emiliom merged commit c5afb65 into OSOceanAcoustics:dev Jul 17, 2023
6 checks passed
@emiliom emiliom deleted the citests-rmv-preprocess branch July 17, 2023 21:47
lsetiawan pushed a commit to lsetiawan/echopype that referenced this pull request Jul 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

3 participants