pravega / hadoop-connectors

Apache Hadoop connectors for Pravega.
Apache License 2.0
3 stars 13 forks source link

[issue-86] Pass Pravega credentials as environment variables for integration test #87

Closed vijikarthi closed 3 years ago

vijikarthi commented 5 years ago

Signed-off-by: Vijay Srinivasaraghavan vijayaraghavan.srinivasaraghavan@emc.com

Change log description

Purpose of the change Fixes https://github.com/pravega/hadoop-connectors/issues/86

What the code does If the auth flag is enabled, then the test configuration will include the credential information as environment variable for the ClientConfig implementation to instantiate the default Credentials instance.

How to verify it ./gradlew clean build should pass

crazyzhou commented 3 years ago

Closing stale PR