Election-Tech-Initiative / Election-Tech-Initiative/electionguard-python
🐞 CI Failing With Timeouts
- 主要語言
- Python
- 星號
- 168
- 分支
- 103
- PR 合併指標
- 30 天內沒有已合併 PR
描述
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When it fails it generally looks something like this:
```
poetry run coverage run -m pytest
============================= test session starts ==============================
platform linux -- Python 3.9.13, pytest-7.1.1, pluggy-1.0.0
rootdir: /home/runner/work/electionguard-python/electionguard-python
plugins: hypothesis-6.41.0, xdoctest-1.0.0
collected [20](https://github.com/microsoft/electionguard-python/runs/7340031964?check_suite_focus=true#step:9:21)2 items
tests/integration/test_create_schema.py . [ 0%]
tests/integration/test_end_to_end_election.py . [ 0%]
tests/integration/test_functional_key_ceremony.py . [ 1%]
tests/integration/test_hamilton_county_election.py . [ 1%]
tests/property/test_ballot.py ... [ 3%]
tests/property/test_chaum_pedersen.py .......... [ 8%]
tests/property/test_decrypt_with_secrets.py ....... [ 11%]
tests/property/test_decryption_mediator.py .make: *** [Makefile:136: coverage] Terminated
Error: Final attempt failed. Timeout of 600000ms hit
```
### Expected Behavior
_No response_
### Steps To Reproduce
_No response_
### Environment
```markdown
- OS:
```
### Anything else?
_No response_
貢獻指南
研究方向
先檢查 Makefile:136 中的 coverage 目標,並重現其中顯示的 `poetry run coverage run -m pytest` 命令。檢視整合測試和屬性測試在哪裡停止進行,然後確認完整的 coverage 執行能在未達到 600000ms CI 逾時前完成。
由索引模型根據 Issue 內容生成。
評估
- 技術堆疊
- python
- 領域
- ci-cd, testing-qa
- Issue 類型
- 缺陷
- 難度
- 3/5
- 預估耗時
- 1-2 天
- 活躍度
- 停滯
- 描述清晰度
- 需要釐清
- 新手友好度
- 35/100