[glib: 3/4] tests: Unmark socket-service test as flaky
- From: Michael Catanzaro <mcatanzaro src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 3/4] tests: Unmark socket-service test as flaky
- Date: Fri, 22 Feb 2019 01:34:22 +0000 (UTC)
commit 07414e17effdc67bd439bce4e5cac5b5d0e22187
Author: Philip Withnall <withnall endlessm com>
Date: Thu Feb 21 18:13:47 2019 +0000
tests: Unmark socket-service test as flaky
This essentially reverts commit
cffed587371027a1ecc7eba5ad66cb814941785e.
The preceding two commits have fixed the test so it’s no longer flaky.
The following command gives 5000 passes in a row for me:
meson test -C /opt/gnome/build/glib/ socket-service --repeat 5000
Signed-off-by: Philip Withnall <withnall endlessm com>
Fixes: #1679
gio/tests/meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/gio/tests/meson.build b/gio/tests/meson.build
index b5b41bb7c..72e3c0a0d 100644
--- a/gio/tests/meson.build
+++ b/gio/tests/meson.build
@@ -67,7 +67,7 @@ gio_tests = {
'sleepy-stream' : {},
'socket' : {},
'socket-listener' : {},
- 'socket-service' : { 'suite': ['flaky'] },
+ 'socket-service' : {},
'srvtarget' : {},
'task' : {},
'vfs' : {},
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]