fix failing tests

This commit is contained in:
arberkatellari
2025-05-14 09:35:27 +02:00
committed by Dan Christian Bogos
parent a4e45cd7db
commit 7fe60c2b8b
9 changed files with 43 additions and 20 deletions

View File

@@ -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 #Tenant[0] Id[1] FilterIDs[2] Weights[3] TTL[4] Limit[5] AllocationMessage[6] Blocker[7] Stored[8] ThresholdIDs[9]
2 cgrates.org RES_GRP1 *string:~*req.Account:1001|1002|1003 ;0 -1 10 true *none
3 cgrates.org RES_GRP2 *string:~*req.Account:1004 ;0 -1 10 true *none

View File

@@ -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,,
1 #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]
2 cgrates.org STATS_VENDOR_1 *string:~*req.Category:vendor1 100 -1 true *none *acd;*tcd;*acc;*tcc;*sum#1
3 cgrates.org STATS_VENDOR_2 *string:~*req.Category:vendor2 100 -1 true *none *acd;*tcd;*acc;*tcc;*sum#1;*distinct#~*opts.*usage
4 cgrates.org STATS_TCC1 100 -1 true *none *tcc
5 cgrates.org STATS_TCC2 Fltr_tcc 100 -1 *none *tcc
6 cgrates.org STATS_TOP1 *string:~*req.Account:1010 100 -1 true *none *asr;*acd
7 cgrates.org STATS_TOP2 *string:~*req.Destination:1021 100 -1 true *none *asr;*acd
8 cgrates.org STATS_TOP3 *string:~*req.Category:call 100 -1 true *none *asr;*acd
9
10
11
12