[MIRROR] Fixes failure state indication message [MDB IGNORE] (#25325)

* Fixes failure state indication message (#79988)

This is actually determining if the item was deleted before it had a
chance to Initialize.

* Fixes failure state indication message

---------

Co-authored-by: oranges <email@oranges.net.nz>
This commit is contained in:
SkyratBot
2023-11-28 19:37:26 -05:00
committed by GitHub
co-authored by oranges
parent 5455bcdbe2
commit c9cccd9229
2 changed files with 2 additions and 2 deletions
@@ -111,7 +111,7 @@ GLOBAL_VAR_INIT(running_create_and_destroy, FALSE)
if(fails & BAD_INIT_NO_HINT)
TEST_FAIL("[path] didn't return an Initialize hint")
if(fails & BAD_INIT_QDEL_BEFORE)
TEST_FAIL("[path] qdel'd in New()")
TEST_FAIL("[path] qdel'd before we could call Initialize()")
if(fails & BAD_INIT_SLEPT)
TEST_FAIL("[path] slept during Initialize()")