Re: Failed to delete old ReorderBuffer spilled files - Mailing list pgsql-hackers

From Thomas Munro
Subject Re: Failed to delete old ReorderBuffer spilled files
Date
Msg-id CAEepm=2qQ84cN+kLCzvY5PyqGr_K3NhkC3fMNsQGs_-o6qkSzw@mail.gmail.com
Whole thread Raw
In response to Re: Failed to delete old ReorderBuffer spilled files  (atorikoshi <torikoshi_atsushi_z2@lab.ntt.co.jp>)
Responses Re: Failed to delete old ReorderBuffer spilled files  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
List pgsql-hackers
On Wed, Nov 22, 2017 at 12:27 AM, atorikoshi
<torikoshi_atsushi_z2@lab.ntt.co.jp> wrote:
> [set_final_lsn_2.patch]

Hi Torikoshi-san,

FYI "make check" in contrib/test_decoding fails a couple of isolation
tests, one with an assertion failure for my automatic patch tester[1].
Same result on my laptop:

test ondisk_startup           ... FAILED (test process exited with exit code 1)
test concurrent_ddl_dml       ... FAILED (test process exited with exit code 1)

TRAP: FailedAssertion("!(!dlist_is_empty(head))", File:
"../../../../src/include/lib/ilist.h", Line: 458)

[1] https://travis-ci.org/postgresql-cfbot/postgresql/builds/305636335

-- 
Thomas Munro
http://www.enterprisedb.com


pgsql-hackers by date:

Previous
From: Masahiko Sawada
Date:
Subject: Re: Failed to delete old ReorderBuffer spilled files
Next
From: amul sul
Date:
Subject: Re: With commit 4e5fe9ad19, range partition missing handling for theNULL partition key