It appears failed tests can be marked green. One case I've come across was here:
FAILED integration_tests/functional/test_drives.py::test_rescan_dev[ubuntu_with_ssh]
I'd like to understand why, and what this might mean when running Firecracker.
Unfortunately the private CI/CD doesn't allow this so I'll have to throw this out there:
Does any one know if this failure is reproducible, or just one of those quirky CI runs?
Does any one know what conditions cause it to go undetected in the Firecracker CICD tool? This would allow us to workout which other tests are susceptible to this, i.e. they can fail but be undetected.
This information would also help others setting up their CI/CD service.