dragonfly/.github/workflows
Roman Gershman e6f5a2073c
fix: crash when passing empty arguments (#3627)
* fix: crash when passing empty arguments

Fix the case where we pass an empty argument, which then is parsed as an
empty string view with null pointer. The null pointer is not handled correctly
by our low level c code, hence switch to using ""sv for that.


* chore: add more list asserts + improve test_hypothesis
---------

Signed-off-by: Roman Gershman <roman@dragonflydb.io>
2024-09-03 12:43:12 +03:00
..
benchmark.yml feat(test): Improve benchmark workflow (#3330) 2024-07-17 14:34:48 +03:00
bullmq-tests.yml fix(ci): docker not using iouring (#3169) 2024-06-12 16:38:02 +03:00
ci.yml fix: crash when passing empty arguments (#3627) 2024-09-03 12:43:12 +03:00
cov.yml chore: Increase disk space in the coverage runs (#2684) 2024-03-04 15:29:00 +02:00
daily-builds.yml fix: reenable macos builds (#3399) 2024-07-28 22:40:51 +03:00
daily-sanitizers.yml fix: sanitizers post failure on google chat (#3496) 2024-08-12 07:04:57 +00:00
docker-release.yml chore: update action versions (#3250) 2024-07-01 08:36:36 +00:00
docker-weekly.yml feat(CI): Update weekly build image name to be dragonfly-weekly (#1384) 2023-06-18 22:59:45 +03:00
regression-tests.yml chore: fix memcached pipeline test (#3438) 2024-08-04 15:41:17 +03:00
release.yml chore(ci): run replication tests on arm (#3168) 2024-06-18 16:48:35 +03:00
reusable-container-workflow.yaml chore: update action versions (#3250) 2024-07-01 08:36:36 +00:00
scorecard.yml Create scorecard.yml (#3270) 2024-07-08 08:34:13 +03:00
test-fakeredis.yml fix: limit parsing in zrange commands (#3626) 2024-09-03 10:08:45 +03:00