Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
020092e0
Unverified
Commit
020092e0
authored
Nov 18, 2021
by
Binbin
Committed by
GitHub
Nov 18, 2021
Browse files
Add --dump-logs to ci tests and daily tests (#9803)
So that we can print server log on test failure.
parent
1a255e31
Changes
2
Hide whitespace changes
Inline
Side-by-side
.github/workflows/ci.yml
View file @
020092e0
...
...
@@ -15,9 +15,9 @@ jobs:
-
name
:
test
run
:
|
sudo apt-get install tcl8.6 tclx
./runtest --verbose --tags -slow
./runtest --verbose --tags -slow
--dump-logs
-
name
:
module api test
run
:
./runtest-moduleapi --verbose
run
:
./runtest-moduleapi --verbose
--dump-logs
test-sanitizer-address
:
runs-on
:
ubuntu-latest
...
...
@@ -28,9 +28,9 @@ jobs:
-
name
:
testprep
run
:
sudo apt-get install tcl8.6 tclx -y
-
name
:
test
run
:
./runtest --verbose --tags -slow
run
:
./runtest --verbose --tags -slow
--dump-logs
-
name
:
module api test
run
:
./runtest-moduleapi --verbose
run
:
./runtest-moduleapi --verbose
--dump-logs
build-debian-old
:
runs-on
:
ubuntu-latest
...
...
.github/workflows/daily.yml
View file @
020092e0
...
...
@@ -338,7 +338,7 @@ jobs:
run
:
./runtest --accurate --verbose --dump-logs ${{github.event.inputs.test_args}}
-
name
:
module api test
if
:
true
&& !contains(github.event.inputs.skiptests, 'modules')
run
:
./runtest-moduleapi --verbose ${{github.event.inputs.test_args}}
run
:
./runtest-moduleapi --verbose
--dump-logs
${{github.event.inputs.test_args}}
-
name
:
sentinel tests
if
:
true
&& !contains(github.event.inputs.skiptests, 'sentinel')
run
:
./runtest-sentinel ${{github.event.inputs.cluster_test_args}}
...
...
@@ -380,7 +380,7 @@ jobs:
run
:
./runtest --accurate --verbose --dump-logs ${{github.event.inputs.test_args}}
-
name
:
module api test
if
:
true
&& !contains(github.event.inputs.skiptests, 'modules')
run
:
./runtest-moduleapi --verbose ${{github.event.inputs.test_args}}
run
:
./runtest-moduleapi --verbose
--dump-logs
${{github.event.inputs.test_args}}
-
name
:
sentinel tests
if
:
true
&& !contains(github.event.inputs.skiptests, 'sentinel')
run
:
./runtest-sentinel ${{github.event.inputs.cluster_test_args}}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment