Moritz Mack created BEAM-13738:
----------------------------------
Summary: Renable ignored test in SqsUnboundedReaderTest
Key: BEAM-13738
URL: https://issues.apache.org/jira/browse/BEAM-13738
Project: Beam
Issue Type: Task
Components: io-java-aws
Reporter: Moritz Mack
Elasticmq is used for testing SQS, unfortunately a bug prevents testing batch
extension of message visibility if the request contains an invalid receipt
handle:
[https://github.com/softwaremill/elasticmq/issues/632]
{quote}A ChangeMessageVisibilityBatchRequest that contains an entry with an
invalid receipt handle fails entirely with status code 400
(InvalidParameterValue; see the SQS docs), rather than returning partial
success containing a BatchResultErrorEntry with code ReceiptHandleIsInvalid for
that particular entry. DeleteMessageBatchRequest behaves as expected.
{quote}
Re-enableĀ *SqsUnboundedReaderTest.testExtendDeletedMessage* once fixed.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)