Hi everyone! I am trying to test MongoDb Sql Table, but not quite sure how to pass pipeline options with the hostName, port, and databaseName used by Jenkins.
It looks like the integration test for MongoDbIO Connector obtain those values from the 'beam/.test-infra/jenkins/job_PerformanceTests_MongoDBIO_IT.groovy' file via calling the following methods in the 'gradle.build' file: provideIntegrationTestingDependencies() enableJavaPerformanceTesting() Sql build file already has a task with the name 'integrationTest' defined and does not let us do `enableJavaPerformanceTesting()`. I would really appreciate if someone could provide me with a couple of pointers on getting this to work. - Kirill