Hello, would you have an idea of why this tests is...
# contributing-to-airbyte
c
Hello, would you have an idea of why this tests is failing in the CI? or how do i investigate this further? https://github.com/airbytehq/airbyte/pull/2460/checks?check_run_id=2140585682 Locally it’s working fine…
u
the only idea if have is that you should check that all the correct dependencies are built.
u
looking at
acceptance_test.sh
it only builds the acceptance test module. so if on your local machine you're using old versions of any of the dependencies (e.g. postgres source), then your results will be different than the CI which builds everything from scratch every time.
u
I nuked my local machine multiple times and make sure to rebuild everything… tests still pass but not in the CI 😿
u
ah i got it to pass on this PR on top of my other PRs: https://github.com/airbytehq/airbyte/pull/2515
u
does this just imply that there's a somewhat significant performance hit in this change?
u
is that expected?
u
yes, I enabled normalization to run as part of acceptance tests now
u
so i can also compare the dedup table, not only the raw table
u
fair enough.
u
ah github removed your approval when i marked the PR as ready
u
lol. weird.
u
re did it.