mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-11 10:06:24 +05:00
revised integration tests for ranking scheduling
This commit is contained in:
committed by
Dan Christian Bogos
parent
08acc9d554
commit
1a9313be68
@@ -1716,6 +1716,7 @@ func testApierResetDataAfterLoadFromFolder(t *testing.T) {
|
||||
expStats[utils.CacheReverseFilterIndexes].Items = 10
|
||||
expStats[utils.CacheReverseFilterIndexes].Groups = 7
|
||||
expStats[utils.CacheRankingProfiles].Items = 1
|
||||
expStats[utils.CacheRankings].Items = 1
|
||||
expStats[utils.CacheTrendProfiles].Items = 1
|
||||
expStats[utils.CacheTrends].Items = 1
|
||||
|
||||
|
||||
@@ -178,6 +178,7 @@ func testCacheSAfterLoadFromFolder(t *testing.T) {
|
||||
expStats[utils.CacheReverseFilterIndexes].Items = 10
|
||||
expStats[utils.CacheReverseFilterIndexes].Groups = 7
|
||||
expStats[utils.CacheRankingProfiles].Items = 1
|
||||
expStats[utils.CacheRankings].Items = 1
|
||||
expStats[utils.CacheTrendProfiles].Items = 1
|
||||
expStats[utils.CacheTrends].Items = 1
|
||||
|
||||
@@ -249,6 +250,7 @@ func testCacheSReload(t *testing.T) {
|
||||
expStats[utils.CacheReverseFilterIndexes].Items = 10
|
||||
expStats[utils.CacheReverseFilterIndexes].Groups = 7
|
||||
expStats[utils.CacheRankingProfiles].Items = 1
|
||||
expStats[utils.CacheRankings].Items = 1
|
||||
expStats[utils.CacheTrends].Items = 1
|
||||
expStats[utils.CacheTrendProfiles].Items = 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user