Skip to content

Commit d4f831d

Browse files
committed
MLE-24733 - No failures for /test-complete locally.
Note: 1. I only ran mlDeploy from the test-complete-app-mldeploy directory. 2. nodejs-optic-generate-views.js needs to be skipped.
1 parent 72bdd4b commit d4f831d

File tree

2 files changed

+108
-383
lines changed

2 files changed

+108
-383
lines changed

test-complete-app-mlDeploy/src/main/ml-config/databases/nodeOpticFunctionalTest.json

Lines changed: 21 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,40 +14,47 @@
1414
"namespace-uri": "",
1515
"localname": "city",
1616
"range-value-positions": false,
17-
"invalid-values": "ignore"
17+
"invalid-values": "reject"
1818
},
1919
{
2020
"scalar-type": "string",
2121
"collation": "http://marklogic.com/collation/",
2222
"namespace-uri": "",
2323
"localname": "cityName",
2424
"range-value-positions": false,
25-
"invalid-values": "ignore"
25+
"invalid-values": "reject"
26+
},
27+
{
28+
"scalar-type": "long",
29+
"namespace-uri": "",
30+
"localname": "cityPopulation",
31+
"range-value-positions": false,
32+
"invalid-values": "reject"
2633
},
2734
{
2835
"scalar-type": "string",
2936
"collation": "http://marklogic.com/collation/",
3037
"namespace-uri": "",
3138
"localname": "cityTeam",
3239
"range-value-positions": false,
33-
"invalid-values": "ignore"
40+
"invalid-values": "reject"
3441
},
3542
{
3643
"scalar-type": "date",
3744
"namespace-uri": "",
3845
"localname": "date",
3946
"range-value-positions": false,
40-
"invalid-values": "ignore"
47+
"invalid-values": "reject"
4148
},
4249
{
4350
"scalar-type": "double",
4451
"namespace-uri": "",
4552
"localname": "distance",
4653
"range-value-positions": false,
47-
"invalid-values": "ignore"
54+
"invalid-values": "reject"
4855
},
4956
{
50-
"scalar-type": "decimal",
57+
"scalar-type": "int",
5158
"namespace-uri": "",
5259
"localname": "id",
5360
"range-value-positions": false,
@@ -58,7 +65,7 @@
5865
"namespace-uri": "",
5966
"localname": "popularity",
6067
"range-value-positions": false,
61-
"invalid-values": "ignore"
68+
"invalid-values": "reject"
6269
}
6370
],
6471
"geospatial-element-index": [
@@ -70,5 +77,12 @@
7077
"range-value-positions": false,
7178
"invalid-values": "reject"
7279
}
80+
],
81+
"element-word-lexicon": [
82+
{
83+
"collation": "http://marklogic.com/collation/",
84+
"namespace-uri": "",
85+
"localname": "city"
86+
}
7387
]
7488
}

0 commit comments

Comments
 (0)