r52040 - in /desktop/unstable/libsecret/debian: changelog patches/0004-tests-collection-add-setup-delay.patch patches/series

pochu at users.alioth.debian.org pochu at users.alioth.debian.org
Tue Feb 21 21:56:08 UTC 2017


Author: pochu
Date: Tue Feb 21 21:56:07 2017
New Revision: 52040

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=52040
Log:
* debian/patches/0004-tests-collection-add-setup-delay.patch:
  + Add some delay for the test bus to go up and down. Fixes a test
    that otherwise may fail, especially when running on a single cpu
    machine. Closes: #837067.

Added:
    desktop/unstable/libsecret/debian/patches/0004-tests-collection-add-setup-delay.patch
Modified:
    desktop/unstable/libsecret/debian/changelog
    desktop/unstable/libsecret/debian/patches/series

Modified: desktop/unstable/libsecret/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/changelog?rev=52040&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/changelog	[utf-8] (original)
+++ desktop/unstable/libsecret/debian/changelog	[utf-8] Tue Feb 21 21:56:07 2017
@@ -1,6 +1,13 @@
 libsecret (0.18.5-3) UNRELEASED; urgency=medium
 
+  [ Jeremy Bicha ]
   * Add basic autopkgtest to run upstream build tests
+
+  [ Emilio Pozuelo Monfort ]
+  * debian/patches/0004-tests-collection-add-setup-delay.patch:
+    + Add some delay for the test bus to go up and down. Fixes a test
+      that otherwise may fail, especially when running on a single cpu
+      machine. Closes: #837067.
 
  -- Jeremy Bicha <jbicha at ubuntu.com>  Mon, 05 Sep 2016 16:29:33 -0400
 

Added: desktop/unstable/libsecret/debian/patches/0004-tests-collection-add-setup-delay.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/patches/0004-tests-collection-add-setup-delay.patch?rev=52040&op=file
==============================================================================
--- desktop/unstable/libsecret/debian/patches/0004-tests-collection-add-setup-delay.patch	(added)
+++ desktop/unstable/libsecret/debian/patches/0004-tests-collection-add-setup-delay.patch	[utf-8] Tue Feb 21 21:56:07 2017
@@ -0,0 +1,23 @@
+Author: Emilio Pozuelo Monfort <pochu at debian.org>
+Bug: https://bugzilla.gnome.org/show_bug.cgi?id=779041
+Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=837067
+
+--- a/libsecret/test-collection.c
++++ b/libsecret/test-collection.c
+@@ -56,6 +56,8 @@
+ 	test->service = secret_service_get_sync (SECRET_SERVICE_NONE, NULL, &error);
+ 	g_assert_no_error (error);
+ 	g_object_add_weak_pointer (G_OBJECT (test->service), (gpointer *)&test->service);
++
++	sleep(1);
+ }
+ 
+ static void
+@@ -67,6 +69,7 @@
+ 	g_assert (test->service == NULL);
+ 
+ 	mock_service_stop ();
++	sleep(1);
+ }
+ 
+ static void

Modified: desktop/unstable/libsecret/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libsecret/debian/patches/series?rev=52040&op=diff
==============================================================================
--- desktop/unstable/libsecret/debian/patches/series	[utf-8] (original)
+++ desktop/unstable/libsecret/debian/patches/series	[utf-8] Tue Feb 21 21:56:07 2017
@@ -1,3 +1,4 @@
 0001-build-Port-to-Python-3.patch
 0002-libsecret-Get-rid-of-PyGI-warnings-about-unspecified.patch
 0003-Makefile.am-Compile-vala-unstable-tests-with-SECRET_.patch
+0004-tests-collection-add-setup-delay.patch




More information about the pkg-gnome-commits mailing list