pravega / hadoop-connectors

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

Pass Pravega credentials as environment variables for integration test #86

Open vijikarthi opened 5 years ago

vijikarthi commented 5 years ago

Problem description When the integration test is enabled to use Authentication, the Pravega ClientConfig class will try to load the Credentials based on either system or environment values passed. Initialize the tests by passing appropriate environment variables.

Problem location Integration test

Suggestions for an improvement