chore: disable raft test in normal PR due to timeout problem#2349
Merged
chore: disable raft test in normal PR due to timeout problem#2349
Conversation
And replace it in pd/store module
Codecov Report
@@ Coverage Diff @@
## master #2349 +/- ##
============================================
+ Coverage 63.84% 66.38% +2.54%
- Complexity 678 981 +303
============================================
Files 507 507
Lines 42083 42083
Branches 5832 5832
============================================
+ Hits 26867 27936 +1069
+ Misses 12528 11393 -1135
- Partials 2688 2754 +66 see 50 files with indirect coverage changes 📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today! |
javeme
reviewed
Nov 13, 2023
| BASE_BRANCH_NAME: ${{ github.base_ref }} | ||
| TARGET_BRANCH_NAME: ${{ github.base_ref != '' && github.base_ref || github.ref_name }} | ||
| RELEASE_BRANCH: ${{ startsWith(github.ref_name, 'release-') || startsWith(github.ref_name, 'test-') }} | ||
| RAFT_MODE: ${{ startsWith(github.head_ref, 'test') || startsWith(github.head_ref, 'raft') }} |
Contributor
There was a problem hiding this comment.
${{ startsWith(github.head_ref, 'raft-') || startsWith(github.head_ref, 'test-') }}
Member
Author
There was a problem hiding this comment.
${{ startsWith(github.head_ref, 'raft-') || startsWith(github.head_ref, 'test-') }}
due to “head_ref” is based on the users/dev branch name(not ours)
use “a*” mode is more common for them(also consider use contains('a*') api in future)
zyxxoo
approved these changes
Nov 24, 2023
z7658329
approved these changes
Nov 24, 2023
VGalaxies
pushed a commit
to VGalaxies/incubator-hugegraph
that referenced
this pull request
Jan 12, 2024
…2349) And replace it in pd/store module
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.
Purpose of the PR
Main Changes
Verifying these changes
Does this PR potentially affect the following parts?
Documentation Status
Doc - TODODoc - DoneDoc - No Need