algorand / algorand/go-algorand

CI: Migrate 5 shortest expect tests to e2e_subs

未关闭
#4,387 0 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
Infrastructure Team Scytale
主要语言
Go
星标
1.4k
派生
537
平均合并
1 天 7 小时
30 天内合并 PR
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 摘要。