Skip to content

Commit 8960f29

Browse files
TRT-635: Remove netCDF4 input tests from HGA test suite. (#214)
1 parent 68fd8b6 commit 8960f29

14 files changed

+32
-806
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ of regression tests that are each semi-independent. This CHANGELOG file should
66
to document pull requests to this repository.
77

88

9+
## 2025-09-18 [214](http://github.com/nasa/harmony-regression-tests/pull/214)
10+
11+
### Removed
12+
13+
- The HGA regression test suite v0.2.0 has been updated to remove tests for
14+
netCDF4 input files, accounting for updates to HGA v3.0.0.
15+
916
## 2025-09-16 [213](https://github.com/nasa/harmony-regression-tests/pull/213)
1017

1118
### Changed

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -318,6 +318,15 @@ version increment. This will likely occur for one of three reasons:
318318
* Updating the overall Docker image for all test suites, in which case all
319319
suites should have their `version.txt` incremented.
320320

321+
Generally:
322+
323+
* A major version will break one or more test suites when run against previous
324+
versions of a service. This usually occurs when a test suite is updated to
325+
account for breaking changes in the service itself.
326+
* A minor version will add or remove tests from a notebook, but the notebook
327+
will still run against existing versions of the service.
328+
* A patch version updates existing tests only.
329+
321330
The CI/CD pipeline for this repository will release a new Docker image for a
322331
test suite to
323332
[ghcr.io](https://github.com/orgs/nasa/packages?repo_name=harmony-regression-tests)

0 commit comments

Comments
 (0)