Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Reduce get messages log level to Trace in AdapterReceiverBase.cs #82

Merged
merged 1 commit into from
Jun 7, 2024

Reduce get messages log level to Trace in AdapterReceiverBase.cs

0c9d808
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Reduce get messages log level to Trace in AdapterReceiverBase.cs #82

Reduce get messages log level to Trace in AdapterReceiverBase.cs
0c9d808
Select commit
Loading
Failed to load commit list.
GitHub Actions / dotnet tests succeeded Jun 7, 2024 in 1s

94 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
test/Orleans/AmqpProtocol/TestResults/test-results_net7.0_20240607132130.trx 21✅ 27s
test/Orleans/AmqpProtocol/TestResults/test-results_net8.0_20240607132103.trx 21✅ 27s
test/Orleans/RabbitMQ/TestResults/test-results_net7.0_20240607132044.trx 10✅ 6s
test/Orleans/RabbitMQ/TestResults/test-results_net8.0_20240607132038.trx 10✅ 2s
test/Orleans/StreamProtocol/TestResults/test-results_net7.0_20240607132122.trx 16✅ 22s
test/Orleans/StreamProtocol/TestResults/test-results_net8.0_20240607132059.trx 16✅ 23s

✅ test/Orleans/AmqpProtocol/TestResults/test-results_net7.0_20240607132130.trx

21 tests were completed in 27s with 21 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.ClientBuilderTests 5✅ 330ms
Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.MockTests 5✅ 325ms
Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.OrleansTests 6✅ 5s
Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.SiloBuilderTests 5✅ 102ms

✅ Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.ClientBuilderTests

✅ AddRabbitMq
✅ AddRabbitMqUseStreamProtocol
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ExplicitGrainBasedAndImplicit)
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ExplicitGrainBasedOnly)
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ImplicitOnly)

✅ Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.MockTests

✅ CreateAmqpProtocolAdapter
✅ CreateReceiver
✅ GetAmqpProtocolAdapterDirection
✅ GetAmqpProtocolAdapterIsRewindable
✅ GetAmqpProtocolAdapterName

✅ Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.OrleansTests

✅ ClientActionAsync
✅ ClientDirectStreamAsync
✅ ClientStreamTestAsync
✅ ClusterIsUp
✅ SiloActionAsync
✅ SiloStreamTestAsync

✅ Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.SiloBuilderTests

✅ AddRabbitMq
✅ AddRabbitMqUseStreamProtocol
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ExplicitGrainBasedAndImplicit)
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ExplicitGrainBasedOnly)
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ImplicitOnly)

✅ test/Orleans/AmqpProtocol/TestResults/test-results_net8.0_20240607132103.trx

21 tests were completed in 27s with 21 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.ClientBuilderTests 5✅ 579ms
Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.MockTests 5✅ 432ms
Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.OrleansTests 6✅ 5s
Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.SiloBuilderTests 5✅ 391ms

✅ Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.ClientBuilderTests

✅ AddRabbitMq
✅ AddRabbitMqUseStreamProtocol
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ExplicitGrainBasedAndImplicit)
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ExplicitGrainBasedOnly)
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ImplicitOnly)

✅ Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.MockTests

✅ CreateAmqpProtocolAdapter
✅ CreateReceiver
✅ GetAmqpProtocolAdapterDirection
✅ GetAmqpProtocolAdapterIsRewindable
✅ GetAmqpProtocolAdapterName

✅ Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.OrleansTests

✅ ClientActionAsync
✅ ClientDirectStreamAsync
✅ ClientStreamTestAsync
✅ ClusterIsUp
✅ SiloActionAsync
✅ SiloStreamTestAsync

✅ Escendit.Orleans.Streaming.RabbitMQ.AmqpProtocol.Tests.SiloBuilderTests

✅ AddRabbitMq
✅ AddRabbitMqUseStreamProtocol
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ExplicitGrainBasedAndImplicit)
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ExplicitGrainBasedOnly)
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ImplicitOnly)

✅ test/Orleans/RabbitMQ/TestResults/test-results_net7.0_20240607132044.trx

