Skip to content

Commit

Permalink
Merge pull request #4617 from telefonicaid/hardening/fix-validation-d…
Browse files Browse the repository at this point in the history
…ata-oriondb-consistency

FIX validation data for oriondb consistency script
  • Loading branch information
AlvaroVega authored Sep 20, 2024
2 parents f644e2c + 7dfcdda commit f89231b
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions scripts/oriondb_consistency/validation_data.js
Original file line number Diff line number Diff line change
Expand Up @@ -4454,23 +4454,15 @@ db.getSiblingDB("orion-validation").entities.insertMany([

db.getSiblingDB("orion-validation").csubs.insertMany([
{
"expiration": {
"$numberLong": "9223372036854775807"
},
"expiration": NumberLong("9223372036854775807"),
"reference": "http://notify-receptor:5055/notify",
"custom": true,
"timeout": {
"$numberLong": "0"
},
"timeout": NumberLong("0"),
"headers": {
"fiware-servicepath": "/SS1"
},
"throttling": {
"$numberLong": "0"
},
"maxFailsLimit": {
"$numberLong": "-1"
},
"throttling": NumberLong("0"),
"maxFailsLimit": NumberLong("-1"),
"servicePath": "/SS2",
"status": "active",
"statusLastChange": 1682640509.6958137,
Expand Down

0 comments on commit f89231b

Please sign in to comment.