https://github.com/redis/redis/runs/5780541233?check_suite_focus=true#step:6:3481

{20222:S 01 Apr 2022 00:50:09.168 # Internal error in RDB reading offset 0, function at rdb.c:3232 -> Unexpected EOF reading RDB file. Failure loading rdb format from socket, assuming connection error, resuming operation.} 46

I thought I saw another instance of it, but it might have been a couple of days ago.

Comment From: oranagra

@madolson these are there on purpose. It's a test that attempts to break the replication at random offsets and make sure redis can recover without crashes and leaks (the diskless loading short read test) . The prints are printed due to --verbose

P.s. Considering all the other errors we have, why open an issue for this specific one? I.e. We usually do that when we have a solution for an error or something specific to discuss..

Comment From: oranagra

P.P.S I don't know what failed that test.. Seems that it got interrupted dusting the defrag tests (which run solo)

Comment From: madolson

Ooh, good to know, I didn't see anything else in the test either. I'll update the title.