mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-25 17:18:44 +05:00
fix failing tests
This commit is contained in:
committed by
Dan Christian Bogos
parent
a4e45cd7db
commit
7fe60c2b8b
@@ -1,3 +1,3 @@
|
||||
#Tenant[0],Id[1],FilterIDs[2],Weights[3],TTL[4],Limit[5],AllocationMessage[6],Blocker[7],Stored[8],ThresholdIDs[9]
|
||||
cgrates.org,RES_GRP1,*string:~*req.Account:1001|1002|1003,;0,-1,10,,,,*none
|
||||
cgrates.org,RES_GRP2,*string:~*req.Account:1004,;0,-1,10,,,,*none
|
||||
cgrates.org,RES_GRP1,*string:~*req.Account:1001|1002|1003,;0,-1,10,,,true,*none
|
||||
cgrates.org,RES_GRP2,*string:~*req.Account:1004,;0,-1,10,,,true,*none
|
||||
|
@@ -1,12 +1,12 @@
|
||||
#Tenant[0],Id[1],FilterIDs[2],Weights[3],Blockers[4],QueueLength[5],TTL[6],MinItems[7],Stored[8],ThresholdIDs[9],MetricIDs[10],MetricFilterIDs[11],MetricBlockers[12]
|
||||
cgrates.org,STATS_VENDOR_1,*string:~*req.Category:vendor1,,,100,-1,,,*none,*acd;*tcd;*acc;*tcc;*sum#1,,
|
||||
cgrates.org,STATS_VENDOR_2,*string:~*req.Category:vendor2,,,100,-1,,,*none,*acd;*tcd;*acc;*tcc;*sum#1;*distinct#~*opts.*usage,,
|
||||
cgrates.org,STATS_TCC1,,,,100,-1,,,*none,*tcc,,
|
||||
cgrates.org,STATS_VENDOR_1,*string:~*req.Category:vendor1,,,100,-1,,true,*none,*acd;*tcd;*acc;*tcc;*sum#1,,
|
||||
cgrates.org,STATS_VENDOR_2,*string:~*req.Category:vendor2,,,100,-1,,true,*none,*acd;*tcd;*acc;*tcc;*sum#1;*distinct#~*opts.*usage,,
|
||||
cgrates.org,STATS_TCC1,,,,100,-1,,true,*none,*tcc,,
|
||||
cgrates.org,STATS_TCC2,Fltr_tcc,,,100,-1,,,*none,*tcc,,
|
||||
|
||||
cgrates.org,STATS_TOP1,*string:~*req.Account:1010,,,100,-1,,,*none,*asr;*acd,,
|
||||
cgrates.org,STATS_TOP2,*string:~*req.Destination:1021,,,100,-1,,,*none,*asr;*acd,,
|
||||
cgrates.org,STATS_TOP3,*string:~*req.Category:call,,,100,-1,,,*none,*asr;*acd,,
|
||||
cgrates.org,STATS_TOP1,*string:~*req.Account:1010,,,100,-1,,true,*none,*asr;*acd,,
|
||||
cgrates.org,STATS_TOP2,*string:~*req.Destination:1021,,,100,-1,,true,*none,*asr;*acd,,
|
||||
cgrates.org,STATS_TOP3,*string:~*req.Category:call,,,100,-1,,true,*none,*asr;*acd,,
|
||||
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user