File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -2857,12 +2857,13 @@ func registerCDC(r registry.Registry) {
2857
2857
Run : runCDCMultipleSchemaChanges ,
2858
2858
})
2859
2859
r .Add (registry.TestSpec {
2860
- Name : "cdc/tpcc-100/10min/sink=kafka/envelope=enriched" ,
2861
- Owner : registry .OwnerCDC ,
2862
- Benchmark : true ,
2863
- Cluster : r .MakeClusterSpec (4 , spec .WorkloadNode (), spec .CPU (16 )),
2864
- Leases : registry .MetamorphicLeases ,
2865
- CompatibleClouds : registry .AllClouds ,
2860
+ Name : "cdc/tpcc-100/10min/sink=kafka/envelope=enriched" ,
2861
+ Owner : registry .OwnerCDC ,
2862
+ Benchmark : true ,
2863
+ Cluster : r .MakeClusterSpec (4 , spec .WorkloadNode (), spec .CPU (16 )),
2864
+ Leases : registry .MetamorphicLeases ,
2865
+ // Disabled on IBM due to lack of Kafka support on s390x.
2866
+ CompatibleClouds : registry .AllClouds .NoIBM (),
2866
2867
Suites : registry .Suites (registry .Nightly ),
2867
2868
Run : func (ctx context.Context , t test.Test , c cluster.Cluster ) {
2868
2869
ct := newCDCTester (ctx , t , c )
You can’t perform that action at this time.
0 commit comments