mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-07-20 20:43:47 +01:00
Test assertion and logging to try and narrow down the cause of the Linux advanced watchdog failures
This commit is contained in:
@@ -15,7 +15,9 @@
|
||||
var/ibf = message == "Failed initial bridge request!"
|
||||
if(ibf || message == "Failed bridge request, bad json: null" || findtext(message, "byond_world_export: Failed request: ") || message == "Failed to activate API!")
|
||||
if(ibf)
|
||||
text2file("yes", "initial_bridge_failed.txt")
|
||||
world.log << "Writing test fail file..."
|
||||
text2file("BRIDGE FAILED", "initial_bridge_failed.txt")
|
||||
world.log << "File exists: [fexists("initial_bridge_failed.txt")]"
|
||||
del(world)
|
||||
sleep(1)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user