mirror of
https://github.com/cgrates/cgrates.git
synced 2026-02-16 05:39:54 +05:00
Change max_increments in tutinternal and tutmysql and add test for tutmysql in general_tests/a1
This commit is contained in:
committed by
Dan Christian Bogos
parent
37803cf6ae
commit
ca4dfe5fb1
@@ -28,6 +28,7 @@
|
||||
"thresholds_conns": [
|
||||
{"address": "*internal"},
|
||||
],
|
||||
"max_increments":3000000,
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -31,6 +31,7 @@
|
||||
"thresholds_conns": [
|
||||
{"address": "*internal"},
|
||||
],
|
||||
"max_increments":3000000,
|
||||
},
|
||||
|
||||
|
||||
|
||||
@@ -64,6 +64,13 @@ func TestA1ItMongo(t *testing.T) {
|
||||
}
|
||||
}
|
||||
|
||||
func TestA1ItRedis(t *testing.T) {
|
||||
a1ConfigDir = "tutmysql"
|
||||
for _, stest := range sTestsA1it {
|
||||
t.Run(a1ConfigDir, stest)
|
||||
}
|
||||
}
|
||||
|
||||
func TestA1ItInternal(t *testing.T) {
|
||||
a1ConfigDir = "tutinternal"
|
||||
for _, stest := range sTestsA1it {
|
||||
|
||||
Reference in New Issue
Block a user