|
23 | 23 | import io.apicurio.tenantmanager.client.TenantManagerClientImpl;
|
24 | 24 | import io.apicurio.tests.ApicurioRegistryBaseIT;
|
25 | 25 | import io.apicurio.tests.dbupgrade.sql.SqlAvroUpgraderIT;
|
| 26 | +import io.apicurio.tests.dbupgrade.sql.SqlProtobufCanonicalHashUpgraderIT; |
26 | 27 | import io.apicurio.tests.dbupgrade.sql.SqlReferencesUpgraderIT;
|
27 | 28 | import io.apicurio.tests.dbupgrade.sql.SqlStorageUpgradeIT;
|
28 | 29 | import io.apicurio.tests.dbupgrade.UpgradeTestsDataInitializer;
|
@@ -79,7 +80,7 @@ private static void prepareSqlDbUpgradeTests(String registryImage) throws Except
|
79 | 80 | deleteRegistryDeployment();
|
80 | 81 |
|
81 | 82 | //The Registry version 2.3 is deployed, the version introducing artifact references.
|
82 |
| - prepareTestsInfra(null, APPLICATION_2_3_SQL_RESOURCES, false, null, true); |
| 83 | + prepareTestsInfra(null, APPLICATION_2_3_SQL_RESOURCES, false, null, false); |
83 | 84 | prepareSqlReferencesMigrationData();
|
84 | 85 |
|
85 | 86 | //Once the references data is ready, we delete this old deployment and finally the current one is deployed.
|
@@ -127,6 +128,7 @@ private static void prepareSqlMigrationData(String tenantManagerUrl, String regi
|
127 | 128 | UpgradeTestsDataInitializer.prepareAvroCanonicalHashUpgradeData(tenantUpgradeClient.client);
|
128 | 129 |
|
129 | 130 | SqlStorageUpgradeIT.upgradeTenantClient = tenantUpgradeClient.client;
|
| 131 | + SqlProtobufCanonicalHashUpgraderIT.upgradeTenantClient = tenantUpgradeClient.client; |
130 | 132 | SqlAvroUpgraderIT.upgradeTenantClient = tenantUpgradeClient.client;
|
131 | 133 | SqlReferencesUpgraderIT.upgradeTenantClient = tenantUpgradeClient.client;
|
132 | 134 | }
|
|
0 commit comments