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
I propose to address this issue along with #26854 since almost functions relate with integration_test.go. Decoupling logics also requests rearrange tests, migration can be done on the fly. Be sure that we refactor code instead of making non-trivial changes.
Although migrating test-infra to testify have completed, We find we can run test cases more faster and stable in the Bazel if the executor split the files into multiple subdirectories. I hope this enhancement can continue to do.
Enhancement
There are too many
![executor_package](https://user-images.githubusercontent.com/9039012/131802563-eb9ff054-d637-4cef-ad00-42ec139da20b.jpg)
.go
files in the package executor, we need to split the files into multiple subdirectories.The text was updated successfully, but these errors were encountered: