pytest-sentry
pytest-sentry copied to clipboard
Track flaky tests in Sentry
CircleCI is a quite popular CI solution for open source GitHub projects. It would be nice if this would also work out of the box.
We had a [weird bug](https://github.com/Tribler/tribler/issues/7706) in our repo. With quite a low probability, our test suite run in GitHub Actions would freeze until the GitHub action timeout was triggered. This...
This sets a default profiling sample rate of 0 since not everyone may want profiling in CI due to cost concerns, but allows it to be enabled by passing it...
Hi. We're making use of this pytest fixture: ```python @pytest.fixture(autouse=True) def determinism(request: Any) -> None: """Re-seed the RNG differently for every test.""" random.seed(request.module.__name__ + request.node.name) ``` We also make use...
It will be a lot easier to see which tests are flaky if we can make the transition fail for that test so we can look at failure rates on...
the volume of transactions that pytest-sentry sends is a lot, and potentially not worth the price point especially for small teams. we can buffer up the `n` slowest transactions and...
pytest-sentry does not set its own hub as the current one. that leads to the unfortunate situation that all test code will create spans, but those spans go to the...
Hey, I was trying out your plugin and I wanted to see if was setup properly, so I added the test case from your test to my test suite. When...
Committed via https://github.com/asottile/all-repos