-
Notifications
You must be signed in to change notification settings - Fork 4.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
airbyte-ci: Unable access integration test report generated by airbyte-ci for Java integration tests #34039
Comments
Said another way, we need a way to get the junit build reports out of dagger's runtime. |
@SatishChGit while you can't get to the HTML report, it won't contain more information than the logs:
|
Thank you @evantahler. It would be good to provide a way to capture a report from airbyte-ci pipeline so that it can be published to other location like github page https://teradata.github.io/airbyte/. Currently, we are generating report using gradle task |
Recently, this inability to access gradle test reports when run in airbyte-ci has cost us dearly (several person-days): https://github.com/airbytehq/airbyte-internal-issues/issues/2873 |
Topic
Access to Integration tests report
Relevant information
Using airbyte-ci to execute integration tests of Teradata destination connector using
airbyte-ci connectors --name=destination-teradata test
. Unit and Integration tests are executing successfully through airbyte-ci and in console log, it was displaying asThere were failing tests. See the report at: file:///airbyte/airbyte-integrations/connectors/destination-teradata/build/reports/tests/integrationTestJava/index.html
but not able to access this report after airbyte-ci job completed or in workflow execution. Please refer link for more inforamation. https://github.com/Teradata/airbyte/actions/runs/7444027127/job/20249771372#step:11:2405.Teradata destination connector workflow to run Unit and Integration tests is defined as https://github.com/Teradata/airbyte/blob/master/.github/workflows/airbyte-ci-teradata-ci.yaml
The text was updated successfully, but these errors were encountered: