hs-test: fix redis test on ubuntu 24.04 54/42554/2
authorFlorin Coras <[email protected]>
Wed, 26 Mar 2025 03:54:51 +0000 (23:54 -0400)
committerDave Wallace <[email protected]>
Wed, 26 Mar 2025 17:21:28 +0000 (17:21 +0000)
commit020d931d12b39c8d1a9b6012b6660d4ccf9f787c
tree6b7f4b3b163bec9a08baf362a0ef4303c5d892d6
parent7e295a42f0fd91a266a063b60935f7c8c3f9919e
hs-test: fix redis test on ubuntu 24.04

Noticed in local runs that after snapshots, vcl crashes due to what
appears to be a memory corruption. Given that snapshot are done in a
forked child process, probably this is some mishandling of child
processes in multi-threaded apps.

Disable snapshotting for now.

Type: fix

Change-Id: Ide2dd3d68911b936742b41992485cc06db737564
Signed-off-by: Florin Coras <[email protected]>
extras/hs-test/ldp_test.go