bug: Integration tests failing on main
See original GitHub issueMeltano Version
N/A
Python Version
NA
Bug scope
Other
Operating System
N/A
Description
Example failures on main
:
- https://github.com/meltano/meltano/actions/runs/3534445738
- https://github.com/meltano/meltano/actions/runs/3534480620
Example success on release/2.10.0
:
Affects all integration tests, and may be responsible for failures in the Pytest workflow:
- https://github.com/meltano/meltano/actions/runs/3534001638/jobs/5930358463
- https://github.com/meltano/meltano/actions/runs/3534001638/jobs/5930359021
- https://github.com/meltano/meltano/actions/runs/3534001638/jobs/5930359587
Code
No response
Issue Analytics
- State:
- Created 10 months ago
- Reactions:2
- Comments:7 (6 by maintainers)
Top Results From Across the Web
Integration Testing vs Failing Fast - Vladimir Khorikov
Making bugs manifest themselves quickly is called the Fail Fast principle, and it's a viable alternative to integration testing.
Read more >[BUG] Index Management Plugin Integration Tests Are Failing ...
A fix was introduced to remove that dependency by including the shard indexing pressure stats whenever the version is on or after 1.2....
Read more >Fixing Tests in CI/CD: Why are Your Tests Failing?
Taking failing tests seriously is important. Tests are meant to help. Even so, most information about running tests is based on opinion.
Read more >How to Fix Flaky Tests - Semaphore CI
Randomly failing tests are the hardest to debug. Here's a framework you can use to fix them and keep your test suite healthy....
Read more >Troubleshooting Continuous Integration, or How to Debug ...
Don't Relaunch the CI Build. If the tests failed once on the CI, they will probably fail again - unless you change the...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
That’ll do it. I’ll open a PR to re-add the pin as a short-term fix. Hopefully we can find a better approach for the long-term. Thanks @edgarrmondragon!
Part of the reason we removed https://github.com/transferwise/pipelinewise-singer-python as a dependency in the sdk. It had the same issue of pinned dependencies in a library.
@WillDaSilva We used to pin
setuptools
because upgrades used to break installation of many packages, but we changed that recently: https://github.com/meltano/meltano/commit/91ec59ed0a45c09fc75b155c97aed3be49ad7103.