kragniz / kragniz/python-etcd3
Flaky CI
Open
- Dominant language
- Python
- Stars
- 450
- Forks
- 194
- PR merge metrics
- No merged PRs in 30d
Description
We're seeing this error message intermittently in CI, causing most jobs to fail:
```
subprocess.CalledProcessError: Command '['etcdctl', '-w', 'json', 'get', '/doot/put_1']' returned non-zero exit status -11
```
Contributor guide
Research direction
The issue names no files or tests; start by reproducing the CI failure around the `etcdctl -w json get /doot/put_1` command. Trace why the command intermittently exits with status -11, then verify that the cause is fixed by rerunning the affected CI jobs without the failure.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- distributed-systems
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100