Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: sanitizers false positives #3495

Merged
merged 2 commits into from
Aug 13, 2024
Merged

fix: sanitizers false positives #3495

merged 2 commits into from
Aug 13, 2024

Conversation

kostasrim
Copy link
Contributor

@kostasrim kostasrim commented Aug 11, 2024

Fixes #3443

This is a known issue, see:

  1. __sanitizer_start_switch_fiber() unmaps per-thread "fake" stack google/sanitizers#1760
  2. fix(sanitizers): failing json test #3176
    I don't use, ASAN_OPTIONS=detect_stack_use_after_return=0 because this was problematic as well.
  • disable flaky tests

@kostasrim kostasrim self-assigned this Aug 11, 2024
@kostasrim
Copy link
Contributor Author

https://github.com/dragonflydb/dragonfly/actions/runs/10339261531 🟢 finally

@kostasrim kostasrim changed the title fix: sanitizers false positives (do not review -- testing) fix: sanitizers false positives Aug 11, 2024
@kostasrim kostasrim marked this pull request as ready for review August 11, 2024 11:53
Copy link
Collaborator

@chakaz chakaz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤷

Copy link
Collaborator

@romange romange left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

so far sanitizers built did not provide as much benefits, only the maintenance cost

@kostasrim
Copy link
Contributor Author

so far sanitizers built did not provide as much benefits, only the maintenance cost

I kinda agree. Kinda because when I introduced them they did find a few cases which I fixed

@kostasrim kostasrim merged commit 3f5d4f8 into main Aug 13, 2024
11 checks passed
@kostasrim kostasrim deleted the kpr5 branch August 13, 2024 06:53
lumiere-bot bot added a commit to coolguy1771/home-ops that referenced this pull request Sep 3, 2024
…22.0 ) (#5336)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/dragonflydb/dragonfly](https://redirect.github.com/dragonflydb/dragonfly)
| minor | `v1.21.4` -> `v1.22.0` |

---

### Release Notes

<details>
<summary>dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly)</summary>

