Re: [patch] change --pkg behavior

From: Atira Odhner <aodhner(at)pivotal(dot)io>
To: George Gelashvili <ggelashvili(at)pivotal(dot)io>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [patch] change --pkg behavior
Date: 2017-02-08 21:37:59
Message-ID: CA+Vc24pQQtT4yLa1v2CPn+Su0bNR9rOLEWQAtq9hgTc2=TR0nQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Here is the additional patch to exclude one or more packages.

On Tue, Feb 7, 2017 at 6:02 PM, George Gelashvili <ggelashvili(at)pivotal(dot)io>
wrote:

> Hello Hackers,
>
> To chase down a set of tests that were failing together, we wanted to run
> deeper trees of tests. We changed the behavior of the --pkg argument to
> runtests.py so it runs tests under a package and its subpackages, instead
> of for a single node.
>
> It gave us more flexibility in what tests to run. This complements the
> --exclude behavior we are working on.
>
> To run tests for a single node, ".tests" can be appended to the package
> path (see changes to README)
>
> George & Tira
>
>
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)org)
> To make changes to your subscription:
> http://www.postgresql.org/mailpref/pgadmin-hackers
>
>

Attachment Content-Type Size
0001-PATCH-IN-FLIGHT-Add-exclude-parameter-for-tests.patch application/octet-stream 4.4 KB

In response to

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Tania 2017-02-08 21:45:16 Re: Issues with PgAdmin4
Previous Message Dave Page 2017-02-08 16:52:07 pgAdmin 4 commit: Spit out an exit code when running the regression tes