[Enhancement] Support insert timeout #27181
ci-proto-checker.yml
on: pull_request_target
PROTO FILTER
2s
ADD PROTO REVIEW LABEL
2s
Annotations
4 errors and 3 warnings
ADD PROTO REVIEW LABEL
Error: failed to remove labels: PROTO-REVIEW
|
CatalogRecycleBinLakeTableTest.testRecycleLakeDatabase:
fe/fe-core/src/test/java/com/starrocks/catalog/CatalogRecycleBinLakeTableTest.java#L344
Unexpected invocation to:
com.starrocks.rpc.LakeService#dropTable(com.starrocks.proto.DropTableRequest@3d16f9bc)
on mock instance: com.starrocks.rpc.$Impl_LakeService@36b1a455
|
|
TestSQLCases.test_object_dependencies:
TestSQLCases#L1
Element counts were not equal:
First has 1, Second has 0: 'mv1\tdefault_catalog\tMATERIALIZED_VIEW\tt1\tdefault_catalog\tOLAP'
First has 0, Second has 1: 'mv1\tdefault_catalog\tMATERIALIZED_VIEW\tt2\tdefault_catalog\tOLAP' : sql result not match:
- [SQL]: select object_name, object_catalog, object_type, ref_object_name, ref_object_catalog, ref_object_type
from sys.object_dependencies where object_database = 'db_490d365c5f624bd69af77ed57c575720' and object_name = 'mv1';
- [exp]: ['mv1\tdefault_catalog\tMATERIALIZED_VIEW\tt1\tdefault_catalog\tOLAP']
- [act]: ['mv1\tdefault_catalog\tMATERIALIZED_VIEW\tt2\tdefault_catalog\tOLAP']
---
|
ADD PROTO REVIEW LABEL
The following actions uses node12 which is deprecated and will be forced to run on node16: actions-ecosystem/action-remove-labels@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ADD PROTO REVIEW LABEL
The following actions use a deprecated Node.js version and will be forced to run on node20: actions-ecosystem/action-remove-labels@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
ADD PROTO REVIEW LABEL
failed to remove label: PROTO-REVIEW: HttpError: Label does not exist
|