###
[`v1.22.0`](https://redirect.github.com/dragonflydb/dragonfly/releases/tag/v1.22.0)

[Compare
Source](https://redirect.github.com/dragonflydb/dragonfly/compare/v1.21.4...v1.22.0)

##### Dragonfly v1.22.0

Some prominent changes include:

-   Lots of stability fixes around JSON and Search APIS:

[#&#8203;3459](https://redirect.github.com/dragonflydb/dragonfly/issues/3459),
[#&#8203;3284](https://redirect.github.com/dragonflydb/dragonfly/issues/3284),
[#&#8203;3537](https://redirect.github.com/dragonflydb/dragonfly/issues/3537),
[#&#8203;3544](https://redirect.github.com/dragonflydb/dragonfly/issues/3544),[#&#8203;3580](https://redirect.github.com/dragonflydb/dragonfly/issues/3580),
[#&#8203;3582](https://redirect.github.com/dragonflydb/dragonfly/issues/3582),
[#&#8203;3578](https://redirect.github.com/dragonflydb/dragonfly/issues/3578),
[#&#8203;3591](https://redirect.github.com/dragonflydb/dragonfly/issues/3591),
[#&#8203;3597](https://redirect.github.com/dragonflydb/dragonfly/issues/3597),
[#&#8203;3539](https://redirect.github.com/dragonflydb/dragonfly/issues/3539)
- Support `HELLO AUTH` handshake:
[#&#8203;3486](https://redirect.github.com/dragonflydb/dragonfly/issues/3486)
- Implement FT.TAGVALS:
[#&#8203;3493](https://redirect.github.com/dragonflydb/dragonfly/issues/3493)
- Introduce Dragonfly specific lua pragmas:
[#&#8203;3517](https://redirect.github.com/dragonflydb/dragonfly/issues/3517)
- Memcache now replicates flags correctly:
[#&#8203;3538](https://redirect.github.com/dragonflydb/dragonfly/issues/3538)
- Memcache API now supports absolute timestamps as well:
[#&#8203;3607](https://redirect.github.com/dragonflydb/dragonfly/issues/3607)
- PEXPIRETIME and EXPIRETIME are implemented by
[@&#8203;Eunoia1729](https://redirect.github.com/Eunoia1729) - thank
you!
- Last but not least, a significant contribution by
[@&#8203;cunla](https://redirect.github.com/cunla): a massive test
suite, likely the largest in Dragonfly's history, with 12K lines of
code. This contribution has sparked further efforts to enhance
Dragonfly's compatibility and stability. The initial results are
included in this release.

##### What's Changed

- fix: missing logs on ci timeout by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3452
- fix: JSON.MSET command by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3459
- chore: integrate quicklist changes from valkey by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3440
- feat(json_family): Add support of the JSON legacy mode by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3284
- fix: pytest teardown exception in os.remove(LAST_LOGS) by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3463
- chore: change how we track memory_budget during evictions by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3457
- chore: add timeout to replication sockets by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3434
- chore(server): Remove old blocking debug by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3460
- chore: SinkReplyBuilder2 with vec batching by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3454
- feat: Allow pre-declaring Lua SHAs to run with undeclared keys by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3465
- chore(server): Use parser more in list_family by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3461
- fix: Make replica's `REPLCONF IP-ADDRESS` optional by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3473
- chore: make tiered_test more reliable by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3477
- chore(facade): Update SinkReplyBuilder2 by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3474
- refactor: set info_replication_valkey_compatible=true by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3467
- chore: relax the version check in test_replicate_old_master by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3478
- chore: Download Dragonfly versions only when needed by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3479
- fix: division by zero bug by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3482
- test: fix test_scripts by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3485
- chore(facade): RedisReplyBuilder2 base by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3475
- chore(facade): MCReplyBuilder2 by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3480
- chore(facade): RedisReplyBuilder2 (extensions) by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3481
- fix: big value serialization corner cases by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3430
- fix: HELLO AUTH with non default user by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3486
- fix: flake in teardown of test_unknown_dfly_env by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3487
- fix: test_replicate_old_master missing serialization_max_chunk_size by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3498
- chore: add logs to debug tiered memory failures by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3499
- feat: implement FT.TAGVALS by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3493
- test: fix test_acl_deluser by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3488
- fix: sanitizers post failure on google chat by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3496
- chore(generic_family): Fix bad data format error in the RESTORE
command by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3501
- fix: sanitizers false positives by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3495
- feat: Expose replica_reconnect_count for Prometheus metrics by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3370
- fix: pytest warnings by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3497
- fix: missing virtual destructors in ReplyBuilder2 by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3506
- chore: split engine_shard file from engine_shard_set by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3507
- chore: introduce a secondary TaskQueue for shards by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3508
- fix: clang warnings by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3509
- chore: reduce pipelining latency by reusing existing shard fibers by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3494
- fix: bugs around the growth of a tiered file by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3516
- chore: Change Lua embedded flags syntax by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3517
- feat(cluster): Allow appending RDB to existing store by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3505
- fix: disable ThreadLocalMutex when big value ser is off by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3521
- chore(io): Introduce (carefully) new io with use_new_io flag by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3513
- chore(io): Optimize repeated ReservePiece calls by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3525
- fix: disable sanitizers false positive by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3522
- chore(config): make pipeline_squash configurable by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3529
- chore(traffic loger): use pipelining and print/analyze commands by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3527
- fix: skip empty objects on load and replication by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3514
- fix: deadlock in Heartbeat() by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3530
- fix(search_family): Add error on creating indexes from non-zero
databases by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3537
- fix: macos build by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3536
- fix: MC flags size and serialization
[#&#8203;3134](https://redirect.github.com/dragonflydb/dragonfly/issues/3134)
by [@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3538
- fix(transaction): Don't set continuation for blocking by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3540
- fix: named volume permissions in docker by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3518
- fix(jsonpath): Add JsonPath grammar for the child identifier in
brackets by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3533
- fix: build errors in sanitizers daily workflow by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3542
- test: tests using fakeredis to check compatibility by
[@&#8203;cunla](https://redirect.github.com/cunla) in
[dragonflydb/dragonfly#3534
- chore: fix search replication by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3547
- chore: add deallocation logs in the allocation tracker by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3549
- fix: fakeredis tests support python 3.10 by
[@&#8203;cunla](https://redirect.github.com/cunla) in
[dragonflydb/dragonfly#3550
- feat(server_family): Add backup/restore Prometheus metrics by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3520
- docs: Fakeredis tests README by
[@&#8203;cunla](https://redirect.github.com/cunla) in
[dragonflydb/dragonfly#3552
- fix: zinterstore correctly finds weights by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3554
- fix(search_family): Fix query parsing for the integer tags in OR
expression by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3544
- chore(server): Fix watch by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3557
- chore(search): fix numeric index query in rev order by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3555
- chore: allow limiting pipelining queue by length by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3551
- fix: add unsupported_server_types to fakeredis tests by
[@&#8203;cunla](https://redirect.github.com/cunla) in
[dragonflydb/dragonfly#3560
- fix: string compatibility issues by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3564
- fix(server): Fix ZRANGEBYLEX limit params by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3562
- fix: compatibility around list and string commands by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3565
- chore(server): Unify zset arg parsing by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3563
- fix: compatibility around list,string and sort commands by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3568
- chore(server): Sort correctly in ZINTER by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3566
- chore(server): Unify zset boolean operations into single function by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3567
- chore(transaction): More blocking tests by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3546
- fix: delete empty dense sets in HGetGeneric by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3543
- chore(search): Silence query parser error by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3570
- chore: improve compatibility of set and ping commands by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3569
- fix: disable failing test_cron_snapshot_failed_saving by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3571
- fix: disable test_cluster_flushall_during_migration by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3573
- chore: add -Wthread-analysis and annotate (part 1/2) by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3502
- feat(generic_family): Implement EXPIRETIME and PEXPIRETIME commands by
[@&#8203;Eunoia1729](https://redirect.github.com/Eunoia1729) in
[dragonflydb/dragonfly#3524
- chore: allow running dragonfly pytests in repeat by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3577
- fix(json_family): Fix json get crash due to an invalid json path by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3580
- fix(json_family): Fix JSON.GET crash for the multiple legacy mode
paths by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3582
- fix: return an error when invalid number of arguments is passed. by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3584
- feat: add oom_deny_ratio to mutable config by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3585
- fix: warning as error on sanitizers build by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3587
- feat: add escaping symbols for tag search by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3578
- fix: skip test_replica_reconnections_after_network_disconnect by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3589
- docs(readme): Fix data mistake by
[@&#8203;DerickIT](https://redirect.github.com/DerickIT) in
[dragonflydb/dragonfly#3590
- chore: remove DflyVersion::VER0 by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3593
- refactor: remove double conversion from str to number to str in search
by [@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3591
- chore(deps): bump aiohttp from 3.8.4 to 3.10.2 in /tests/dragonfly by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[dragonflydb/dragonfly#3600
- refactor: remove toUpper() from cmd_arg_parser by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3599
- fix: JSON.STRAPPEND by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3597
- chore(deps): bump golang.org/x/net from 0.7.0 to 0.23.0 in
/contrib/charts/dragonfly by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[dragonflydb/dragonfly#3601
- chore(deps): bump gopkg.in/yaml.v3 from
3.0.0-20210107192922-496545a6307b to 3.0.0 in /tools/replay by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[dragonflydb/dragonfly#3603
- chore(deps): bump google.golang.org/protobuf from 1.26.0 to 1.33.0 in
/contrib/charts/dragonfly by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[dragonflydb/dragonfly#3604
- fix: xreadgroup replies as a map for RESP3 by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3576
- chore: enable experimental_new_io by default. by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3605
- fix(server_family): Remove search indexes during the FLUSHALL command
by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3539
- feat(acl): add pub/sub by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3574
- chore: enable -Werror=thread-safety and add missing annotations (part
2/2) by [@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3595
- feat: add slave_repl_offset to the replication section. by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3596
- fix(json_family): Fix JsonFromString method by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3602
- fix(grafana): Fix grafana dragonfly dashboard datasource by
[@&#8203;applike-ss](https://redirect.github.com/applike-ss) in
[dragonflydb/dragonfly#3608
- fix: debug crash inside parsing of ZRANGE by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3611
- chore: run fakeredis flow with the debug build by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3612
- chore: Split `--cluster_announce_ip` and `--replica_announce_ip` by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3615
- fix: fix expiration processing for set command by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3607
- fix pytest: use generic random dbfilename in tests by
[@&#8203;adiholden](https://redirect.github.com/adiholden) in
[dragonflydb/dragonfly#3617
- fix(bug): zinter command should run on replica by
[@&#8203;adiholden](https://redirect.github.com/adiholden) in
[dragonflydb/dragonfly#3620
- fix(test_auth_resp3\_bug): release build failing by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3621
- chore: improve debug logs in dragonfly_connection by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3624
- fix: edge cases around mismatched path in json code by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3609
- test: fix search tests by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3625
- refactor: remove extra code from CmdArgParser by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3619
- fix: limit parsing in zrange commands by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3626
- chore: disable big value ser on reg tests by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3629
- fix: crash when passing empty arguments by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3627
- fix: 'renamenx foo foo' should return 0 if foo exists by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3630
- fix: debug help printed layout by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3635
- fix: crash during SORT DESC call by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3637

##### New Contributors

- [@&#8203;cunla](https://redirect.github.com/cunla) made their first
contribution in
[dragonflydb/dragonfly#3534
- [@&#8203;Eunoia1729](https://redirect.github.com/Eunoia1729) made
their first contribution in
[dragonflydb/dragonfly#3524
- [@&#8203;DerickIT](https://redirect.github.com/DerickIT) made their
first contribution in
[dragonflydb/dragonfly#3590
- [@&#8203;applike-ss](https://redirect.github.com/applike-ss) made
their first contribution in
[dragonflydb/dragonfly#3608

**Full Changelog**:
dragonflydb/dragonfly@v1.21.0...v1.22.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42NC4yIiwidXBkYXRlZEluVmVyIjoiMzguNjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->

Co-authored-by: lumiere-bot[bot] <98047013+lumiere-bot[bot]@users.noreply.github.com>
spiceratops added a commit to spiceratops/k8s-gitops that referenced this pull request Sep 6, 2024
#945)

This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[ghcr.io/dragonflydb/dragonfly](https://redirect.github.com/dragonflydb/dragonfly)
| minor | `v1.21.4` -> `v1.22.0` |

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>dragonflydb/dragonfly (ghcr.io/dragonflydb/dragonfly)</summary>

###
[`v1.22.0`](https://redirect.github.com/dragonflydb/dragonfly/releases/tag/v1.22.0)

[Compare
Source](https://redirect.github.com/dragonflydb/dragonfly/compare/v1.21.4...v1.22.0)

##### Dragonfly v1.22.0

Some prominent changes include:

-   Lots of stability fixes around JSON and Search APIS:

[#&#8203;3459](https://redirect.github.com/dragonflydb/dragonfly/issues/3459),
[#&#8203;3284](https://redirect.github.com/dragonflydb/dragonfly/issues/3284),
[#&#8203;3537](https://redirect.github.com/dragonflydb/dragonfly/issues/3537),
[#&#8203;3544](https://redirect.github.com/dragonflydb/dragonfly/issues/3544),[#&#8203;3580](https://redirect.github.com/dragonflydb/dragonfly/issues/3580),
[#&#8203;3582](https://redirect.github.com/dragonflydb/dragonfly/issues/3582),
[#&#8203;3578](https://redirect.github.com/dragonflydb/dragonfly/issues/3578),
[#&#8203;3591](https://redirect.github.com/dragonflydb/dragonfly/issues/3591),
[#&#8203;3597](https://redirect.github.com/dragonflydb/dragonfly/issues/3597),
[#&#8203;3539](https://redirect.github.com/dragonflydb/dragonfly/issues/3539)
- Support `HELLO AUTH` handshake:
[#&#8203;3486](https://redirect.github.com/dragonflydb/dragonfly/issues/3486)
- Implement FT.TAGVALS:
[#&#8203;3493](https://redirect.github.com/dragonflydb/dragonfly/issues/3493)
- Introduce Dragonfly specific lua pragmas:
[#&#8203;3517](https://redirect.github.com/dragonflydb/dragonfly/issues/3517)
- Memcache now replicates flags correctly:
[#&#8203;3538](https://redirect.github.com/dragonflydb/dragonfly/issues/3538)
- Memcache API now supports absolute timestamps as well:
[#&#8203;3607](https://redirect.github.com/dragonflydb/dragonfly/issues/3607)
- PEXPIRETIME and EXPIRETIME are implemented by
[@&#8203;Eunoia1729](https://redirect.github.com/Eunoia1729) - thank
you!
- Last but not least, a significant contribution by
[@&#8203;cunla](https://redirect.github.com/cunla): a massive test
suite, likely the largest in Dragonfly's history, with 12K lines of
code. This contribution has sparked further efforts to enhance
Dragonfly's compatibility and stability. The initial results are
included in this release.

##### What's Changed

- fix: missing logs on ci timeout by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3452
- fix: JSON.MSET command by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3459
- chore: integrate quicklist changes from valkey by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3440
- feat(json_family): Add support of the JSON legacy mode by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3284
- fix: pytest teardown exception in os.remove(LAST_LOGS) by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3463
- chore: change how we track memory_budget during evictions by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3457
- chore: add timeout to replication sockets by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3434
- chore(server): Remove old blocking debug by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3460
- chore: SinkReplyBuilder2 with vec batching by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3454
- feat: Allow pre-declaring Lua SHAs to run with undeclared keys by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3465
- chore(server): Use parser more in list_family by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3461
- fix: Make replica's `REPLCONF IP-ADDRESS` optional by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3473
- chore: make tiered_test more reliable by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3477
- chore(facade): Update SinkReplyBuilder2 by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3474
- refactor: set info_replication_valkey_compatible=true by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3467
- chore: relax the version check in test_replicate_old_master by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3478
- chore: Download Dragonfly versions only when needed by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3479
- fix: division by zero bug by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3482
- test: fix test_scripts by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3485
- chore(facade): RedisReplyBuilder2 base by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3475
- chore(facade): MCReplyBuilder2 by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3480
- chore(facade): RedisReplyBuilder2 (extensions) by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3481
- fix: big value serialization corner cases by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3430
- fix: HELLO AUTH with non default user by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3486
- fix: flake in teardown of test_unknown_dfly_env by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3487
- fix: test_replicate_old_master missing serialization_max_chunk_size by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3498
- chore: add logs to debug tiered memory failures by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3499
- feat: implement FT.TAGVALS by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3493
- test: fix test_acl_deluser by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3488
- fix: sanitizers post failure on google chat by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3496
- chore(generic_family): Fix bad data format error in the RESTORE
command by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3501
- fix: sanitizers false positives by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3495
- feat: Expose replica_reconnect_count for Prometheus metrics by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3370
- fix: pytest warnings by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3497
- fix: missing virtual destructors in ReplyBuilder2 by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3506
- chore: split engine_shard file from engine_shard_set by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3507
- chore: introduce a secondary TaskQueue for shards by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3508
- fix: clang warnings by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3509
- chore: reduce pipelining latency by reusing existing shard fibers by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3494
- fix: bugs around the growth of a tiered file by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3516
- chore: Change Lua embedded flags syntax by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3517
- feat(cluster): Allow appending RDB to existing store by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3505
- fix: disable ThreadLocalMutex when big value ser is off by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3521
- chore(io): Introduce (carefully) new io with use_new_io flag by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3513
- chore(io): Optimize repeated ReservePiece calls by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3525
- fix: disable sanitizers false positive by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3522
- chore(config): make pipeline_squash configurable by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3529
- chore(traffic loger): use pipelining and print/analyze commands by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3527
- fix: skip empty objects on load and replication by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3514
- fix: deadlock in Heartbeat() by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3530
- fix(search_family): Add error on creating indexes from non-zero
databases by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3537
- fix: macos build by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3536
- fix: MC flags size and serialization
[#&#8203;3134](https://redirect.github.com/dragonflydb/dragonfly/issues/3134)
by [@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3538
- fix(transaction): Don't set continuation for blocking by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3540
- fix: named volume permissions in docker by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3518
- fix(jsonpath): Add JsonPath grammar for the child identifier in
brackets by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3533
- fix: build errors in sanitizers daily workflow by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3542
- test: tests using fakeredis to check compatibility by
[@&#8203;cunla](https://redirect.github.com/cunla) in
[dragonflydb/dragonfly#3534
- chore: fix search replication by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3547
- chore: add deallocation logs in the allocation tracker by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3549
- fix: fakeredis tests support python 3.10 by
[@&#8203;cunla](https://redirect.github.com/cunla) in
[dragonflydb/dragonfly#3550
- feat(server_family): Add backup/restore Prometheus metrics by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3520
- docs: Fakeredis tests README by
[@&#8203;cunla](https://redirect.github.com/cunla) in
[dragonflydb/dragonfly#3552
- fix: zinterstore correctly finds weights by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3554
- fix(search_family): Fix query parsing for the integer tags in OR
expression by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3544
- chore(server): Fix watch by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3557
- chore(search): fix numeric index query in rev order by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3555
- chore: allow limiting pipelining queue by length by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3551
- fix: add unsupported_server_types to fakeredis tests by
[@&#8203;cunla](https://redirect.github.com/cunla) in
[dragonflydb/dragonfly#3560
- fix: string compatibility issues by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3564
- fix(server): Fix ZRANGEBYLEX limit params by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3562
- fix: compatibility around list and string commands by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3565
- chore(server): Unify zset arg parsing by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3563
- fix: compatibility around list,string and sort commands by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3568
- chore(server): Sort correctly in ZINTER by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3566
- chore(server): Unify zset boolean operations into single function by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3567
- chore(transaction): More blocking tests by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3546
- fix: delete empty dense sets in HGetGeneric by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3543
- chore(search): Silence query parser error by
[@&#8203;dranikpg](https://redirect.github.com/dranikpg) in
[dragonflydb/dragonfly#3570
- chore: improve compatibility of set and ping commands by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3569
- fix: disable failing test_cron_snapshot_failed_saving by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3571
- fix: disable test_cluster_flushall_during_migration by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3573
- chore: add -Wthread-analysis and annotate (part 1/2) by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3502
- feat(generic_family): Implement EXPIRETIME and PEXPIRETIME commands by
[@&#8203;Eunoia1729](https://redirect.github.com/Eunoia1729) in
[dragonflydb/dragonfly#3524
- chore: allow running dragonfly pytests in repeat by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3577
- fix(json_family): Fix json get crash due to an invalid json path by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3580
- fix(json_family): Fix JSON.GET crash for the multiple legacy mode
paths by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3582
- fix: return an error when invalid number of arguments is passed. by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3584
- feat: add oom_deny_ratio to mutable config by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3585
- fix: warning as error on sanitizers build by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3587
- feat: add escaping symbols for tag search by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3578
- fix: skip test_replica_reconnections_after_network_disconnect by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3589
- docs(readme): Fix data mistake by
[@&#8203;DerickIT](https://redirect.github.com/DerickIT) in
[dragonflydb/dragonfly#3590
- chore: remove DflyVersion::VER0 by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3593
- refactor: remove double conversion from str to number to str in search
by [@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3591
- chore(deps): bump aiohttp from 3.8.4 to 3.10.2 in /tests/dragonfly by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[dragonflydb/dragonfly#3600
- refactor: remove toUpper() from cmd_arg_parser by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3599
- fix: JSON.STRAPPEND by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3597
- chore(deps): bump golang.org/x/net from 0.7.0 to 0.23.0 in
/contrib/charts/dragonfly by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[dragonflydb/dragonfly#3601
- chore(deps): bump gopkg.in/yaml.v3 from
3.0.0-20210107192922-496545a6307b to 3.0.0 in /tools/replay by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[dragonflydb/dragonfly#3603
- chore(deps): bump google.golang.org/protobuf from 1.26.0 to 1.33.0 in
/contrib/charts/dragonfly by
[@&#8203;dependabot](https://redirect.github.com/dependabot) in
[dragonflydb/dragonfly#3604
- fix: xreadgroup replies as a map for RESP3 by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3576
- chore: enable experimental_new_io by default. by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3605
- fix(server_family): Remove search indexes during the FLUSHALL command
by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3539
- feat(acl): add pub/sub by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3574
- chore: enable -Werror=thread-safety and add missing annotations (part
2/2) by [@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3595
- feat: add slave_repl_offset to the replication section. by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3596
- fix(json_family): Fix JsonFromString method by
[@&#8203;BagritsevichStepan](https://redirect.github.com/BagritsevichStepan)
in
[dragonflydb/dragonfly#3602
- fix(grafana): Fix grafana dragonfly dashboard datasource by
[@&#8203;applike-ss](https://redirect.github.com/applike-ss) in
[dragonflydb/dragonfly#3608
- fix: debug crash inside parsing of ZRANGE by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3611
- chore: run fakeredis flow with the debug build by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3612
- chore: Split `--cluster_announce_ip` and `--replica_announce_ip` by
[@&#8203;chakaz](https://redirect.github.com/chakaz) in
[dragonflydb/dragonfly#3615
- fix: fix expiration processing for set command by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3607
- fix pytest: use generic random dbfilename in tests by
[@&#8203;adiholden](https://redirect.github.com/adiholden) in
[dragonflydb/dragonfly#3617
- fix(bug): zinter command should run on replica by
[@&#8203;adiholden](https://redirect.github.com/adiholden) in
[dragonflydb/dragonfly#3620
- fix(test_auth_resp3\_bug): release build failing by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3621
- chore: improve debug logs in dragonfly_connection by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3624
- fix: edge cases around mismatched path in json code by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3609
- test: fix search tests by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3625
- refactor: remove extra code from CmdArgParser by
[@&#8203;BorysTheDev](https://redirect.github.com/BorysTheDev) in
[dragonflydb/dragonfly#3619
- fix: limit parsing in zrange commands by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3626
- chore: disable big value ser on reg tests by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3629
- fix: crash when passing empty arguments by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3627
- fix: 'renamenx foo foo' should return 0 if foo exists by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3630
- fix: debug help printed layout by
[@&#8203;kostasrim](https://redirect.github.com/kostasrim) in
[dragonflydb/dragonfly#3635
- fix: crash during SORT DESC call by
[@&#8203;romange](https://redirect.github.com/romange) in
[dragonflydb/dragonfly#3637

##### New Contributors

- [@&#8203;cunla](https://redirect.github.com/cunla) made their first
contribution in
[dragonflydb/dragonfly#3534
- [@&#8203;Eunoia1729](https://redirect.github.com/Eunoia1729) made
their first contribution in
[dragonflydb/dragonfly#3524
- [@&#8203;DerickIT](https://redirect.github.com/DerickIT) made their
first contribution in
[dragonflydb/dragonfly#3590
- [@&#8203;applike-ss](https://redirect.github.com/applike-ss) made
their first contribution in
[dragonflydb/dragonfly#3608

**Full Changelog**:
dragonflydb/dragonfly@v1.21.0...v1.22.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://redirect.github.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC42NC4yIiwidXBkYXRlZEluVmVyIjoiMzguNjQuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicmVub3ZhdGUvY29udGFpbmVyIiwidHlwZS9taW5vciJdfQ==-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

fix sanitizers errors
3 participants