-
Type: Bug
-
Resolution: Unresolved
-
Priority: Minor - P4
-
None
-
Affects Version/s: None
-
Component/s: Testing Infrastructure
-
None
-
Correctness
-
ALL
I made a change where I removed a .js test, but forgot to remove it from the relevant .yml files that were referencing it.
When I ran Evergreen, I got two failed tasks - buildscripts_test and version_gen. The error in buildscripts_test seems to clearly show me what the problem is. However, the one in version_gen is really hard to navigate and find and on top of that is related to that on version_gen.
In the interest of developer productivity, this should be made more obvious to figure out.