Re: Add more regression tests for ASYNC

From: Josh Berkus <josh(at)agliodbs(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Add more regression tests for ASYNC
Date: 2013-06-28 19:42:47
Message-ID: 51CDE737.9000507@agliodbs.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 05/13/2013 05:37 PM, Robins Tharakan wrote:
> Hi,
>
> Patch to add more regression tests to ASYNC (/src/backend/commands/async).
> Take code-coverage from 39% to 75%.

This isn't applying for me anymore due to changes in the
parallel_schedule file. Where did you mean this to execute in the
sequence of tests?

--- src/test/regress/parallel_schedule
+++ src/test/regress/parallel_schedule
@@ -88,7 +88,7 @@
# ----------
# Another group of parallel tests
# ----------
-test: alter_generic misc psql
+test: alter_generic misc psql async

# rules cannot run concurrently with any test that creates a view
test: rules

--
Josh Berkus
PostgreSQL Experts Inc.
http://pgexperts.com

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2013-06-28 19:47:47 Re: changeset generation v5-01 - Patches & git tree
Previous Message Alexander Korotkov 2013-06-28 19:31:03 Re: GIN improvements part2: fast scan