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

Fail when regression image is missing on CI #2778

Merged
merged 3 commits into from
Jun 13, 2022

Conversation

MatthewFlamm
Copy link
Contributor

@MatthewFlamm MatthewFlamm commented Jun 12, 2022

Overview

Closes #2766. This PR adds option to pytest to fail image regression test when image is missing.

This is used is in the CI.

Details

The first commit has a test without an image to test CI, will make "ready to review" when removed.

@github-actions github-actions bot added the maintenance Low-impact maintenance activity label Jun 12, 2022
@MatthewFlamm MatthewFlamm changed the title Fail when regressuo'image is missing Fail when regression image is missing on CI Jun 12, 2022
@MatthewFlamm MatthewFlamm marked this pull request as draft June 12, 2022 16:24
@codecov
Copy link

codecov bot commented Jun 12, 2022

Codecov Report

Merging #2778 (ec72345) into main (fc9cea7) will increase coverage by 0.08%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #2778      +/-   ##
==========================================
+ Coverage   93.83%   93.91%   +0.08%     
==========================================
  Files          76       76              
  Lines       16232    16230       -2     
==========================================
+ Hits        15231    15243      +12     
+ Misses       1001      987      -14     

@MatthewFlamm
Copy link
Contributor Author

The test with no image failed here:

https://github.com/pyvista/pyvista/runs/6851480441?check_suite_focus=true#step:10:1480

with:

RuntimeError: /home/runner/work/pyvista/pyvista/tests/plotting/image_cache/no_image.png does not exist in image cache

@MatthewFlamm MatthewFlamm marked this pull request as ready for review June 12, 2022 18:21
Copy link
Member

@akaszynski akaszynski left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Member

@tkoyama010 tkoyama010 left a comment

Choose a reason for hiding this comment

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

Awesome job. I didn't notice idea to use option.

@tkoyama010 tkoyama010 merged commit 199e9d3 into main Jun 13, 2022
@tkoyama010 tkoyama010 deleted the maint/image-missing-regression branch June 13, 2022 19:47
akaszynski pushed a commit that referenced this pull request Jun 14, 2022
* optionally fail when image is missing

* use in linux tests instead of windows

* remove failing test
akaszynski added a commit that referenced this pull request Jun 18, 2022
* do not deep copy on assigning scalars

* fix garbage collection

* clean up collection test

* add types

* fix docstring

* fix docstring

* fix type

* Rename shallow copy, fix some typos

* Apply suggestions from code review

Co-authored-by: Andras Deak <adeak@users.noreply.github.com>

* cleanup based on suggestions

* always return pyvista_ndarray

* Update tests/test_utilities.py

Co-authored-by: Andras Deak <adeak@users.noreply.github.com>

* return only pyvista_ndarray

* fix test

* add missing image cache png (#2765)

* Update information on the translation project (#2743)

* Update information of translation project

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Update doc/index.rst

Co-authored-by: Alex Kaszynski <akascap@gmail.com>
Co-authored-by: Andras Deak <adeak@users.noreply.github.com>

* Update hypothesis requirement from <6.47.1 to <6.47.2 (#2771)

Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-ruby-0.0.1...hypothesis-python-6.47.1)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* update pre-commit hooks (#2776)

Co-authored-by: akaszynski <akaszynski@users.noreply.github.com>

* Add fill arg to Polygon (#2767)

* Add generate_polygon arg to Polygon

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: Andras Deak <adeak@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Andras Deak <adeak@users.noreply.github.com>

* skip or avoid creating files in doc build (#2748)

* skip or avoid creating files in doc build

* remove mention of _get_default_tempdir

* Fix the error running by CodeQL. (#2772)

* Create codeql-analysis.yml

* Update README.rst

* Update app.py

* Fix by isort

* Delete codeql-analysis.yml

* Apply suggestions from code review

* Add extrude_trim filter (#2600)

* Add extrude-trim.py

* Add example comment

* Add test

* Add an inplace test

* Add extrude_trim filter

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Update pyvista/core/filters/poly_data.py

Co-authored-by: Phil Chiu <whophil@users.noreply.github.com>

* Apply suggestions from code review

* Fix by black

* Fix by isort

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

* Apply suggestions from code review

Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>

* improve example

Co-authored-by: Phil Chiu <whophil@users.noreply.github.com>
Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
Co-authored-by: Alex Kaszynski <akascap@gmail.com>

* Update hypothesis requirement from <6.47.2 to <6.47.3 (#2780)

Updates the requirements on [hypothesis](https://github.com/HypothesisWorks/hypothesis) to permit the latest version.
- [Release notes](https://github.com/HypothesisWorks/hypothesis/releases)
- [Commits](HypothesisWorks/hypothesis@hypothesis-ruby-0.0.1...hypothesis-python-6.47.2)

---
updated-dependencies:
- dependency-name: hypothesis
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Fail when regression image is missing on CI (#2778)

* optionally fail when image is missing

* use in linux tests instead of windows

* remove failing test

* Return correct scalar type for pyvista_ndarray (#2770)

* fix return types

* override __array_wrap__

* Apply suggestions from code review

* Update pyvista/core/pyvista_ndarray.py

Co-authored-by: Andras Deak <adeak@users.noreply.github.com>

Co-authored-by: Andras Deak <adeak@users.noreply.github.com>

* fix docstring return types

* cleanup docs

* remove code duplication

* Minor improvements from code review

* move complex collection test to test_collection

* Apply suggestions from code review

Co-authored-by: Andras Deak <adeak@users.noreply.github.com>

* Fix array retrieval for VTK objects, add tests for coverage

Co-authored-by: Andras Deak <adeak@users.noreply.github.com>
Co-authored-by: Tetsuo Koyama <tkoyama010@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: akaszynski <akaszynski@users.noreply.github.com>
Co-authored-by: Phil Chiu <whophil@users.noreply.github.com>
Co-authored-by: MatthewFlamm <39341281+MatthewFlamm@users.noreply.github.com>
Co-authored-by: Andras Deak <deak.andris@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maintenance Low-impact maintenance activity
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add fail option if image is not exist to verify_cache_image for CI
3 participants