sink: avoid memory allocations for transforming ColumnData to Column #33670
Triggered via pull request
September 24, 2024 07:22
Status
Failure
Total duration
16m 12s
Artifacts
–
check_and_build.yaml
on: pull_request
Docker Build
11m 37s
Mac OS Build
16m 2s
Matrix: Arm Build
Annotations
10 errors and 6 warnings
Mac OS Build:
cdc/sink/dmlsink/txn/event_test.go#L36
not enough arguments in call to genKeyList
|
Mac OS Build:
cdc/sink/dmlsink/txn/event_test.go#L45
not enough arguments in call to genKeyList
|
Mac OS Build:
cdc/sink/dmlsink/txn/mysql/dml_test.go#L253
not enough arguments in call to prepareUpdate
|
Mac OS Build:
cdc/sink/dmlsink/txn/mysql/dml_test.go#L395
not enough arguments in call to prepareDelete
|
Mac OS Build:
cdc/sink/dmlsink/txn/mysql/dml_test.go#L605
not enough arguments in call to whereSlice
|
Mac OS Build:
cdc/sink/dmlsink/txn/mysql/dml_test.go#L716
not enough arguments in call to prepareReplace
|
Mac OS Build:
pkg/sink/codec/csv/csv_message_test.go#L964
cannot use &c.col (value of type *"github.com/pingcap/tiflow/cdc/model".Column) as "github.com/pingcap/tiflow/cdc/model".ColumnDataX value in argument to fromColValToCsvVal (typecheck)
|
Mac OS Build:
pkg/sink/codec/open/open_protocol_message_test.go#L63
cannot use col (variable of type *"github.com/pingcap/tiflow/cdc/model".Column) as "github.com/pingcap/tiflow/cdc/model".ColumnDataX value in argument to mqCol.FromRowChangeColumn
|
Mac OS Build:
pkg/sink/codec/open/open_protocol_message_test.go#L86
cannot use col (variable of type *"github.com/pingcap/tiflow/cdc/model".Column) as "github.com/pingcap/tiflow/cdc/model".ColumnDataX value in argument to mqCol.FromRowChangeColumn (typecheck)
|
Mac OS Build
Process completed with exit code 2.
|
Arm Build (ARM64)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Arm Build (ARM64)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Docker Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Docker Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Mac OS Build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Mac OS Build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-go@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|