Skip to content

Revamp tests

Revamp tests #2425

Triggered via pull request November 29, 2024 12:24
@uglideuglide
synchronize #350
revamp_tests
Status Cancelled
Total duration 9m 20s
Artifacts

integration.yml

on: pull_request
redis_version
0s
redis_version
Matrix: build_and_test_windows
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

31 errors
Redis 7.4.1; .NET 6.0;
Process completed with exit code 1.
Redis 6.2.16; .NET 6.0;
Process completed with exit code 1.
Redis 7.2.6; .NET 6.0;
Process completed with exit code 1.
Redis 7.4.1; .NET 8.0;
Process completed with exit code 1.
Redis 6.2.16; .NET 7.0;
Process completed with exit code 1.
Redis 7.4.1; .NET 7.0;
Process completed with exit code 1.
Redis 6.2.16; .NET 8.0;
Process completed with exit code 1.
Redis 7.2.6; .NET 7.0;
Process completed with exit code 1.
Redis 7.2.6; .NET 8.0;
Process completed with exit code 1.
Windows Test 6.2.6-v9
Canceling since a higher priority waiting request for '350-integration' exists
NRedisStack.Tests.Tdigest.TdigestTests.TestRankCommandsAsync(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L122
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestRankCommands(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L107
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestMinAndMaxAsync(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L402
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestMinAndMax(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L383
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestAddAsync(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L198
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestCreateSimple(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L29
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestCDF(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L302
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestCDFAsync(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L324
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestQuantile(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L347
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Tdigest.TdigestTests.TestAdd(endpointId: "cluster"): _/tests/NRedisStack.Tests/Tdigest/TdigestTests.cs#L182
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
Windows Test 7.2.0-RC3
Canceling since a higher priority waiting request for '350-integration' exists
NRedisStack.Tests.TransactionTests.TestModulesTransaction(endpointId: "standalone"): _/tests/NRedisStack.Tests/TransactionsTests.cs#L62
StackExchange.Redis.RedisServerException : EXECABORT Transaction discarded because of previous errors.
NRedisStack.Tests.TransactionTests.TestModulesTransaction(endpointId: "cluster"): _/tests/NRedisStack.Tests/TransactionsTests.cs#L38
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.TransactionTests.TestJsonTransaction(endpointId: "cluster"): _/tests/NRedisStack.Tests/TransactionsTests.cs#L18
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.ExampleTests.AdvancedJsonExamplesTest(endpointId: "cluster"): _/tests/NRedisStack.Tests/Examples/ExampleTests.cs#L826
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.ExampleTests.PipelineExample(endpointId: "cluster"): _/tests/NRedisStack.Tests/Examples/ExampleTests.cs#L91
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.ExampleTests.AsyncExample(endpointId: "cluster"): _/tests/NRedisStack.Tests/Examples/ExampleTests.cs#L78
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.ExampleTests.BasicJsonExamplesTest(endpointId: "cluster"): _/tests/NRedisStack.Tests/Examples/ExampleTests.cs#L571
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Bloom.BloomTests.TestAddExistsMultiAsync(endpointId: "cluster"): _/tests/NRedisStack.Tests/Bloom/BloomTests.cs#L104
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Bloom.BloomTests.TestCardAsync(endpointId: "cluster"): _/tests/NRedisStack.Tests/Bloom/BloomTests.cs#L347
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.
NRedisStack.Tests.Bloom.BloomTests.TestReserveBasic(endpointId: "cluster"): _/tests/NRedisStack.Tests/Bloom/BloomTests.cs#L16
StackExchange.Redis.RedisConnectionException : It was not possible to connect to the redis server(s). Error connecting right now. To allow this multiplexer to continue retrying until it's able to connect, use abortConnect=false in your connection string or AbortOnConnectFail=false; in your code.