Re: SQL workflow for crash testing correctness

From: Joseph Hammerman <jhammerman(at)squarespace(dot)com>
To: Luca Ferrari <fluca1978(at)gmail(dot)com>
Cc: Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org>
Subject: Re: SQL workflow for crash testing correctness
Date: 2019-09-18 16:44:55
Message-ID: CAFZjsjBm5H6VCwZJanKb12=trOjHFL2NKBNDX1qhk2RvDdLxMA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Good afternoon Luca,

Thanks for the response.

My goal is to maintain a write and read stream during a crash and then
generate a report showing that there are no lost or duplicated writes,
thereby provably keeping my HA-CP promises as I evolve my platform.

I would then like to have a crash test suite, that instruments partial and
full network partitions in addition to process and machine crashes.

I'll have a look at that projects code, thank you! Please let me know if
you have any other thoughts or links or anything of that nature.

Regards,
Joe Hammerman

On Wed, Sep 18, 2019 at 11:22 AM Luca Ferrari <fluca1978(at)gmail(dot)com> wrote:

> On Wed, Sep 18, 2019 at 3:27 AM Joseph Hammerman
> <jhammerman(at)squarespace(dot)com> wrote:
> > Does anyone have thoughts on how to model this? My initial thoughts were
> to find the serialization tests in the Postgres project core.
>
> It's quite hard to suggest without knowing what you are trying to achieve.
> I would however look for an inspiration on the test suite for
> PostgreSQL-XC, if available.
>
> Hope it helps.
> Luca
>

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Ashkar Dev 2019-09-18 17:50:01 Re: PostgreSQL License
Previous Message Luca Ferrari 2019-09-18 15:21:33 Re: SQL workflow for crash testing correctness