mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2025-05-11 18:35:46 +02:00
fix: pytest warnings (#3497)
* fix truncating the timeout red dots on CI failures * fix deprecated use of with timeout warnings * remove @pytest.mark.dbg_only as it doesn't exist --------- Signed-off-by: kostas <kostas@dragonflydb.io>
This commit is contained in:
parent
c756023332
commit
d37c2ec85a
3 changed files with 5 additions and 4 deletions
2
.github/actions/regression-tests/action.yml
vendored
2
.github/actions/regression-tests/action.yml
vendored
|
@ -41,6 +41,8 @@ runs:
|
|||
|
||||
# timeout returns 124 if we exceeded the timeout duration
|
||||
if [[ $code -eq 124 ]]; then
|
||||
# Add an extra new line here because when tests timeout the first line below continues from the test failure name
|
||||
echo "\n"
|
||||
echo "🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑"
|
||||
echo "🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 TESTS TIMEDOUT 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑"
|
||||
echo "🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑 🛑"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue