This is an automated email from the ASF dual-hosted git repository.
jxue pushed a change to branch replica_level_throttle
in repository https://gitbox.apache.org/repos/asf/helix.git.
discard 78ef755 [Replica Level Throttle] Add per replica rebalance type
compute logic (#1703)
add 5414f86 Fix unexpected result when resuming a cluster from
paused/maintenance mode. (#1698)
add 10810a2 Skip out-of-date tests in the Helix Merge CI test and
generate code coverage report.
add 07c5d22 Upload the code coverage report to codecov.
add 8b25033 Update README.md
add 01d6465 Add ignore paths to the codecov setting.
add 7032f22 Enhance and simplify the Github Action script.
add c22b312 Keep the PR CI and merge to master CI separate so the
corresponding badge is accurate.
add a1a6cb0 Add -fae for continue testing on partial tests failure.
add 2215ef9 Print test result with annotations.
add d0167e4 Ensure the CI result report action is done even test fails.
add 5c9aa78 Fix flaky TestAssignableInstanceManager (#1708)
add dcd6966 Enforce the jacoco-maven-plugin version to avoid warning
messages. (#1711)
add f29359a Fix the unstable test TestDisableCustomCodeRunner. (#1710)
add e572527 Disable CORS by default in Helix REST (#1705)
new ec00381 [Replica Level Throttle] Add per replica rebalance type
compute logic (#1703)
This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version. This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:
* -- * -- B -- O -- O -- O (78ef755)
\
N -- N -- N refs/heads/replica_level_throttle (ec00381)
You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.
Any revisions marked "omit" are not gone; other references still
refer to them. Any revisions marked "discard" are gone forever.
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/codecov.yml | 3 +
build => .github/scripts/printTestResult.sh | 14 +++-
.github/workflows/Helix-CI.yml | 31 +++------
.github/workflows/Helix-PR-CI.yml | 49 ++++----------
.github/workflows/Helix-PR-Premerge-Check.yml | 14 ++--
README.md | 1 +
helix-admin-webapp/pom.xml | 1 +
helix-agent/pom.xml | 1 +
.../helix/controller/GenericHelixController.java | 64 +++++++++---------
.../integration/TestDisableCustomCodeRunner.java | 77 ++++++++++------------
.../helix/task/TestAssignableInstanceManager.java | 4 +-
.../apache/helix/rest/server/HelixRestServer.java | 6 +-
.../helix/rest/server/filters/CORSFilter.java | 4 ++
pom.xml | 26 +++++++-
14 files changed, 146 insertions(+), 149 deletions(-)
create mode 100644 .github/codecov.yml
copy build => .github/scripts/printTestResult.sh (71%)