iterative / iterative/PyDrive2
tests: concurrency
オープン
enhancement
- 主要言語
- Python
- スター
- 670
- フォーク
- 75
- PR マージ指標
- 30日以内にマージされた PR はありません
説明
The tests are not designed to run concurrently.
- one job from a PR build can failed at the same time as a job from a branch build because they interfere with each other
- tests are slow as they are not run in parallel
Really should fix this (e.g. timestamp filenames)
- from https://github.com/iterative/PyDrive2/pull/33#issuecomment-624853154
コントリビューションガイド
調査の方向性
まず、pull-request ビルドとブランチビルドのテストが、ファイル名やその他のリソースをどのように作成し共有しているかを追跡します。必要に応じて一意のタイムスタンプベースのファイル名を使用するなどして、並行するジョブを独立させ、テストを干渉なく並列実行できることを確認します。
索引モデルが issue の本文から書いたものです。
評価
- 技術スタック
- python
- 領域
- ci-cd, testing
- issue の種類
- リファクタリング
- 難易度
- 4/5
- 見積もり時間
- 3〜5日
- 活発さ
- 停滞
- 明瞭さ
- おおむね明確
- 初心者へのやさしさ
- 35/100