-
- Downloads
Add integration tests for supported event stream operations (#676)
* Add support for waiting for the requests to close
* Fix excluded `aws-auth-providers` build
* Add integration test for `transcribestreaming`
* Add integration test for S3 SelectObjectContent
* Validate all request events in the Transcribe streaming test
* Added comment to `decode_frames`
* Fix `aws-config` tests
* Remove trailing whitespace
Co-authored-by:
Russell Cohen <rcoh@amazon.com>
Showing
- aws/rust-runtime/aws-config/src/test_case.rs 7 additions, 4 deletionsaws/rust-runtime/aws-config/src/test_case.rs
- aws/sdk-codegen/src/main/kotlin/software/amazon/smithy/rustsdk/IntegrationTestDependencies.kt 32 additions, 5 deletions...ware/amazon/smithy/rustsdk/IntegrationTestDependencies.kt
- aws/sdk/integration-tests/Cargo.toml 2 additions, 1 deletionaws/sdk/integration-tests/Cargo.toml
- aws/sdk/integration-tests/s3/Cargo.toml 5 additions, 4 deletionsaws/sdk/integration-tests/s3/Cargo.toml
- aws/sdk/integration-tests/s3/tests/select-object-content.json 117 additions, 0 deletions...sdk/integration-tests/s3/tests/select-object-content.json
- aws/sdk/integration-tests/s3/tests/select-object-content.rs 94 additions, 0 deletionsaws/sdk/integration-tests/s3/tests/select-object-content.rs
- aws/sdk/integration-tests/transcribestreaming/Cargo.toml 21 additions, 0 deletionsaws/sdk/integration-tests/transcribestreaming/Cargo.toml
- aws/sdk/integration-tests/transcribestreaming/tests/error.json 141 additions, 0 deletions...dk/integration-tests/transcribestreaming/tests/error.json
- aws/sdk/integration-tests/transcribestreaming/tests/hello-transcribe-8000.wav 0 additions, 0 deletions...tests/transcribestreaming/tests/hello-transcribe-8000.wav
- aws/sdk/integration-tests/transcribestreaming/tests/success.json 633 additions, 0 deletions.../integration-tests/transcribestreaming/tests/success.json
- aws/sdk/integration-tests/transcribestreaming/tests/test.rs 218 additions, 0 deletionsaws/sdk/integration-tests/transcribestreaming/tests/test.rs
- rust-runtime/smithy-client/src/dvr.rs 1 addition, 1 deletionrust-runtime/smithy-client/src/dvr.rs
- rust-runtime/smithy-client/src/dvr/replay.rs 50 additions, 22 deletionsrust-runtime/smithy-client/src/dvr/replay.rs
Loading
Please register or sign in to comment