Files
Bubberstation/tools/pull_request_hooks/rerunFlakyTests.test.js
SkyratBot 216cfb4dd7 [MIRROR] Deduplicate hard delete and timer fail flaky tests better [MDB IGNORE] (#26065)
* Deduplicate hard delete and timer fail flaky tests better (#80817)

`Flaky test create_and_destroy: /obj/item/organ/internal/ears hard
deleted 1 times out of a total del count of 495`
->
`Flaky hard delete: /obj/item/organ/internal/ears`

`Flaky test monkey_business: Invalid timer: Timer: Timer: 2433
([0x2100859b]), TTR: 328041, wait:2 Flags: TIMER_CLIENT_TIME,
TIMER_STOPPABLE, callBack: [0x2105a831], callBack.object:
/datum/looping_sound/showering[0x210085b4](/datum/looping_sound/showering),
callBack.delegate:/datum/looping_sound/proc/start_sound_loop(), source:
code/datums/looping_sounds/_looping_sound.dm:220Prev: NULL, Next: NULL,
SPENT(328041), QDELETED, NO CALLBACK world.time: 942.5, head_offset:
600, practical_offset: 686, REALTIMEOFDAY: 328041`
->
`Flaky test monkey_business: Invalid timer:
/datum/looping_sound/proc/start_sound_loop() on
/datum/looping_sound/showering`

I will close every flaky test report with these patterns so that they
are repopulated with the new deduplicated names.

* Deduplicate hard delete and timer fail flaky tests better

---------

Co-authored-by: Mothblocks <35135081+Mothblocks@users.noreply.github.com>
2024-01-12 02:54:21 +01:00

1.4 KiB