-
Bug
-
Resolution: Done
-
Normal
-
None
-
False
-
-
False
-
None
-
Unset
-
No
-
-
-
Plat-Ex Services Sprint 19, Plat-Ex Services Sprint 20, Plat-Ex Services Sprint 21
An automated test does the following:
- Creates the PDF
- Waits for the status to reach 'Generated' (repeatedly invokes the status endpoint)
- Requests the status one more time to confirm it is still 'Generated'
It seems that intermittently some of the follow-up requests are returning with status 'Generating'. Here's an example of the intermittent failure:
FAILED iqe_platform_ui/tests/test_pdf_generator.py::test_pdf_generator_status_endpoint - AssertionError: assert 'Generating' == 'Generated'