On Tue, Jul 22, 2025 at 12:12:25PM +0900, Richard Guo wrote:
> After pushing commit e2debb643 I noticed redis_fdw failure on crake.
>
> +ERROR: failed to connect to Redis: 1
> +CONTEXT: SQL statement "select (select count(*) from db15) +
> + (select count(*) from db15_hash) +
> + (select count(*) from db15_set) +
> + (select count(*) from db15_list) +
> + (select count(*) from db15_zset)"
> +PL/pgSQL function inline_code_block line 5 at SQL statement
>
> This same failure occurred three days ago as well. It seems that
> connecting to Redis has been unstable recently.
That's unrelated to your commit, stable branches of crake are red as
well.
--
Michael