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

Add Java variants of WriteTo{Csv,Json}. #28380

Merged
merged 6 commits into from
Oct 9, 2023

Merge branch 'master' into java-csv-json

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

Add Java variants of WriteTo{Csv,Json}. #28380

Merge branch 'master' into java-csv-json
5037d7c
Select commit
Loading
Failed to load commit list.
GitHub Actions / Test Results succeeded Oct 10, 2023 in 0s

All 352 tests pass in 5m 45s

  51 files  +  43    51 suites  +43   5m 45s ⏱️ - 1h 10m 48s
352 tests +348  352 ✔️ +348  0 💤 ±0  0 ±0 
352 runs  +338  352 ✔️ +338  0 💤 ±0  0 ±0 

Results for commit 5037d7c. ± Comparison against earlier commit 6848d8a.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Test Results

352 tests found

There are 352 tests, see "Raw output" for the full list of tests.
Raw output
org.apache.beam.sdk.io.aws2.common.AsyncBatchWriteHandlerTest ‑ correctlyLimitConcurrency
org.apache.beam.sdk.io.aws2.common.AsyncBatchWriteHandlerTest ‑ propagateErrorOnPutRecords
org.apache.beam.sdk.io.aws2.common.AsyncBatchWriteHandlerTest ‑ propagateErrorOnWaitForCompletion
org.apache.beam.sdk.io.aws2.common.AsyncBatchWriteHandlerTest ‑ propagateErrorWhenPolling
org.apache.beam.sdk.io.aws2.common.AsyncBatchWriteHandlerTest ‑ retryLimitOnPartialSuccessById
org.apache.beam.sdk.io.aws2.common.AsyncBatchWriteHandlerTest ‑ retryLimitOnPartialSuccessByPosition
org.apache.beam.sdk.io.aws2.common.AsyncBatchWriteHandlerTest ‑ retryOnPartialSuccessById
org.apache.beam.sdk.io.aws2.common.AsyncBatchWriteHandlerTest ‑ retryOnPartialSuccessByPosition
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testAsyncEmptyHttpConfiguration
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testAsyncHttpConfiguration
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testAsyncHttpSocketConfiguration
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testAsyncProxyConfiguration
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testBaseSettingsFromClientConfig
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testBaseSettingsFromOptions
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testBuildClientFromOptions
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testCheckConfigurationUsingConfig
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testCheckConfigurationUsingOptions
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testEndpointFromClientConfig
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testEndpointFromOptions
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testGetFactoryInstance
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testRetryConfiguration
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testSyncEmptyHttpConfiguration
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testSyncHttpConfiguration
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testSyncProxyConfiguration
org.apache.beam.sdk.io.aws2.common.ClientBuilderFactoryTest ‑ testValidate
org.apache.beam.sdk.io.aws2.common.ClientConfigurationTest ‑ testJavaSerialization
org.apache.beam.sdk.io.aws2.common.ClientConfigurationTest ‑ testJsonSerialization
org.apache.beam.sdk.io.aws2.common.HttpClientConfigurationTest ‑ testJsonSerialization
org.apache.beam.sdk.io.aws2.common.ObjectPoolTest ‑ closeClientsOnceReleased
org.apache.beam.sdk.io.aws2.common.ObjectPoolTest ‑ closeClientsOnceReleasedByKey
org.apache.beam.sdk.io.aws2.common.ObjectPoolTest ‑ concurrentRetainRelease
org.apache.beam.sdk.io.aws2.common.ObjectPoolTest ‑ recreateClientOnceReleased
org.apache.beam.sdk.io.aws2.common.ObjectPoolTest ‑ releaseWithError
org.apache.beam.sdk.io.aws2.common.ObjectPoolTest ‑ shareClientsOfSameConfiguration
org.apache.beam.sdk.io.aws2.common.RetryConfigurationTest ‑ testJsonSerialization
org.apache.beam.sdk.io.aws2.common.RetryConfigurationTest ‑ verifyBaseBackoffLargerZero
org.apache.beam.sdk.io.aws2.common.RetryConfigurationTest ‑ verifyMaxBackoffLargerZero
org.apache.beam.sdk.io.aws2.common.RetryConfigurationTest ‑ verifyNumRetriesNotNegative
org.apache.beam.sdk.io.aws2.common.RetryConfigurationTest ‑ verifyThrottledBaseBackoffLargerZero
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForBooleanType
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForByteArray
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForListOfString
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForListType
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForMapType
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForNullType
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForNumberType
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForOneListOfByteArray
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForOneListOfNumber
org.apache.beam.sdk.io.aws2.dynamodb.AttributeValueCoderTest ‑ shouldPassForStringType
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOReadTest ‑ testReadInvalidTotalSegments
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOReadTest ‑ testReadMissingScanRequestFn
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOReadTest ‑ testReadMissingTotalSegments
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOReadTest ‑ testReadOneSegment
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOReadTest ‑ testReadThreeSegments
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOReadTest ‑ testReadWithCustomLimit
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOReadTest ‑ testReadWithStartKey
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOWriteTest ‑ testWriteDeleteItems
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOWriteTest ‑ testWriteDeleteItemsWithDuplicates
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOWriteTest ‑ testWritePutItems
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOWriteTest ‑ testWritePutItemsWithDuplicates
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOWriteTest ‑ testWritePutItemsWithDuplicatesByKey
org.apache.beam.sdk.io.aws2.dynamodb.DynamoDBIOWriteTest ‑ testWritePutItemsWithPartialSuccess
org.apache.beam.sdk.io.aws2.dynamodb.testing.DynamoDBIOIT ‑ testWriteThenRead
org.apache.beam.sdk.io.aws2.kinesis.CustomOptionalTest ‑ absentThrowsNoSuchElementExceptionOnGet
org.apache.beam.sdk.io.aws2.kinesis.CustomOptionalTest ‑ testEqualsAndHashCode
org.apache.beam.sdk.io.aws2.kinesis.EFOKinesisReaderTest ‑ getCheckpointMarkReturnsCheckpoints
org.apache.beam.sdk.io.aws2.kinesis.EFOKinesisReaderTest ‑ readsThroughAllDataAvailable
org.apache.beam.sdk.io.aws2.kinesis.EFOKinesisReaderTest ‑ returnsCurrentWatermark
org.apache.beam.sdk.io.aws2.kinesis.EFOKinesisReaderTest ‑ startReturnsFalseIfNoDataAtTheBeginning
org.apache.beam.sdk.io.aws2.kinesis.EFOKinesisReaderTest ‑ startReturnsTrueIfSomeDataAvailable
org.apache.beam.sdk.io.aws2.kinesis.EFOKinesisReaderTest ‑ throwsNoSuchElementExceptionIfNoData
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ checkpointEqualsToInitStateIfNothingIsConsumed
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ doesNotIntroduceDuplicatesWithAggregatedRecordsCheckpoints
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ handlesAggregatedRecords
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolFailsWhenConsumerDoesNotExist
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolFailsWhenNonRecoverableErrorOccurs
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolHandlesShardDown
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolHandlesShardUp
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolHandlesShardUpWithRecords
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesAndReadsManyEvents
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesAndReadsRecords
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesAndReadsRecordsAfterCheckPoint
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesAndReadsRecordsAfterCheckPointWithPositiveSubSeqNumber
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesAndReadsRecordsWithAtTimestamp
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesAndReadsRecordsWithTrimHorizon
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesAndSkipsAllRecordsWithAtTimestampGreaterThanRecords
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesFromInitialWhenRecoverableErrorOccursImmediately
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesWhenManyRecoverableErrorsOccur
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesWhenNoRecordsCome
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolReSubscribesWhenRecoverableErrorOccurs
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ poolWatermarkReturnsTsOfOldestAcknowledgedRecord
org.apache.beam.sdk.io.aws2.kinesis.EFOShardSubscribersPoolTest ‑ skipsEntireAggregatedBatch
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOOptionsTest ‑ testConsumerMapping
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOOptionsTest ‑ testNullConsumerArn
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOOptionsTest ‑ testSerializeDeserializeDefaults
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOReadTest ‑ testReadDefaults
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOReadTest ‑ testReadFromShards
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOReadTest ‑ testReadWithEFOFromShards
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOReadTest ‑ testReadWithLimitExceeded
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testShardRangesRefresh
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWrite
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedByDefault
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedShardAware
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedShardRefreshDisabled
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedShardRefreshPending
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedUsingExplicitPartitioner
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedWithMaxBufferTime
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedWithMaxBytes
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedWithMaxBytesAndBatchMaxBytes
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedWithMaxBytesAndBatchMaxRecords
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteAggregatedWithShardsRefresh
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteFailure
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteWithBatchMaxBytes
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteWithBatchMaxRecords
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ testWriteWithPartialSuccess
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateBatchMaxBytesTooHigh
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateBatchMaxBytesTooLow
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateBatchMaxRecordsTooHigh
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateBatchMaxRecordsTooLow
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateEmptyStreamName
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateInvalidConcurrentRequests
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateMissingPartitioner
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateMissingSerializer
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateMissingStreamName
org.apache.beam.sdk.io.aws2.kinesis.KinesisIOWriteTest ‑ validateRecordAggregationMaxBytesAboveLimit
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderCheckpointTest ‑ isImmutable
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderCheckpointTest ‑ splitsCheckpointAccordingly
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderCheckpointTest ‑ testJavaSerialization
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ getSplitBacklogBytesShouldReturnBacklogUnknown
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ getSplitBacklogBytesShouldReturnLastSeenValueWhenCalledFrequently
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ getSplitBacklogBytesShouldReturnLastSeenValueWhenKinesisExceptionsOccur
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ getSplitBacklogBytesShouldReturnUnknownIfNotStarted
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ readsThroughAllDataAvailable
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ returnsCurrentWatermark
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ startReturnsFalseIfNoDataAtTheBeginning
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ startReturnsTrueIfSomeDataAvailable
org.apache.beam.sdk.io.aws2.kinesis.KinesisReaderTest ‑ throwsNoSuchElementExceptionIfNoData
org.apache.beam.sdk.io.aws2.kinesis.KinesisRecordCoderTest ‑ encodingAndDecodingWorks
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ shouldThrowLimitExceededExceptionForShardListing
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ shouldThrowServiceErrorForShardListing
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ testConsumerArnForSpecificStreamNotPassedInPipelineOptions
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ testConsumerArnInPipelineOptionsDiscardsIOSetting
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ testConsumerArnInPipelineOptionsOverwritesIOSetting
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ testConsumerArnNotPassed
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ testConsumerArnPassedInIO
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ testConsumerArnPassedInPipelineOptions
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ testCreateReaderOfCorrectType
org.apache.beam.sdk.io.aws2.kinesis.KinesisSourceTest ‑ testSplitGeneratesCorrectNumberOfSources
org.apache.beam.sdk.io.aws2.kinesis.RateLimitPolicyFactoryTest ‑ defaultRateLimiterShouldUseBackoffs
org.apache.beam.sdk.io.aws2.kinesis.RecordFilterTest ‑ shouldFilterOutRecordsBeforeOrAtCheckpoint
org.apache.beam.sdk.io.aws2.kinesis.RecordFilterTest ‑ shouldNotFailOnEmptyList
org.apache.beam.sdk.io.aws2.kinesis.RecordsAggregatorTest ‑ testAggregationCompatibilityWithKcl
org.apache.beam.sdk.io.aws2.kinesis.RecordsAggregatorTest ‑ testGetRequestEntryAndReset
org.apache.beam.sdk.io.aws2.kinesis.RecordsAggregatorTest ‑ testHasCapacity
org.apache.beam.sdk.io.aws2.kinesis.RecordsAggregatorTest ‑ testRejectRecordIfSizeExceeded
org.apache.beam.sdk.io.aws2.kinesis.RecordsAggregatorTest ‑ testSizeIncrement
org.apache.beam.sdk.io.aws2.kinesis.RecordsAggregatorTest ‑ testSizeIncrementOfKey
org.apache.beam.sdk.io.aws2.kinesis.ShardCheckpointTest ‑ testComparisonWithExtendedSequenceNumber
org.apache.beam.sdk.io.aws2.kinesis.ShardCheckpointTest ‑ testComparisonWithTimestamp
org.apache.beam.sdk.io.aws2.kinesis.ShardCheckpointTest ‑ testEquals
org.apache.beam.sdk.io.aws2.kinesis.ShardCheckpointTest ‑ testProvidingShardIterator
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldListAllShardsForLatest
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldListAllShardsForTimestampBeforeStreamCreationTimestamp
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldListAllShardsForTimestampOutsideStreamRetentionAfterStreamCreationTimestamp
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldListAllShardsForTimestampWithRetriedDescribeStreamSummaryCallAfterStreamCreationTimestamp
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldListAllShardsForTimestampWithinStreamRetentionAfterStreamCreationTimestamp
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldListAllShardsForTrimHorizon
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldListAllShardsForTrimHorizonWithPagedResults
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldThrowLimitExceededExceptionForShardListing
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldThrowProvisionedThroughputExceededExceptionForShardListing
org.apache.beam.sdk.io.aws2.kinesis.ShardListingUtilsTest ‑ shouldThrowServiceErrorForShardListing
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolExtendedTest ‑ poolWatermarkReturnsTsOfOldestAcknowledgedRecord
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolExtendedTest ‑ testNextRecordReturnsDeAggregatedRecords
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolExtendedTest ‑ testNextRecordReturnsDeAggregatedRecordsWhenStartedAfterSeqNum
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolExtendedTest ‑ testNextRecordReturnsNonAggregatedRecordsIfSubSeqNumIsPositive
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolExtendedTest ‑ testNextRecordReturnsRecords
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolExtendedTest ‑ testNextRecordReturnsRecordsWhenStartedAtLatest
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolExtendedTest ‑ testNextRecordReturnsRecordsWhenStartedAtTrimHorizon
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldCallRateLimitPolicy
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldCheckpointReadRecords
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldForgetClosedShardIterator
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldInterruptKinesisReadingAndStopShortly
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldInterruptPuttingRecordsToQueueAndStopShortly
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldReturnAbsentOptionalWhenNoRecords
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldReturnAbsentOptionalWhenStartedWithNoIterators
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldReturnAllRecords
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldReturnTheLeastWatermarkOfAllShards
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldReturnTheOldestFromLatestRecordTimestampOfAllShards
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldStartReadingSuccessiveShardsAfterReceivingShardClosedException
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldStopReadersPoolAlsoWhenExceptionsOccurDuringStopping
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldStopReadersPoolWhenLastShardReaderStopped
org.apache.beam.sdk.io.aws2.kinesis.ShardReadersPoolTest ‑ shouldStopReadingShardAfterReceivingShardClosedException
org.apache.beam.sdk.io.aws2.kinesis.ShardRecordsIteratorTest ‑ conformingRecordsMovesCheckpoint
org.apache.beam.sdk.io.aws2.kinesis.ShardRecordsIteratorTest ‑ goesThroughAvailableRecords
org.apache.beam.sdk.io.aws2.kinesis.ShardRecordsIteratorTest ‑ refreshesExpiredIterator
org.apache.beam.sdk.io.aws2.kinesis.ShardRecordsIteratorTest ‑ tracksLatestRecordTimestamp
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldCountBytesWhenMultipleDataPointsReturned
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldCountBytesWhenSingleDataPointReturned
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleExpiredIterationExceptionForGetShardIterator
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleExpiredIterationExceptionForShardListing
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleLimitExceededExceptionForGetBacklogBytes
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleLimitExceededExceptionForGetShardIterator
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleLimitExceededExceptionForShardListing
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleNotRetryableClientErrorForGetBacklogBytes
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleNotRetryableClientErrorForGetShardIterator
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleProvisionedThroughputExceededExceptionForGetBacklogBytes
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleProvisionedThroughputExceededExceptionForGetShardIterator
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleProvisionedThroughputExceededExceptionForShardListing
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleRetryableClientErrorForGetBacklogBytes
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleRetryableClientErrorForGetShardIterator
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleRetryableClientErrorForShardListing
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleServiceErrorForGetBacklogBytes
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleServiceErrorForGetShardIterator
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleServiceErrorForShardListing
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldHandleUnexpectedExceptionForShardListing
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldListAllShardsForExclusiveStartShardId
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldNotCallCloudWatchWhenSpecifiedPeriodTooShort
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldReturnIteratorStartingWithSequenceNumber
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldReturnIteratorStartingtimestamp
org.apache.beam.sdk.io.aws2.kinesis.SimplifiedKinesisClientTest ‑ shouldReturnLimitedNumberOfRecords
org.apache.beam.sdk.io.aws2.kinesis.TimeUtilTest ‑ shouldConvertToJavaInstant
org.apache.beam.sdk.io.aws2.kinesis.TimeUtilTest ‑ shouldConvertToJodaInstant
org.apache.beam.sdk.io.aws2.kinesis.TimeUtilTest ‑ shouldGiveMinTs
org.apache.beam.sdk.io.aws2.kinesis.WatermarkPolicyTest ‑ shouldAdvanceWatermarkToNowWithProcessingTimePolicy
org.apache.beam.sdk.io.aws2.kinesis.WatermarkPolicyTest ‑ shouldAdvanceWatermarkWhenThereAreNoIncomingRecords
org.apache.beam.sdk.io.aws2.kinesis.WatermarkPolicyTest ‑ shouldAdvanceWatermarkWithCustomTimePolicy
org.apache.beam.sdk.io.aws2.kinesis.WatermarkPolicyTest ‑ shouldAdvanceWatermarkWithTheArrivalTimeFromKinesisRecords
org.apache.beam.sdk.io.aws2.kinesis.WatermarkPolicyTest ‑ shouldOnlyAdvanceTheWatermark
org.apache.beam.sdk.io.aws2.kinesis.WatermarkPolicyTest ‑ shouldUpdateWatermarkParameters
org.apache.beam.sdk.io.aws2.kinesis.testing.KinesisIOIT ‑ testWriteThenRead
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testAwsCredentialsProviderSerDe
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testObjectMapperIsAbleToFindModule
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testProfileCredentialsProviderSerDeWithCustomDefaultProfile
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testProfileCredentialsProviderSerDeWithCustomProfile
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testProfileCredentialsProviderSerDeWithDefaultProfile
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testProfileCredentialsProviderSerDeWithUnknownProfile
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testProxyConfigurationSerDe
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testStaticCredentialsProviderSerDe
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testStsAssumeRoleCredentialsProviderSerDe
org.apache.beam.sdk.io.aws2.options.AwsModuleTest ‑ testStsAssumeRoleWithWebIdentityCredentialsProviderSerDe
org.apache.beam.sdk.io.aws2.options.AwsOptionsTest ‑ testSerializeDeserializeDefaults
org.apache.beam.sdk.io.aws2.options.AwsOptionsTest ‑ testSetAwsCredentialsProvider
org.apache.beam.sdk.io.aws2.options.AwsOptionsTest ‑ testSetAwsRegion
org.apache.beam.sdk.io.aws2.options.AwsOptionsTest ‑ testSetEndpoint
org.apache.beam.sdk.io.aws2.options.AwsOptionsTest ‑ testSetHttpClientConfiguration
org.apache.beam.sdk.io.aws2.options.AwsOptionsTest ‑ testSetProxyConfiguration
org.apache.beam.sdk.io.aws2.options.AwsSerializableUtilsTest ‑ testAwsCredentialsProviderSerialization
org.apache.beam.sdk.io.aws2.options.AwsSerializableUtilsTest ‑ testFailOnAwsCredentialsProviderDeserialization
org.apache.beam.sdk.io.aws2.options.AwsSerializableUtilsTest ‑ testFailOnAwsCredentialsProviderSerialization
org.apache.beam.sdk.io.aws2.options.S3OptionsTest ‑ testSerializeDeserializeDefaults
org.apache.beam.sdk.io.aws2.options.S3OptionsTest ‑ testSetS3ClientFactoryClass
org.apache.beam.sdk.io.aws2.options.S3OptionsTest ‑ testSetS3StorageClass
org.apache.beam.sdk.io.aws2.options.S3OptionsTest ‑ testSetS3ThreadPoolSize
org.apache.beam.sdk.io.aws2.options.S3OptionsTest ‑ testSetS3UploadBufferSizeBytes
org.apache.beam.sdk.io.aws2.options.S3OptionsTest ‑ testSetSSEAlgorithm
org.apache.beam.sdk.io.aws2.options.S3OptionsTest ‑ testSetSSECustomerKey
org.apache.beam.sdk.io.aws2.options.S3OptionsTest ‑ testSetSSEKMSKeyId
org.apache.beam.sdk.io.aws2.s3.DefaultS3ClientBuilderFactoryTest ‑ testEmptyOptions
org.apache.beam.sdk.io.aws2.s3.DefaultS3ClientBuilderFactoryTest ‑ testSetCredentialsProvider
org.apache.beam.sdk.io.aws2.s3.DefaultS3ClientBuilderFactoryTest ‑ testSetEndpoint
org.apache.beam.sdk.io.aws2.s3.DefaultS3ClientBuilderFactoryTest ‑ testSetProxyConfiguration
org.apache.beam.sdk.io.aws2.s3.DefaultS3ClientBuilderFactoryTest ‑ testSetRegion
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ deleteThousandsOfObjectsInMultipleBuckets
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ deleteThousandsOfObjectsInMultipleBucketsWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchGlob
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchGlobWithSlashes
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlob
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobForbidden
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobForbiddenWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobNotFound
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobNotFoundWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobNotReadSeekEfficient
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobNotReadSeekEfficientWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobNullContentEncoding
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobNullContentEncodingWithOptions
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchNonGlobWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ matchVariousInvokeThreadPool
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testAtomicCopy
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testAtomicCopyWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testCopy
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testCopyWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testGetPathStyleAccessEnabled
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testGetPathStyleAccessEnabledWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testGetScheme
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testGetSchemeWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testMultipartCopy
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testMultipartCopyWithS3Options
org.apache.beam.sdk.io.aws2.s3.S3FileSystemTest ‑ testWriteAndRead
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testBucketParsing
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testEquals
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testGetCurrentDirectory
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testGetFilename
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testGetScheme
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testInvalidBucket
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testInvalidPathNoBucket
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testInvalidPathNoBucketAndSlash
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testIsDirectory
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testParentRelationship
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testResolve
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testResolveInvalidInputs
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testResolveInvalidNotDirectory
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testResolveParentToFile
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testResourceIdTester
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testS3ResolveWithFileBase
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testS3ResourceIdToString
org.apache.beam.sdk.io.aws2.s3.S3ResourceIdTest ‑ testSerialization
org.apache.beam.sdk.io.aws2.s3.S3WritableByteChannelTest ‑ testAtMostOne
org.apache.beam.sdk.io.aws2.s3.S3WritableByteChannelTest ‑ write
org.apache.beam.sdk.io.aws2.s3.S3WritableByteChannelTest ‑ writeWithS3Options
org.apache.beam.sdk.io.aws2.s3.SSECustomerKeyTest ‑ testBuild
org.apache.beam.sdk.io.aws2.s3.SSECustomerKeyTest ‑ testJsonSerializeDeserialize
org.apache.beam.sdk.io.aws2.s3.testing.S3FileSystemIT ‑ testWriteThenRead
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testAwsExampleFromRow
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testAwsExampleSchema
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testAwsExampleToRow
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testFailFromRowOnUnknownField
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testFromRowSerializable
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testFromRowWithPartialSchema
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testRecursiveSchema
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testSampleFromRow
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testSampleSchema
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testSampleToRow
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaProviderTest ‑ testToRowSerializable
org.apache.beam.sdk.io.aws2.schemas.AwsSchemaUtilsTest ‑ generateBuilderFactory
org.apache.beam.sdk.io.aws2.sns.SnsIOTest ‑ testFailOnTopicValidation
org.apache.beam.sdk.io.aws2.sns.SnsIOTest ‑ testSkipTopicValidation
org.apache.beam.sdk.io.aws2.sns.SnsIOTest ‑ testWriteWithTopicArn
org.apache.beam.sdk.io.aws2.sns.SnsIOTest ‑ testWriteWithoutTopicArn
org.apache.beam.sdk.io.aws2.sns.testing.SnsIOIT ‑ testWriteThenRead
org.apache.beam.sdk.io.aws2.sqs.SqsIOReadTest ‑ testReadOnce
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testSchemaEntryMapper
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWrite
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatches
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatchesFailure
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatchesPartialSuccess
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatchesToDynamic
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatchesToDynamicWithStrictTimeout
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatchesToDynamicWithStrictTimeoutAtHighVolume
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatchesToDynamicWithTimeout
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatchesWithStrictTimeout
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteBatchesWithTimeout
org.apache.beam.sdk.io.aws2.sqs.SqsIOWriteBatchesTest ‑ testWriteCustomBatches
org.apache.beam.sdk.io.aws2.sqs.SqsUnboundedReaderTest ‑ testAckDeletedMessage
org.apache.beam.sdk.io.aws2.sqs.SqsUnboundedReaderTest ‑ testCloseWithActiveCheckpoints
org.apache.beam.sdk.io.aws2.sqs.SqsUnboundedReaderTest ‑ testExtendDeletedMessage
org.apache.beam.sdk.io.aws2.sqs.SqsUnboundedReaderTest ‑ testReadManyMessages
org.apache.beam.sdk.io.aws2.sqs.SqsUnboundedReaderTest ‑ testReadOneMessage
org.apache.beam.sdk.io.aws2.sqs.SqsUnboundedReaderTest ‑ testRereadExpiredMessage
org.apache.beam.sdk.io.aws2.sqs.SqsUnboundedReaderTest ‑ testRestoreReaderFromCheckpoint
org.apache.beam.sdk.io.aws2.sqs.SqsUnboundedSourceTest ‑ testCheckpointCoderIsSane
org.apache.beam.sdk.io.aws2.sqs.testing.SqsIOIT ‑ testWriteBatchesThenRead
org.apache.beam.sdk.io.aws2.sqs.testing.SqsIOIT ‑ testWriteThenRead