Tuleap 16 est là ! Assistez à l'événement virtuel le 17 octobre à 10h30. Inscrivez-vous ici !

    •  
      request #39326 Program management e2e test fails to retry when checking mirrored iterations
    Infos
    #39326
    Joris MASSON (jmasson)
    2024-08-14 16:59
    2024-08-14 15:38
    40938
    Details
    Program management e2e test fails to retry when checking mirrored iterations

    Nightly end-to-end tests sometimes give the following failure message:

    Timed out while checking if mirror iteration has been created
    

    The test is supposed to try several times to see if the mirrors have been created. Since this process is asynchronous on the backend, the frontend has no idea when the iterations will actually be created, so we resorted to "check and reload", with a maximum of 11 attempts. After investigation, it appears the test fails the first check, and the reload does not work as intended, so it reaches the maximum attempts and fails. We should fix the test.

    Cypress
    Empty
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Joris MASSON (jmasson)
    Closed
    2024-08-14
    Attachments
    Empty
    References
    Referencing request #39326

    Follow-ups