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, several scripts mix infrastructure code, such as creating virtual environments or installing tools with apt-get, with actual test invocations. presubmit-backend-visualization.sh is an example.
We need to separate infrastructure from actual test invocation code, to make it easier for contributors to run tests locally without unnoticed/unwanted changes in the contributor's machine.
This issue will likely turn into an epic after preliminary investigation.
Labels
/area testing
Love this idea? Give it a 👍.
The text was updated successfully, but these errors were encountered:
Chore description
Currently, several scripts mix infrastructure code, such as creating virtual environments or installing tools with
apt-get
, with actual test invocations.presubmit-backend-visualization.sh is an example.
We need to separate infrastructure from actual test invocation code, to make it easier for contributors to run tests locally without unnoticed/unwanted changes in the contributor's machine.
This issue will likely turn into an epic after preliminary investigation.
Labels
/area testing
Love this idea? Give it a 👍.
The text was updated successfully, but these errors were encountered: