Skip to content

Commit

Permalink
Merge pull request #1673 from tgstation/AnotherWin32RandomError
Browse files Browse the repository at this point in the history
Add another possible win32 error to dump tests
  • Loading branch information
Cyberboss authored Oct 16, 2023
2 parents c0f6686 + c7b577d commit 44f51ef
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/Tgstation.Server.Tests/Live/Instance/WatchdogTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,8 @@ async Task DumpTests(CancellationToken cancellationToken)
|| job.ExceptionDetails.Contains("BetterWin32Errors.Win32Exception: 3489660936: Unknown error (0xd0000008)")
|| job.ExceptionDetails.Contains("System.InvalidOperationException: No process is associated with this object.")
|| job.ExceptionDetails.Contains("BetterWin32Errors.Win32Exception: 2147942424: The program issued a command but the command length is incorrect.")
|| job.ExceptionDetails.Contains("BetterWin32Errors.Win32Exception: 2147942699: Only part of a ReadProcessMemory or WriteProcessMemory request was completed."))))
|| job.ExceptionDetails.Contains("BetterWin32Errors.Win32Exception: 2147942699: Only part of a ReadProcessMemory or WriteProcessMemory request was completed.")
|| job.ExceptionDetails.Contains("BetterWin32Errors.Win32Exception: 3489660964: Unknown error (0xd0000024)"))))
break;

var restartJob = await instanceClient.DreamDaemon.Restart(cancellationToken);
Expand Down

0 comments on commit 44f51ef

Please sign in to comment.