shivendra-dev54 opened a new pull request, #824: URL: https://github.com/apache/incubator-graphar/pull/824
Fixes #757 ### Reason for this PR Spark and Java tests currently rely on the `GAR_TEST_DATA` environment variable. This PR adds fallback logic to locate the `testing` directory from the project root or its parent when the environment variable is not set, avoiding test failures in local environments. ### What changes are included in this PR? The following test files were updated to add fallback test-data resolution logic: 1. `maven-projects/java/src/test/java/org/apache/graphar/graphinfo/GraphInfoTest.java` 2. `maven-projects/spark/graphar/src/test/scala/org/apache/graphar/BaseTestSuite.scala` ### Are these changes tested? Yes. ### Are there any user-facing changes? No. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
