From 490070d63d1947fec9124f9ee0ba12b43781b612 Mon Sep 17 00:00:00 2001 From: NThakur4 <nthakur4@slb.com> Date: Fri, 13 Aug 2021 16:52:40 -0500 Subject: [PATCH] try fixing IT pipeline --- testing/indexer-test-azure/pom.xml | 2 +- .../features/indexrecord/indexRecord-schema-service.feature | 4 ++-- .../testData/r3-index_record_wks_master.schema.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/testing/indexer-test-azure/pom.xml b/testing/indexer-test-azure/pom.xml index 9f897aa21..ce20affe8 100644 --- a/testing/indexer-test-azure/pom.xml +++ b/testing/indexer-test-azure/pom.xml @@ -53,7 +53,7 @@ <dependency> <groupId>org.opengroup.osdu</groupId> <artifactId>core-lib-azure</artifactId> - <version>0.0.33</version> + <version>0.11.0-rc4</version> <scope>test</scope> <exclusions> <exclusion> diff --git a/testing/indexer-test-core/src/main/resources/features/indexrecord/indexRecord-schema-service.feature b/testing/indexer-test-core/src/main/resources/features/indexrecord/indexRecord-schema-service.feature index 05c259612..0d56567c3 100644 --- a/testing/indexer-test-core/src/main/resources/features/indexrecord/indexRecord-schema-service.feature +++ b/testing/indexer-test-core/src/main/resources/features/indexrecord/indexRecord-schema-service.feature @@ -7,7 +7,7 @@ Feature: Indexing of the documents | tenant1:indexer:test-data--Integration:1.0.0 | tenant1-indexer-test-data--integration-1.0.0 | index_records_1 | | tenant1:indexer:test-data--Integration:2.0.0 | tenant1-indexer-test-data--integration-2.0.0 | index_records_2 | | tenant1:indexer:test-data--Integration:3.0.0 | tenant1-indexer-test-data--integration-3.0.0 | index_records_3 | - | tenant1:wks:master-data--Wellbore:2.0.3 | tenant1-wks-master-data--wellbore-2.0.3 | r3-index_record_wks_master | + | tenant1:indexer:master-data--Wellbore:1.0.0 | tenant1-indexer-master-data--wellbore-1.0.0 | r3-index_record_wks_master | | tenant1:wks:ArraysOfObjectsTestCollection:4.0.0 | tenant1-wks-arraysofobjectstestcollection-4.0.0 | r3-index_record_arrayofobjects | Scenario Outline: Ingest the record and Index in the Elastic Search @@ -43,7 +43,7 @@ Feature: Indexing of the documents Examples: | kind | recordFile | number | index | acl | field | top_left_latitude | top_left_longitude | bottom_right_latitude | bottom_right_longitude | - | "tenant1:wks:master-data--Wellbore:2.0.3" | "r3-index_record_wks_master" | 1 | "tenant1-wks-master-data--wellbore-2.0.3" | "data.default.viewers@tenant1" | "data.SpatialLocation.Wgs84Coordinates" | 52 | -100 | 0 | 100 | + | "tenant1:indexer:master-data--Wellbore:1.0.0" | "r3-index_record_wks_master" | 1 | "tenant1-indexer-master-data--wellbore-1.0.0" | "data.default.viewers@tenant1" | "data.SpatialLocation.Wgs84Coordinates" | 52 | -100 | 0 | 100 | Scenario Outline: Ingest the r3-record with arrays of objects and hints in schema and Index in the Elastic Search When I ingest records with the <recordFile> with <acl> for a given <kind> diff --git a/testing/indexer-test-core/src/main/resources/testData/r3-index_record_wks_master.schema.json b/testing/indexer-test-core/src/main/resources/testData/r3-index_record_wks_master.schema.json index 0d69ae534..0d31dc4ce 100644 --- a/testing/indexer-test-core/src/main/resources/testData/r3-index_record_wks_master.schema.json +++ b/testing/indexer-test-core/src/main/resources/testData/r3-index_record_wks_master.schema.json @@ -2,11 +2,11 @@ "schemaInfo": { "schemaIdentity": { "authority": "tenant1", - "source": "wks", + "source": "indexer", "entityType": "master-data--Wellbore", - "schemaVersionMajor": "2", + "schemaVersionMajor": "1", "schemaVersionMinor": "0", - "schemaVersionPatch": "3" + "schemaVersionPatch": "0" }, "status": "DEVELOPMENT" }, -- GitLab