Обсуждение: Regression tests for error rollback protocol

Поиск
Список
Период
Сортировка

Regression tests for error rollback protocol

От
Michael Paquier
Дата:
Hi all,

Please find attached a patch adding regression tests for the error
rollback protocol. The following things are testing with the variable
Protocol when an error shows up:
- 0, leave rollback to application
- 1, rollback entire transaction
- 2, rollback only latest statement
Regards,
--
Michael

Вложения

Re: Regression tests for error rollback protocol

От
Heikki Linnakangas
Дата:
On 03/20/2014 08:59 AM, Michael Paquier wrote:
> Hi all,
>
> Please find attached a patch adding regression tests for the error
> rollback protocol. The following things are testing with the variable
> Protocol when an error shows up:
> - 0, leave rollback to application
> - 1, rollback entire transaction
> - 2, rollback only latest statement

Thanks! Committed.

- Heikki


Re: Regression tests for error rollback protocol

От
Michael Paquier
Дата:
On Tue, Mar 25, 2014 at 8:35 PM, Heikki Linnakangas
<hlinnakangas@vmware.com> wrote:
> On 03/20/2014 08:59 AM, Michael Paquier wrote:
>>
>> Hi all,
>>
>> Please find attached a patch adding regression tests for the error
>> rollback protocol. The following things are testing with the variable
>> Protocol when an error shows up:
>> - 0, leave rollback to application
>> - 1, rollback entire transaction
>> - 2, rollback only latest statement
>
>
> Thanks! Committed.
Thanks a lot for looking at that.
--
Michael