unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Zheng Junjie <zhengjunjie@iscas.ac.cn>
To: 73692@debbugs.gnu.org
Cc: 73692-done@debbugs.gnu.org, Nicolas Graves <ngraves@ngraves.fr>
Subject: [bug#73692] [PATCH v7 2/2] gnu: timescaledb: Ignore failing tests.
Date: Sun, 20 Oct 2024 22:33:43 +0800	[thread overview]
Message-ID: <87ed4akfnc.fsf@iscas.ac.cn> (raw)
In-Reply-To: <20241020140520.21600-2-ngraves@ngraves.fr> (Nicolas Graves via Guix-patches via's message of "Sun, 20 Oct 2024 16:05:16 +0200")

[-- Attachment #1: Type: text/plain, Size: 2051 bytes --]

Nicolas Graves via Guix-patches via <guix-patches@gnu.org> writes:

> * gnu/packages/databases.scm (timescaledb):
> [arguments]<#:phases>: Add phase 'patch-failing-tests.
> ---
>  gnu/packages/databases.scm | 23 +++++++++++++++++++++++
>  1 file changed, 23 insertions(+)
>
> diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
> index df346893b8..6f30e22624 100644
> --- a/gnu/packages/databases.scm
> +++ b/gnu/packages/databases.scm
> @@ -1487,6 +1487,29 @@ (define-public timescaledb
>                               "-o" (string-append "-k " pg-data)
>                               "-l" (string-append pg-data "/db.log")
>                               "start"))))
> +               #$@(cond
> +                   ((string=? "x86-64-linux" (%current-system))
> +                    #~())
> +                   ((string=? "i686-linux" (%current-system))
> +                    #~((add-after 'unpack 'skip-failing-tests
> +                         (lambda _
> +                           (substitute* "test/sql/CMakeLists.txt"
> +                             (((string-append
> +                                "("
> +                                (string-join
> +                                 '(" append\\.sql\\.in"
> +                                   " chunk_adaptive\\.sql"
> +                                   " histogram_test\\.sql\\.in")
> +                                 "|")
> +                                ")")
> +                               all)
> +                              (string-append "#" all)))))))
> +                   (else
> +                    #~((add-after 'unpack 'skip-failing-tests
> +                         (lambda _
> +                           (substitute* "test/sql/CMakeLists.txt"
> +                             ((" histogram_test\\.sql\\.in")
> +                              "# histogram_test.sql.in")))))))
>                 (add-after 'prepare-tests 'check
>                   (assoc-ref %standard-phases 'check)))))
>      (inputs (list openssl postgresql))
push, close.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 832 bytes --]

      reply	other threads:[~2024-10-20 14:34 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-10-08  6:26 [bug#73692] [PATCH] gnu: timescaledb: Update to 2.16.1. [security fixes] Nicolas Graves via Guix-patches via
2024-10-16  5:12 ` [bug#73692] [PATCH v2] gnu: timescaledb: Ignore failing tests Nicolas Graves via Guix-patches via
2024-10-16 12:28   ` Z572
2024-10-16 17:19     ` Nicolas Graves via Guix-patches via
2024-10-16 23:24 ` [bug#73692] [PATCH v3 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes] Nicolas Graves via Guix-patches via
2024-10-16 23:24   ` [bug#73692] [PATCH v3 2/2] gnu: timescaledb: Ignore failing tests Nicolas Graves via Guix-patches via
2024-10-17  4:37 ` [bug#73692] [PATCH v4 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes] Nicolas Graves via Guix-patches via
2024-10-17  4:37   ` [bug#73692] [PATCH v4 2/2] gnu: timescaledb: Ignore failing tests Nicolas Graves via Guix-patches via
2024-10-17  5:51 ` [bug#73692] [PATCH v5 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes] Nicolas Graves via Guix-patches via
2024-10-17  5:51   ` [bug#73692] [PATCH v5 2/2] gnu: timescaledb: Ignore failing tests Nicolas Graves via Guix-patches via
2024-10-19 10:00 ` [bug#73692] [PATCH v6 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes] Nicolas Graves via Guix-patches via
2024-10-19 10:00   ` [bug#73692] [PATCH v6 2/2] gnu: timescaledb: Ignore failing tests Nicolas Graves via Guix-patches via
2024-10-20 14:05 ` [bug#73692] [PATCH v7 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes] Nicolas Graves via Guix-patches via
2024-10-20 14:05   ` [bug#73692] [PATCH v7 2/2] gnu: timescaledb: Ignore failing tests Nicolas Graves via Guix-patches via
2024-10-20 14:33     ` Zheng Junjie [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87ed4akfnc.fsf@iscas.ac.cn \
    --to=zhengjunjie@iscas.ac.cn \
    --cc=73692-done@debbugs.gnu.org \
    --cc=73692@debbugs.gnu.org \
    --cc=ngraves@ngraves.fr \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).