removed store_session_costs from config/fixed some tests

This commit is contained in:
adragusin
2020-03-30 18:04:31 +03:00
committed by Dan Christian Bogos
parent ac6afdbdc7
commit fa2c8ebbf3
9 changed files with 3 additions and 10 deletions

View File

@@ -142,7 +142,7 @@ func TestMfHttpAgentMultipleFields(t *testing.T) {
Filters: []string{"*string:~*req.request_type:OutboundAUTH"},
Tenant: NewRSRParsersMustCompile("cgrates.org", true, utils.INFIELD_SEP),
Flags: utils.FlagsWithParams{"*accounts": []string{},
"*attributes": []string{}, "*auth": []string{}},
"*attributes": []string{}, "*authorize": []string{}},
RequestFields: []*FCTemplate{
{
Tag: "RequestType",

View File

@@ -91,7 +91,6 @@
"sessions": {
"enabled": true,
"store_session_costs": true,
"listen_bijson": ":4014",
"rals_conns": ["*internal"],
"cdrs_conns": ["*internal"],

View File

@@ -59,7 +59,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},

View File

@@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},

View File

@@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*localhost"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},

View File

@@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},

View File

@@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*internal"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"7s",
},

View File

@@ -58,7 +58,6 @@
"stats_conns": ["*localhost"],
"thresholds_conns": ["*localhost"],
"chargers_conns": ["*localhost"],
"store_session_costs": true,
"debit_interval": "5s",
"channel_sync_interval":"5m",
},

View File

@@ -135,8 +135,8 @@ func testDspChcLoadAfterFolder(t *testing.T) {
expStats[utils.CacheAttributeProfiles].Items = 10
expStats[utils.CacheChargerProfiles].Items = 2
expStats[utils.CacheFilters].Items = 7
expStats[utils.CacheRatingPlans].Items = 5
expStats[utils.CacheRatingProfiles].Items = 4
expStats[utils.CacheRatingPlans].Items = 6
expStats[utils.CacheRatingProfiles].Items = 5
expStats[utils.CacheResourceProfiles].Items = 1
expStats[utils.CacheResources].Items = 1
expStats[utils.CacheReverseDestinations].Items = 4