Skip to content

Commit

Permalink
FIX validation data for oriondb consistency script
Browse files Browse the repository at this point in the history
  • Loading branch information
fgalan committed Sep 20, 2024
1 parent f644e2c commit c22b149
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": 9223372036854775807,
"reference": "http://notify-receptor:5055/notify",
"custom": true,
"timeout": {
"$numberLong": "0"
},
"timeout": 0,
"headers": {
"fiware-servicepath": "/SS1"
},
"throttling": {
"$numberLong": "0"
},
"maxFailsLimit": {
"$numberLong": "-1"
},
"throttling": 0,
"maxFailsLimit": -1,
"servicePath": "/SS2",
"status": "active",
"statusLastChange": 1682640509.6958137,
Expand Down

0 comments on commit c22b149

Please sign in to comment.