You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, PR tests take too long to verify.. 17 minutes. Most of the very long tests use docker. Besides that is dubbo which can be longer than 2 minutes to complete despite not using docker. We should bump the heavy tests into separate jobs, at least the docker ones.
Feature
Split the docker tests into separate jobs, like zipkin does.
Rationale
We should be able to get test execution speed down as they aren't all sequential. less time to re-run a flakey test.
Currently, PR tests take too long to verify.. 17 minutes. Most of the very long tests use docker. Besides that is dubbo which can be longer than 2 minutes to complete despite not using docker. We should bump the heavy tests into separate jobs, at least the docker ones.
Feature
Split the docker tests into separate jobs, like zipkin does.
Rationale
We should be able to get test execution speed down as they aren't all sequential. less time to re-run a flakey test.
Prior Art
The text was updated successfully, but these errors were encountered: