hlteoh37 commented on PR #94: URL: https://github.com/apache/flink-connector-aws/pull/94#issuecomment-1732336801
Verified that running AWS end-to-end tests locally all pass ``` FLINK_AWS_USER=<AWS_ACCESS_KEY_ID> FLINK_AWS_PASSWORK=<AWS_SECRET_ACCESS_KEY> mvn clean verify -Prun-aws-end-to-end-tests -DdistDir=~/workplace/flink_os/flink/flink-dist/target/flink-dist_2.12-1.18-SNAPSHOT.jar -pl flink-connector-aws-kinesis-streams-e2e-tests -Dflink.version=1.18-SNAPSHOT ``` ``` [INFO] --- maven-surefire-plugin:3.0.0-M5:test (end-to-end-tests) @ flink-connector-aws-kinesis-streams-e2e-tests --- [INFO] [INFO] ------------------------------------------------------- [INFO] T E S T S [INFO] ------------------------------------------------------- [INFO] Running org.apache.flink.connector.kinesis.sink.KinesisStreamsSinkITCase [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 72.61 s - in org.apache.flink.connector.kinesis.sink.KinesisStreamsSinkITCase [INFO] [INFO] Results: [INFO] [INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0 [INFO] [INFO] ------------------------------------------------------------------------ [INFO] BUILD SUCCESS [INFO] ------------------------------------------------------------------------ [INFO] Total time: 01:27 min [INFO] Finished at: 2023-09-23T15:55:17+01:00 [INFO] ------------------------------------------------------------------------ ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@flink.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org