Re: Add more regression tests for ASYNC - Mailing list pgsql-hackers

From Josh Berkus
Subject Re: Add more regression tests for ASYNC
Date
Msg-id 51CDE737.9000507@agliodbs.com
Whole thread Raw
In response to Add more regression tests for ASYNC  (Robins Tharakan <tharakan@gmail.com>)
List 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 viewtest: rules

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



pgsql-hackers by date:

Previous
From: Alexander Korotkov
Date:
Subject: Re: GIN improvements part2: fast scan
Next
From: Andres Freund
Date:
Subject: Re: changeset generation v5-01 - Patches & git tree