From 6f35d4579ea7a48532389c39677325454c4464da Mon Sep 17 00:00:00 2001 From: Alok Joshi <ajoshi19@slb.com> Date: Thu, 18 Mar 2021 22:45:36 +0000 Subject: [PATCH] Merge branch 'integration_test_fix' into 'master' Defensive update to resolve tagging Integration tests issue See merge request osdu/platform/system/indexer-service!118 (cherry picked from commit acc92cfbe674ebbc41a4c783980539c16bae0b87) 6687d40a fix int test b46e4af9 minor change 56e462b7 Merge branch 'master' of... ad3b003f Merge branch 'master' into integration_test_fix 9ed25e80 update NOTICE 95fbfab8 pull master --- .../features/indexrecord/indexRecord-schema-service.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 11d3ec644..f4b2ec4a3 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,6 +7,7 @@ Feature: Indexing of the documents | tenant1:indexer-int-test:sample-schema-1:1.0.4 | tenant1-indexer-int-test:sample-schema-1-1.0.4 | index_records_1 | | tenant1:indexer-int-test:sample-schema-2:1.0.4 | tenant1-indexer-int-test:sample-schema-2-1.0.4 | index_records_2 | | tenant1:indexer-int-test:sample-schema-3:1.0.4 | tenant1-indexer-int-test:sample-schema-3-1.0.4 | index_records_3 | + | tenant1:indexer-int-test:sample-schema-1:1.0.5 | tenant1-indexer-int-test:sample-schema-1-1.0.5 | index_records_1 | Scenario Outline: Ingest the record and Index in the Elastic Search When I ingest records with the <recordFile> with <acl> for a given <kind> @@ -33,4 +34,4 @@ Feature: Indexing of the documents Examples: | kind | recordFile | index | acl | tagKey | tagValue | number | - | "tenant1:indexer-int-test:sample-schema-1:1.0.4" | "index_records_1" | "tenant1-indexer-int-test-sample-schema-1-1.0.4" | "data.default.viewers@tenant1" | "testtag" | "testvalue" | 5 | + | "tenant1:indexer-int-test:sample-schema-1:1.0.5" | "index_records_1" | "tenant1-indexer-int-test-sample-schema-1-1.0.5" | "data.default.viewers@tenant1" | "testtag" | "testvalue" | 5 | -- GitLab