https://github.com/sboudrias/__teamcity-flaky-bug
Demoing bug with flaky and teamcity-messages (python)
https://github.com/sboudrias/__teamcity-flaky-bug
Last synced: 7 months ago
JSON representation
Demoing bug with flaky and teamcity-messages (python)
- Host: GitHub
- URL: https://github.com/sboudrias/__teamcity-flaky-bug
- Owner: SBoudrias
- Created: 2016-02-06T00:21:02.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-02-06T00:24:00.000Z (over 9 years ago)
- Last Synced: 2025-01-23T19:49:49.638Z (9 months ago)
- Language: Makefile
- Size: 0 Bytes
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Teamcity doesn't catch test failures from test retried with flaky. Instead, it'll report build as failed and dump all the test traces as the error message. This prevent you from marking these tests as ignored or under investigation.
Run the demo by:
```sh
virtualenv env
source env/bin/activemake test
```