Aashish-Jha-11 commented on PR #35876: URL: https://github.com/apache/beam/pull/35876#issuecomment-3293410407
Thank you for the clarification, Sir @shunping. You're absolutely right - I should run the integration tests against an actual Bigtable instance. I attempted to run the full integration tests with the Beam testing infrastructure: 1. Found the test configuration uses --bt_instance=projects/apache-beam-testing/instances/beam-test 2. Tried building the required expansion service jar (gcpio:expansion-service) 3. Encountered Gradle daemon issues that prevented the expansion service from building in the development environment The tests currently skip because they need both: - The expansion service jar (--expansion_jar=gcpio:path/to/jar) - The Bigtable instance connection Since I don't have access to the full Beam CI infrastructure locally, could you please either: Run the integration tests on your end with the proper infrastructure setup, or Provide guidance on how to access/configure the test environment for running these integration tests locally I want to ensure the tests pass with real infrastructure before the PR is merged. I'm ready to make any necessary fixes once we can verify the actual behavior against the live Bigtable instance and expansion service. -- 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]
