1
0
mirror of synced 2026-01-01 09:02:59 -05:00
Files
airbyte/buildSrc
Davin Chia 64736f0ab3 More Readable Gradle test config. (#18890)
The integration testing logs are extremely noisy today. The logs contain the entire test STDOUT and are a pain to read.

This PR contains a better test setup config to reduce logging output.

The main change is to comment out ShowStandardStreams in the integration tests plugin.
Then we add the started event so Gradle shows us when a test is started. Some tests take a longer time. It is useful to know they have begun so it's clear if the job is stuck or not.
Standardise the above setting across all of our custom test tasks.
2022-11-03 14:39:35 -07:00
..
2021-10-15 14:03:30 -07:00
2022-03-13 14:45:36 -07:00

buildSrc

This module contains custom Gradle modules that we have written to improve our build.