Skip to content

Commit ac5e383

Browse files
authored
tests: fixed konnect integration tests (#1713)
1 parent 933b11b commit ac5e383

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

tests/integration/sync_test.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1512,6 +1512,7 @@ var (
15121512
"retry_after_jitter_max": float64(1),
15131513
"strategy": string("local"),
15141514
"sync_rate": float64(-1),
1515+
"throttling": nil,
15151516
"window_size": []any{float64(60)},
15161517
"window_type": string("sliding"),
15171518
},
@@ -1563,6 +1564,7 @@ var (
15631564
"retry_after_jitter_max": float64(1),
15641565
"strategy": string("local"),
15651566
"sync_rate": float64(-1),
1567+
"throttling": nil,
15661568
"window_size": []any{float64(60)},
15671569
"window_type": string("sliding"),
15681570
},
@@ -1611,6 +1613,7 @@ var (
16111613
"retry_after_jitter_max": float64(1),
16121614
"strategy": string("local"),
16131615
"sync_rate": float64(-1),
1616+
"throttling": nil,
16141617
"window_size": []any{float64(60)},
16151618
"window_type": string("sliding"),
16161619
},
@@ -9016,6 +9019,7 @@ func Test_Sync_Partials_Tagging_Konnect(t *testing.T) {
90169019
"retry_after_jitter_max": float64(0),
90179020
"strategy": string("local"),
90189021
"sync_rate": float64(-1),
9022+
"throttling": nil,
90199023
"window_size": []any{float64(60)},
90209024
"window_type": string("fixed"),
90219025
},
@@ -9054,6 +9058,7 @@ func Test_Sync_Partials_Tagging_Konnect(t *testing.T) {
90549058
"retry_after_jitter_max": float64(0),
90559059
"strategy": string("redis"),
90569060
"sync_rate": float64(2),
9061+
"throttling": nil,
90579062
"window_size": []any{float64(30)},
90589063
"window_type": string("sliding"),
90599064
},

tests/integration/testdata/dump/002-skip-consumers/expected-no-skip_konnect.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ consumer_groups:
4949
retry_after_jitter_max: 0
5050
strategy: local
5151
sync_rate: null
52+
throttling: null
5253
window_size:
5354
- 2628000
5455
window_type: sliding

0 commit comments

Comments
 (0)