[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#73692] [PATCH v3 2/2] gnu: timescaledb: Ignore failing tests.
From: |
Nicolas Graves |
Subject: |
[bug#73692] [PATCH v3 2/2] gnu: timescaledb: Ignore failing tests. |
Date: |
Thu, 17 Oct 2024 01:24:20 +0200 |
* gnu/packages/databases.scm (timescaledb):
[arguments]<#:phases>: Add phase 'patch-failing-tests.
---
gnu/packages/databases.scm | 17 +++++++++++++++++
1 file changed, 17 insertions(+)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index 43ec0641a0..f5849242be 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -1502,6 +1502,23 @@ (define-public timescaledb
"-o" (string-append "-k " pg-data)
"-l" (string-append pg-data "/db.log")
"start"))))
+ #$@(if (target-x86-64?)
+ #~()
+ #~((add-after 'unpack 'skip-failing-tests
+ (lambda _
+ (substitute* "test/sql/CMakeLists.txt"
+ (((string-append
+ "("
+ (string-join
+ #$@(if (target-aarch64?)
+ #~('("append\\.sql\\.in"
+ "chunk_adaptative\\.sql"
+ "histogram_test\\.sql\\.in"))
+ #~('("histogram_test\\.sql\\.in")))
+ "|")
+ ")")
+ all)
+ (string-append "#" all)))))))
(add-after 'prepare-tests 'check
(assoc-ref %standard-phases 'check)))))
(inputs (list openssl postgresql))
--
2.46.0
- [bug#73692] [PATCH] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/08
- [bug#73692] [PATCH v2] gnu: timescaledb: Ignore failing tests., Nicolas Graves, 2024/10/16
- [bug#73692] [PATCH v3 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/16
- [bug#73692] [PATCH v3 2/2] gnu: timescaledb: Ignore failing tests.,
Nicolas Graves <=
- [bug#73692] [PATCH v4 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/17
- [bug#73692] [PATCH v5 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/17
- [bug#73692] [PATCH v6 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/19
- [bug#73692] [PATCH v7 1/2] gnu: timescaledb: Update to 2.16.1. [security fixes], Nicolas Graves, 2024/10/20