fix: 修复 CI 工作流 YAML 语法错误(移除空的 exclude 块)#97
Merged
Conversation
Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- ENFORCED/NOT ENFORCED 是 MySQL 8.0.16+ 特性 - MySQL 5.7 不支持该语法,会导致 SQL 解析错误 - MySQL 5.7 会解析但忽略 CHECK 约束,8.0.16+ 才真正执行 - 移除这些关键字后,SQL 在 5.7+ 均可正常执行 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- utf8mb4_0900_ai_ci 是 MySQL 8.0 默认排序规则,5.7 不支持 - 改为 utf8mb4_general_ci,在 5.7 和 8.0 中都可正常使用 - 这是 MySQL 5.7 到 8.0 版本兼容性修复 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
- 从 matrix 并行执行改为 10 个独立任务顺序执行 - 执行顺序:MySQL 5.7 → PG 12/14/16/17/18, 然后 MySQL 8.0 → PG 12/14/16/17/18 - 每个任务通过 needs 依赖前一个任务,形成链式执行 - 优点:避免资源竞争,便于定位问题,减少数据库冲突 - 缺点:总执行时间会增加(约 10 倍),但测试更稳定 Co-authored-by: Qwen-Coder <qwen-coder@alibabacloud.com>
update CI
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.