-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix msgbus ts * optimize * fix user process with thread mode * fix * fix tests * optimize naming * fix warning * fix test, optimize code * fix * fix tests, add core test for thread server * fix tests [3] * [test][zts] fix tests [4] * [test][zts] fix tests [5] * fix tests[6] * fix tests[7] * [test][framework][lib] fix tests * [workflow-filter][framework][core] Refactor github workflows * Update workflow --filter=[framework][core] --valgrind * Update workflow --filter=[core] --valgrind * fix core tests, --filter=[core] --valgrind * fix core tests, --filter=[core] * fix core tests, --filter=[core]
- Loading branch information
Showing
33 changed files
with
483 additions
and
199 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# Workflow Parameters | ||
Adding parameters in the Git commit log can control the workflow. | ||
|
||
## --filter | ||
This parameter specifies which workflows to run, instead of running all of them. | ||
The command format is: `--filter=[flow1][flow2][flow...]` , | ||
and it supports setting multiple workflows, with names matching the filename of the yml file. | ||
|
||
## --valgrind | ||
Setting this parameter will cause the test program to be run with `valgrind`. | ||
|
||
```shell | ||
git commit -m "commit message --filter=[core][unit] --valgrind" | ||
``` |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
4 changes: 2 additions & 2 deletions
4
.github/workflows/conflict-exts.yml → .github/workflows/xdebug.yml
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.