Skip to content
Snippets Groups Projects
Commit 490070d6 authored by Neelesh Thakur's avatar Neelesh Thakur
Browse files

try fixing IT pipeline

parent 57ade797
No related branches found
No related tags found
1 merge request!187try fixing IT pipeline
Pipeline #58709 failed
......@@ -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>
......
......@@ -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>
......
......@@ -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"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment