r3245 - in /unstable/evolution-data-server/debian: changelog tests/control tests/installed-tests

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Mon Sep 11 18:23:12 UTC 2017


Author: jbicha
Date: Mon Sep 11 18:23:12 2017
New Revision: 3245

URL: http://svn.debian.org/wsvn/pkg-evolution/?sc=1&rev=3245
Log:
Disable installed-tests autopkgtest since it's too unreliable

Modified:
    unstable/evolution-data-server/debian/changelog
    unstable/evolution-data-server/debian/tests/control
    unstable/evolution-data-server/debian/tests/installed-tests

Modified: unstable/evolution-data-server/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/changelog?rev=3245&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/changelog	(original)
+++ unstable/evolution-data-server/debian/changelog	Mon Sep 11 18:23:12 2017
@@ -5,6 +5,9 @@
   * debian/control:
     - Have evolution-data-server-tests depend on evolution-common and
       evolution-data-server since they're needed by the tests.
+  * debian/tests/control:
+    - Disable installed-tests autopkgtest since it's too unreliable
+      to be useful
 
  -- Jeremy Bicha <jbicha at debian.org>  Mon, 04 Sep 2017 11:29:21 -0400
 

Modified: unstable/evolution-data-server/debian/tests/control
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/tests/control?rev=3245&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/tests/control	(original)
+++ unstable/evolution-data-server/debian/tests/control	Mon Sep 11 18:23:12 2017
@@ -1,7 +1,7 @@
 Tests: run
 Depends: python3, python3-gi, dbus-test-runner, evolution-data-server, gir1.2-edataserver-1.2
 
-Tests: installed-tests
-Restrictions: needs-root, allow-stderr
-Depends: evolution-data-server-tests, locales-all, dbus (>= 1.8), xauth, xvfb, gnome-desktop-testing
+#Tests: installed-tests
+#Restrictions: needs-root, allow-stderr
+#Depends: evolution-data-server-tests, locales-all, dbus (>= 1.8), xauth, xvfb, gnome-desktop-testing
 

Modified: unstable/evolution-data-server/debian/tests/installed-tests
URL: http://svn.debian.org/wsvn/pkg-evolution/unstable/evolution-data-server/debian/tests/installed-tests?rev=3245&op=diff
==============================================================================
--- unstable/evolution-data-server/debian/tests/installed-tests	(original)
+++ unstable/evolution-data-server/debian/tests/installed-tests	Mon Sep 11 18:23:12 2017
@@ -7,4 +7,4 @@
 export XDG_RUNTIME_DIR=$ADTTMP
 
 # dbus outputs activation messages to stderr which fails the test
-dbus-run-session -- xvfb-run -a gnome-desktop-testing-runner evolution-data-server 2> >(grep -vE '^(Activating|Successfully activated)')>&2
+dbus-run-session -- xvfb-run -a gnome-desktop-testing-runner --parallel=1 evolution-data-server 2> >(grep -vE '^(Activating|Successfully activated)')>&2




More information about the pkg-evolution-commits mailing list