]> git.proxmox.com Git - debcargo-conf.git/commitdiff
rusqlite: mark tests that do not include modern_sqlite as flaky
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 19 Oct 2022 17:51:13 +0000 (13:51 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 19 Oct 2022 17:51:13 +0000 (13:51 -0400)
src/rusqlite/debian/changelog
src/rusqlite/debian/debcargo.toml

index 88324ab975eaeca3b330787b5add13da4b1b5f24..f043dc418a1a21451380ab03470f455e448158c8 100644 (file)
@@ -1,3 +1,11 @@
+rust-rusqlite (0.28.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package rusqlite 0.28.0 from crates.io using debcargo 2.5.0
+  * Mark tests that don't include modern_sqlite feature as flakey
+    (Closes: #1018066)
+
+ -- Daniel Kahn Gillmor <dkg@fifthhorseman.net>  Wed, 19 Oct 2022 13:49:45 -0400
+
 rust-rusqlite (0.28.0-3) unstable; urgency=medium
 
   * Package rusqlite 0.28.0 from crates.io using debcargo 2.5.0
index db1ccd78f880c31a7afd089c9f11a1a3531ab76b..97ed1d095810142102cb0131cfc95941ed3d9373 100644 (file)
@@ -11,3 +11,21 @@ collapse_features = true
 # When https://bugs.debian.org/1017577 is fixed, this should be
 # cleared.
 test_is_broken = true
+
+# The following tests only pass when *also* using the
+# buildtime_bindgen feature.  This is workaround (a) from
+# https://bugs.debian.org/1018066
+[packages."lib+array"]
+test_is_broken = true
+[packages."lib+csvtab"]
+test_is_broken = true
+[packages."lib+release_memory"]
+test_is_broken = true
+[packages."lib+series"]
+test_is_broken = true
+[packages."lib+unlock_notify"]
+test_is_broken = true
+[packages."lib+vtab"]
+test_is_broken = true
+[packages."lib+window"]
+test_is_broken = true