https://linen.dev logo
c

Chris (deprecated profile)

06/30/2021, 3:28 PM
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

user

06/30/2021, 3:36 PM
Yeah that's the desired behaviour. We run this test on CI using the later way
u

user

06/30/2021, 3:44 PM
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
4 Views