You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[LoggerMessage(EventId=1032,Level=LogLevel.Error,Message="Invalid size specified for /dev/shm: {size}. Please use value between 1 and 9223372036854775807.")]
[LoggerMessage(EventId=1032,Level=LogLevel.Error,Message="Invalid size specified for /dev/shm: {size}. Please use value between 1 and 9223372036854775807.")]
_logger.VerifyLogging("Invalid size specified for /dev/shm: not-a-number. Please use value between 1 and 9223372036854775807.",LogLevel.Error,Times.Once());
547
+
548
+
runner.Dispose();
549
+
}
550
+
477
551
[Fact(DisplayName="HandleTimeout - when called expecte to terminate container")]
_logger.VerifyLogging("Invalid size specified for /dev/shm: not-a-number. Please use value between 1 and 9223372036854775807.",LogLevel.Error,Times.Once());
618
+
619
+
runner.Dispose();
620
+
}
621
+
535
622
[Fact(DisplayName="HandleTimeout - when called expecte to terminate container")]
0 commit comments