I've seen integration test failures on more than 50% of PRs I've worked on in the last couple weeks, many of which only touch docs or otherwise should not cause test breakage. The source of the breakage is usually collections moving around in CMR, e.g. migrating to the cloud. To fix we have to update our "expected" values.
Is this providing value that's worth the cost? I feel like we're testing CMR hasn't changed more than testing earthaccess.
Are there ways we could improve the resilience and usefulness of the tests?
I've seen integration test failures on more than 50% of PRs I've worked on in the last couple weeks, many of which only touch docs or otherwise should not cause test breakage. The source of the breakage is usually collections moving around in CMR, e.g. migrating to the cloud. To fix we have to update our "expected" values.
Is this providing value that's worth the cost? I feel like we're testing CMR hasn't changed more than testing earthaccess.
Are there ways we could improve the resilience and usefulness of the tests?