cern-sis / issues-inspire

0 stars 0 forks source link

backend tests fail randomly (?) #428

Closed karolina-siemieniuk-morawska closed 1 month ago

karolina-siemieniuk-morawska commented 6 months ago

test / test-backend (integration, 8) / test (4) fails randomly almost every time the workflow is ran. It makes it impossible to merge anything, on simple UI pr I had to run the test 4 times for it to finally work. It needs to be fixed.

UPDATE:

After monitoring for some time, this is a list of tests that failed multiple times during gh workflow runs:

karolina-siemieniuk-morawska commented 3 months ago

Part of the issue is that some assertions fail due to different order of elements in compared lists (i.e. here). We could approach this by sorting the lists before assertion.