Conversation
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errors
Expand to view the tests failures
Steps errors
Expand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
|
Grrr, this is I'm going to submit an alternative solution in a few minutes, along with another fix for the python tests. |
eb32c33 to
dfc4aab
Compare
|
Opened #969 which should fix these errors. |
💔 Tests Failed
Expand to view the summary
Build stats
Test stats 🧪
Test errors
Expand to view the tests failures
Steps errors
Expand to view the steps failures
Log outputExpand to view the last 100 lines of log output
|
What does this PR do?
It sets the default value for the option
--apm-log-levelWhy is it important?
#962 causes a regresion due to
self.options.get("apm_log_level", DEFAULT_APM_LOG_LEVEL)returnsNoneinstead of the default value, then when we makeself.options.get("apm_log_level", DEFAULT_APM_LOG_LEVEL).lower()we are makingNone.lower()causing