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

Fail and delay batch items #6

Merged
merged 3 commits into from
Mar 28, 2024

Revert "Fail with visibilityTimeout for updated message"

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

Fail and delay batch items #6

Revert "Fail with visibilityTimeout for updated message"
1447483
Select commit
Loading
Failed to load commit list.
GitHub Actions / Tests succeeded Mar 28, 2024 in 0s

24 passed, 0 failed and 0 skipped

Tests passed successfully

✅ /home/runner/work/azure-batch-queue/azure-batch-queue/TestResults/AzureBatchQueue.Tests.trx

24 tests were completed in 20s with 24 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
AzureBatchQueue.Tests.BatchQueueTests 12✅ 14s
AzureBatchQueue.Tests.MessageQueueTests 12✅ 519ms

✅ AzureBatchQueue.Tests.BatchQueueTests

✅ When_batch_flushes_after_all_complete
✅ When_batch_flushes_after_all_complete_or_fail
✅ When_batch_timer_flushes_after_period
✅ When_batch_updates_after_all_fail
✅ When_completing_item_after_batch_was_flushed
✅ When_completing_same_item_after_pause
✅ When_completing_same_item_twice_throws_exception
✅ When_many_threads_complete_in_parallel
✅ When_quarantine_only_not_completed_items_from_batch
✅ When_quarantine_whole_batch
✅ When_sending_batch
✅ When_timer_flushes_after_disposed_queue_test

✅ AzureBatchQueue.Tests.MessageQueueTests

✅ When_exception_on_deserialize
✅ When_quarantine_large_message
✅ When_quarantine_small_message
✅ When_sending_large_message(AzureBatchQueue.JsonNet.BatchQueueCompressedSerializer`1[System.String])
✅ When_sending_large_message(AzureBatchQueue.Tests.Serializers.GZipJsonSerializer`1[System.String])
✅ When_sending_message_similar_to_internal_blob_reference
✅ When_sending_small_message
✅ When_updating_large_message_with_large_message
✅ When_updating_large_message_with_small_message
✅ When_updating_message
✅ When_using_custom_serializer(AzureBatchQueue.JsonNet.BatchQueueCompressedSerializer`1[AzureBatchQueue.Tests.MessageQueueTests+TestItem])
✅ When_using_custom_serializer(AzureBatchQueue.Tests.Serializers.GZipJsonSerializer`1[AzureBatchQueue.Tests.MessageQueueTests+TestItem])