question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bug: Integration tests failing on main

See original GitHub issue

Issue Analytics

  • State:closed
  • Created 10 months ago
  • Reactions:2
  • Comments:7 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
WillDaSilvacommented, Nov 23, 2022

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.

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!

0reactions
edgarrmondragoncommented, Nov 23, 2022

Found the source of the problematic dependency: singer-io/singer-python@2c053f4/setup.py#L15

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found