Implemented Test containers for integration testing - phase 1 #3472
Azure Pipelines / Ginger Mac Build
failed
Mar 22, 2024 in 5m 31s
Build #20240322.15 had test failures
Details
- Failed: 3 (0.42%)
- Passed: 653 (92.49%)
- Other: 50 (7.08%)
- Total: 706
Annotations
Check failure on line 404 in Build log
azure-pipelines / Ginger Mac Build
Build log #L404
Bash exited with code '1'.
azure-pipelines / Ginger Mac Build
GingerCoreNETUnitTest.DatabaseTest.PostgreSqlIntegrationTests.ShouldReturnTwoCustomers
Class Initialization method GingerCoreNETUnitTest.DatabaseTest.PostgreSqlIntegrationTests.ClassInitialize threw exception. System.ArgumentException: System.ArgumentException: 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/ (Parameter 'DockerEndpointAuthConfig').
Raw output
at DotNet.Testcontainers.Guard.ThrowIf[TType](ArgumentInfo`1& argument, Func`2 condition, Func`2 ifClause)
at DotNet.Testcontainers.Builders.AbstractBuilder`4.Validate()
at DotNet.Testcontainers.Builders.ContainerBuilder`3.Validate()
at Testcontainers.PostgreSql.PostgreSqlBuilder.Validate()
at Testcontainers.PostgreSql.PostgreSqlBuilder.Build()
at GingerCoreNETUnitTest.DatabaseTest.PostgreSqlIntegrationTests..cctor() in /Users/runner/work/1/s/Ginger/GingerCoreNETUnitTest/DatabaseTest/PostgreSqlIntegrationTests.cs:line 14
azure-pipelines / Ginger Mac Build
GingerCoreNETUnitTest.DatabaseTest.OracleIntegrationTests.ShouldReturnTwoCustomers
Class Initialization method GingerCoreNETUnitTest.DatabaseTest.OracleIntegrationTests.ClassInitialize threw exception. System.ArgumentException: System.ArgumentException: 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/ (Parameter 'DockerEndpointAuthConfig').
Raw output
at DotNet.Testcontainers.Guard.ThrowIf[TType](ArgumentInfo`1& argument, Func`2 condition, Func`2 ifClause)
at DotNet.Testcontainers.Builders.AbstractBuilder`4.Validate()
at DotNet.Testcontainers.Builders.ContainerBuilder`3.Validate()
at Testcontainers.Oracle.OracleBuilder.Validate()
at Testcontainers.Oracle.OracleBuilder.Build()
at GingerCoreNETUnitTest.DatabaseTest.OracleIntegrationTests..cctor() in /Users/runner/work/1/s/Ginger/GingerCoreNETUnitTest/DatabaseTest/OracleIntegrationTests.cs:line 15
azure-pipelines / Ginger Mac Build
GingerCoreNETUnitTest.DatabaseTest.CouchbaseIntegrationTests.ShouldReturnTwoCustomers
Class Initialization method GingerCoreNETUnitTest.DatabaseTest.CouchbaseIntegrationTests.ClassInitialize threw exception. System.ArgumentException: System.ArgumentException: 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/ (Parameter 'DockerEndpointAuthConfig').
Raw output
at DotNet.Testcontainers.Guard.ThrowIf[TType](ArgumentInfo`1& argument, Func`2 condition, Func`2 ifClause)
at DotNet.Testcontainers.Builders.AbstractBuilder`4.Validate()
at DotNet.Testcontainers.Builders.ContainerBuilder`3.Validate()
at Testcontainers.Couchbase.CouchbaseBuilder.Build()
at GingerCoreNETUnitTest.DatabaseTest.CouchbaseIntegrationTests..cctor() in /Users/runner/work/1/s/Ginger/GingerCoreNETUnitTest/DatabaseTest/CouchbaseIntegrationTests.cs:line 18
Loading