- πΊπΈUnited States DamienMcKenna NH, USA
We're hitting this on the Gatsby module when all of the tests pass correctly. Gah.
At the moment, when TestBot discovers too many test failures to create a report for, it returns with the message `Build Successful`.
Example, see:
#3157938-21: Use t() for #title and #description in tests and test modules β
Although this message is in grey instead of green, it gives a message of positivity (Succesfull) and people interpreted it as "Yay, all went well".
You have to dig deep (read: look at the actual console output from Jenkins, in the above example: https://dispatcher.drupalci.org/job/drupal_patches/80985/console) to see that all is not well, in fact it's very, very wrong.
Create a patch with many test failures on TestBot.
I'm not exactly sure what the threshold is to not get the "normal" red x pass, n failed
return from TestBot.
- Replace the positive text with something more suitable, like `Too many errors, the end is nigh!` or something alike.
- Make the message red instead of grey to alert users something bad happened whilst testing.
Active
Artifacts and Output
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
We're hitting this on the Gatsby module when all of the tests pass correctly. Gah.