Skip to content

Commit

Permalink
Fix for master build failure on FT ordering (#1433)
Browse files Browse the repository at this point in the history
* Fix for master build failure on FT ordering

* Changed to ordered

* changed to DEFAULT_COLLECTION_ASSERTION_MODE=UNORDERED in jenkins nightly
  • Loading branch information
dinesh1patel authored Dec 14, 2023
1 parent b1c9d46 commit ea42046
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Jenkinsfile_CNP
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ env.BEFTA_RETRY_STATUS_CODES = "500,502,503,504"
env.BEFTA_RETRY_MAX_DELAY = "1000"
env.BEFTA_RETRY_NON_RETRYABLE_HTTP_METHODS = "POST,PUT"

env.DEFAULT_COLLECTION_ASSERTION_MODE="UNORDERED"

withPipeline(type, product, app) {
onMaster {
enableSlackNotifications('#ccd-master-builds')
Expand Down
2 changes: 2 additions & 0 deletions Jenkinsfile_nightly
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ env.BEFTA_RETRY_STATUS_CODES = "500,502,503,504"
env.BEFTA_RETRY_MAX_DELAY = "1000"
env.BEFTA_RETRY_NON_RETRYABLE_HTTP_METHODS = "POST,PUT"

env.DEFAULT_COLLECTION_ASSERTION_MODE="UNORDERED"

withNightlyPipeline(type, product, component) {
// Vars needed for functional and smoke tests run against AKS
env.OAUTH2_CLIENT_ID = "ccd_gateway"
Expand Down
4 changes: 4 additions & 0 deletions aat/src/aat/resources/features/F-080/S-080.1.td.json
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,10 @@
],
"searchAliasFields": [],
"roleToAccessProfiles": [
{
"__ordering__": "ORDERED",
"__elementId__": "case_type_id"
},
{
"case_type_id": "FT_CaseAccessCategories",
"disabled": false,
Expand Down

0 comments on commit ea42046

Please sign in to comment.