algorand / algorand/go-algorand

CI: Migrate 5 shortest expect tests to e2e_subs

オープン
#4,387 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
Infrastructure Team Scytale
主要言語
Go
スター
1.4k
フォーク
537
平均マージ
1日 7時間
マージ済み PR(30日)
18

説明

## Problem

Since e2e_subs default to network reuse while expect tests don't reuse networks, a seemingly quick win for CI speed up is to convert short expect tests to e2e_subs.

The story requests focusing on short expect tests under the assumption that a short test implies less conversion effort. Limiting to 5 shortest tests is somewhat haphazard and intends to limit scope.

Here's one way to find short tests: `find test -iname "*.exp" -exec wc -l {} \; | sort -h`

## Solution

## Dependencies

## Urgency

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。