File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
sink-connector/tests/integration Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ services:
4
4
kafka :
5
5
container_name : kafka
6
6
hostname : kafka
7
- image : vectorized /redpanda
7
+ image : redpandadata /redpanda
8
8
restart : " no"
9
9
expose :
10
10
- " 19092"
Original file line number Diff line number Diff line change @@ -119,11 +119,11 @@ def regression(
119
119
Feature (run = load ("tests.insert" , "feature" ))
120
120
Feature (run = load ("tests.delete" , "feature" ))
121
121
Feature (run = load ("tests.truncate" , "feature" ))
122
- # Feature(run=load("tests.deduplication", "feature"))
123
- # Feature(run=load("tests.primary_keys", "feature"))
124
- # Feature(run=load("tests.columns_inconsistency", "feature"))
125
- # Feature(run=load("tests.types", "feature"))
126
- # Feature(run=load("tests.multiple_databases", "feature"))
122
+ Feature (run = load ("tests.deduplication" , "feature" ))
123
+ Feature (run = load ("tests.primary_keys" , "feature" ))
124
+ Feature (run = load ("tests.columns_inconsistency" , "feature" ))
125
+ Feature (run = load ("tests.types" , "feature" ))
126
+ Feature (run = load ("tests.multiple_databases" , "feature" ))
127
127
128
128
129
129
if __name__ == "__main__" :
You can’t perform that action at this time.
0 commit comments