build: refresh tester runtime jar - #203
Merged
Merged
Conversation
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
Ariznawlll
approved these changes
Aug 27, 2026
Ariznawlll
left a comment
Contributor
There was a problem hiding this comment.
Reviewed exact head 764d503bc6158945de284eeef1280273b24db68a. No blocking findings.
复核结果:
- PR 中 tracked JAR 的 entry 集合与基于当前源码重新构建的 JAR 完全一致;逐项比较后,所有
.class内容均字节级一致(0 个 class delta),差异仅为 manifest/pom.properties 中的构建者、JDK patch 版本和时间等构建元数据。 - 使用隔离的 JDK 8 + Maven 环境执行
mvn clean package,74 tests 全部通过(0 failures / 0 errors / 0 skipped)。 - 已从 tracked JAR 确认
@capture所需的 capture name、runtime value replacement、scalar capture 和 failure handling 均已进入实际运行时产物;JAR 完整性检查通过。 - 当前 head 的
case-format-check与BVT Test on Ubuntu/x64均为 SUCCESS,其中 BVT 路径实际使用 trackedlib/mo-tester-1.0-SNAPSHOT.jar。
Approved.
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.
Refreshes the tracked lib/mo-tester-1.0-SNAPSHOT.jar from main after #202.\n\nMatrixOne BVT invokes run.sh, which loads the tracked lib jar when no target jar is present. This update makes the merged @capture runtime support available to that CI path.\n\nValidation: mvn -q test (74 tests, 0 failures, 0 errors, 0 skipped).