Move the send transactions test to the main branch #5426
Labels
A-devops
Area: Pipelines, CI/CD and Dockerfiles
C-enhancement
Category: This is an improvement
C-testing
Category: These are tests
I-cost
Zebra infrastructure costs
I-slow
Problems with performance or responsiveness
Motivation
The send transactions test is very slow and copies a lot of data.
We want to fix this test in #5015. But until then, we want to move it to the
main
branch.If we move it to the
main
branch, we'll have a better chance of catching any changes that break this RPC.Designs
Move the workflow to
main
like we did in PR #5393.Rejected Alternatives
If we turn this test off, we need to either:
We're not planning on making any changes to this RPC, but we are working on some related RPC and mempool code that it calls.
Move the job definition into a separate workflow file, and turn off that workflow in GitHub Actions.
The text was updated successfully, but these errors were encountered: