Skip to content

Conversation

martin-toman
Copy link
Contributor

Context


Description


Risk Assessment (Low / Medium / High)


Unit Tests Added or Updated (Yes / No)


Additional Testing Performed

if (startExitCode != 0)
{
throw new InvalidOperationException($"Docker start fail with exit code {startExitCode}");
if (startExitCode == 1 && (await _dockerManger.GetDockerLogs(executionContext, container.ContainerId)).LastOrDefault(row => row.Contains("context deadline exceeded")) != default)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe we should only check the startExitCode here? I.e. checking if the container is running regardless of the message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants