Details
-
Bug
-
Status: Closed
-
Minor - P4
-
Resolution: Fixed
-
None
Description
As of today or so our bson-ruby evergreen configuration started failing evergreen validation with this message:
ERROR: '' project's 'install dependencies' function contains no commands
|
invalid configuration
|
This message uses an empty string for the project name.
If there is a known project, I expect the validator to specify the name of the project in the message, not an empty string.
If the project is not known and it's not a problem, I expect the validator to not try to output its name.
If the project is not known and it is a problem, I expect the validator to produce a separate, earlier error to this effect.