Skip to content

Throw the new DockerUnavailableException when Docker is not available #2094

Throw the new DockerUnavailableException when Docker is not available

Throw the new DockerUnavailableException when Docker is not available #2094

Triggered via pull request December 20, 2024 13:39
Status Success
Total duration 11m 55s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: analyze
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Testcontainers.ActiveMq.ArtemisContainerTest+CustomCredentialsConfiguration ► EstablishesConnection: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.ActiveMq.Tests.trx Error: DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.ActiveMq.ArtemisContainerTest+DefaultCredentialsConfiguration ► EstablishesConnection: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.ActiveMq.Tests.trx Error: DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.ActiveMq.ArtemisContainerTest+NoAuthCredentialsConfiguration ► EstablishesConnection: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.ActiveMq.Tests.trx Error: DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.Tests.DependsOnTest ► DependsOnCreatesDependentResources: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.Platform.Linux.Tests.trx Error: DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.Tests.LoggerTest+SharedCollectionTest1 ► LogContainerRuntimeInformationOnce(_: 0): src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Testcontainers.Platform.Linux.Tests.trx Error: DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.Tests.PortForwardingTest+PortForwardingDefaultConfiguration ► EstablishesHostConnection: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.Platform.Linux.Tests.trx Error: DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.Tests.PortForwardingTest+PortForwardingNetworkConfiguration ► EstablishesHostConnection: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.Platform.Linux.Tests.trx Error: DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.Tests.ReusableResourceTest ► ShouldReuseExistingResource: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.Platform.Linux.Tests.trx Error: DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.Tests.ReusableResourceTest+UnsupportedBuilderConfigurationTest+ContainerBuilderTest ► EnabledAutoRemoveThrowsException: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.Platform.Linux.Tests.trx Error: Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.ArgumentException) Actual: typeof(DotNet.Testcontainers.DockerUnavailableException) ---- DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.Tests.ReusableResourceTest+UnsupportedBuilderConfigurationTest+ContainerBuilderTest ► EnabledCleanUpThrowsException: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.Platform.Linux.Tests.trx Error: Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.ArgumentException) Actual: typeof(DotNet.Testcontainers.DockerUnavailableException) ---- DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/
Testcontainers.Tests.ReusableResourceTest+UnsupportedBuilderConfigurationTest+NetworkBuilderTest ► EnabledCleanUpThrowsException: src/Testcontainers/Builders/AbstractBuilder`4.cs#L150
Failed test found in: Testcontainers.Platform.Linux.Tests.trx Error: Assert.Throws() Failure: Exception type was not an exact match Expected: typeof(System.ArgumentException) Actual: typeof(DotNet.Testcontainers.DockerUnavailableException) ---- DotNet.Testcontainers.DockerUnavailableException : Docker is either not running or misconfigured. Please ensure that Docker is running and that the endpoint is properly configured. You can customize your configuration using either the environment variables or the ~/.testcontainers.properties file. For more information, visit: https://dotnet.testcontainers.org/custom_configuration/