10 tests were completed in 6s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
RabbitMQ.Tests.DependencyInjectionUsageTests 1✅ 397ms
RabbitMQ.Tests.MockTests 9✅ 202ms

✅ RabbitMQ.Tests.DependencyInjectionUsageTests

✅ Start

✅ RabbitMQ.Tests.MockTests

✅ CompareHashCode
✅ CompareMatchLeftNull
✅ CompareMatchRightNull
✅ InitiateAdapterFactoryBase
✅ InitiateAdapterReceiverBase
✅ OperatorMatching
✅ ThrowWhenCreateDefaultQueueAdapterCacheNameIsNotString
✅ ThrowWhenCreateDefaultStreamQueueMapperNameIsNotString
✅ ThrowWhenCreateDefaultStreamQueueMapperNameIsNull

✅ test/Orleans/RabbitMQ/TestResults/test-results_net8.0_20240607132038.trx

10 tests were completed in 2s with 10 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
RabbitMQ.Tests.DependencyInjectionUsageTests 1✅ 483ms
RabbitMQ.Tests.MockTests 9✅ 338ms

✅ RabbitMQ.Tests.DependencyInjectionUsageTests

✅ Start

✅ RabbitMQ.Tests.MockTests

✅ CompareHashCode
✅ CompareMatchLeftNull
✅ CompareMatchRightNull
✅ InitiateAdapterFactoryBase
✅ InitiateAdapterReceiverBase
✅ OperatorMatching
✅ ThrowWhenCreateDefaultQueueAdapterCacheNameIsNotString
✅ ThrowWhenCreateDefaultStreamQueueMapperNameIsNotString
✅ ThrowWhenCreateDefaultStreamQueueMapperNameIsNull

✅ test/Orleans/StreamProtocol/TestResults/test-results_net7.0_20240607132122.trx

16 tests were completed in 22s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.ClientBuilderTests 5✅ 217ms
Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.OrleansTests 6✅ 5s
Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.SiloBuilderTests 5✅ 53ms

✅ Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.ClientBuilderTests

✅ AddRabbitMq
✅ AddRabbitMqUseStreamProtocol
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ExplicitGrainBasedAndImplicit)
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ExplicitGrainBasedOnly)
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ImplicitOnly)

✅ Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.OrleansTests

✅ ClientActionAsync
✅ ClientDirectStreamAsync
✅ ClientStreamTestAsync
✅ ClusterIsUp
✅ SiloActionAsync
✅ SiloStreamTestAsync

✅ Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.SiloBuilderTests

✅ AddRabbitMq
✅ AddRabbitMqUseStreamProtocol
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ExplicitGrainBasedAndImplicit)
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ExplicitGrainBasedOnly)
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ImplicitOnly)

✅ test/Orleans/StreamProtocol/TestResults/test-results_net8.0_20240607132059.trx

16 tests were completed in 23s with 16 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.ClientBuilderTests 5✅ 484ms
Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.OrleansTests 6✅ 6s
Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.SiloBuilderTests 5✅ 303ms

✅ Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.ClientBuilderTests

✅ AddRabbitMq
✅ AddRabbitMqUseStreamProtocol
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ExplicitGrainBasedAndImplicit)
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ExplicitGrainBasedOnly)
✅ AddRabbitMqUseStreamProtocolUsePubSubType(type: ImplicitOnly)

✅ Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.OrleansTests

✅ ClientActionAsync
✅ ClientDirectStreamAsync
✅ ClientStreamTestAsync
✅ ClusterIsUp
✅ SiloActionAsync
✅ SiloStreamTestAsync

✅ Escendit.Orleans.Streaming.RabbitMQ.StreamProtocol.Tests.SiloBuilderTests

✅ AddRabbitMq
✅ AddRabbitMqUseStreamProtocol
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ExplicitGrainBasedAndImplicit)
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ExplicitGrainBasedOnly)
✅ AddRabbitMqUseStreamProtocolWithPubSubType(type: ImplicitOnly)