Hey, I am running on master branch with commit `0a...
# contributing-to-airbyte
c
Hey, I am running on master branch with commit
0a11d88b0ba6bc6c5f00dd8257fa40ed463b6cdc
: Does anybody run into these NPE error with
./gradlew :airbyte-tests:automaticMigrationAcceptanceTest
? But if I run the command:
MIGRATION_TEST_VERSION=0.26.4-alpha ./gradlew :airbyte-tests:automaticMigrationAcceptanceTest
, then it passes? cc @Subodh (Airbyte)
u
Yeah that's the desired behaviour. We run this test on CI using the later way
u
How should I proceed when I am making a new PR that contains a new migration for
0.27.0
but we haven’t released yet? I am guessing the test is still run with
MIGRATION_TEST_VERSION=0.26.4-alpha ./gradlew :airbyte-tests:automaticMigrationAcceptanceTest
, thus the test fail on my PR… https://github.com/airbytehq/airbyte/pull/4381