Ondrej Kozina
8c9ab2a4dd
tests: simplify removal of dangling bg procs
...
some tests left dangling bg processes originating in
lvm2 commands being able to spawn any bg polling process
(lvchange, vgchange, pvmove, lvconvert...)
Initial fn 'add_to_kill_list' should collect processes with
specific parameters (proc's command line and parent processes ID).
After testing finishes the fn kill_listed_processes should remove these
listed by 'add_to_kill_list'.
Unfortunately it proved to be prone to an error especially in scenarios
where cmd line of initiating command contained characters required to
be espaced before passing to shell script to make it work correctly.
(Or if cmd spawned more than one bg process with same cmd line. i.e.:
vgchange or lvchange).
The new implementation is much simpler. It uses env. variable (LVM_TEST_TAG)
for marking a process desired to be killed later or during test env. teardown.
(i.e.: LVM_TEST_TAG=kill_me_$PREFIX to kill only processes related to
current test environment)
2015-04-28 22:31:40 +02:00
..
2015-02-05 13:47:21 +01:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-03-26 15:10:04 +01:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-07-02 10:45:43 +02:00
2014-06-10 10:51:27 +02:00
2014-11-26 17:29:35 +01:00
2015-02-05 13:47:21 +01:00
2015-04-03 14:54:22 +02:00
2015-03-18 13:42:13 +01:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-05-20 21:50:30 +02:00
2014-05-20 21:50:30 +02:00
2014-10-24 16:39:32 +02:00
2015-02-17 11:05:04 +01:00
2015-03-18 13:42:13 +01:00
2014-11-14 18:12:44 +01:00
2014-10-06 15:31:44 +02:00
2014-11-10 22:05:49 +01:00
2014-02-27 13:01:04 +01:00
2014-02-27 13:01:04 +01:00
2014-02-27 13:01:04 +01:00
2014-02-27 13:01:04 +01:00
2015-02-05 13:47:19 +01:00
2015-03-20 11:08:44 +01:00
2015-02-05 13:47:19 +01:00
2014-06-10 10:51:27 +02:00
2014-07-10 18:53:46 -05:00
2014-10-07 16:12:04 +02:00
2015-02-05 13:47:19 +01:00
2014-06-10 10:51:27 +02:00
2015-04-08 23:19:37 +02:00
2014-06-10 10:51:27 +02:00
2015-04-08 23:19:37 +02:00
2015-04-08 23:19:37 +02:00
2015-04-08 23:19:37 +02:00
2015-01-28 15:15:52 +01:00
2015-03-16 12:26:00 +01:00
2015-02-12 15:38:51 +01:00
2014-06-10 10:51:27 +02:00
2014-11-19 23:24:18 +01:00
2014-07-22 22:41:41 +02:00
2015-01-30 12:33:52 +01:00
2014-11-24 14:39:04 +01:00
2014-06-10 10:51:27 +02:00
2014-12-17 14:43:12 +01:00
2014-11-22 18:51:02 +01:00
2014-11-22 18:51:02 +01:00
2014-11-22 18:51:02 +01:00
2015-04-08 23:19:37 +02:00
2014-10-30 23:58:49 +01:00
2014-06-10 10:51:27 +02:00
2015-04-08 23:19:37 +02:00
2015-02-05 13:47:20 +01:00
2015-02-05 13:47:20 +01:00
2014-06-10 10:51:27 +02:00
2014-07-02 10:45:43 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-04-02 16:01:01 +02:00
2014-10-06 15:31:33 +02:00
2014-06-10 10:51:27 +02:00
2014-10-24 16:39:32 +02:00
2015-04-02 16:01:01 +02:00
2014-11-03 14:19:34 +01:00
2014-06-10 10:51:27 +02:00
2015-03-11 11:02:35 +01:00
2014-06-19 12:48:21 +02:00
2014-06-17 13:43:05 +02:00
2014-10-07 10:19:33 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-09-10 22:58:22 +01:00
2014-07-02 10:45:44 +02:00
2014-10-07 10:19:33 +02:00
2014-10-07 10:19:33 +02:00
2015-03-11 11:02:35 +01:00
2014-06-10 10:51:27 +02:00
2014-10-07 10:19:33 +02:00
2014-06-10 10:51:27 +02:00
2015-03-16 17:00:36 +01:00
2015-01-12 15:16:57 +01:00
2015-04-25 00:40:02 +02:00
2014-07-02 10:45:44 +02:00
2014-07-02 10:45:44 +02:00
2014-06-10 10:51:27 +02:00
2014-07-02 10:45:44 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-03-26 16:03:24 +01:00
2014-06-10 10:51:27 +02:00
2014-07-22 22:41:41 +02:00
2014-10-07 10:19:33 +02:00
2014-12-18 17:26:12 +01:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-03-10 09:59:52 -05:00
2014-10-07 10:19:33 +02:00
2015-02-05 13:51:06 +01:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-02-05 13:51:06 +01:00
2014-10-07 10:19:33 +02:00
2014-10-07 10:19:33 +02:00
2014-10-07 10:19:33 +02:00
2014-10-07 10:19:33 +02:00
2014-06-10 10:51:27 +02:00
2015-04-25 00:40:02 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-04-02 13:38:41 +02:00
2014-06-10 10:51:27 +02:00
2015-03-13 12:12:54 +01:00
2014-10-07 10:19:33 +02:00
2015-04-08 23:19:37 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-04-28 11:23:16 +02:00
2014-06-10 10:51:27 +02:00
2015-03-10 09:59:52 -05:00
2015-04-28 22:31:40 +02:00
2015-04-28 22:31:40 +02:00
2015-04-02 13:38:41 +02:00
2014-10-07 10:19:33 +02:00
2015-04-28 22:31:40 +02:00
2014-11-13 13:09:07 +01:00
2014-06-17 22:59:36 -05:00
2015-04-28 22:31:40 +02:00
2015-04-13 20:53:18 +02:00
2015-04-13 20:53:18 +02:00
2015-04-13 20:53:18 +02:00
2014-06-17 22:59:36 -05:00
2014-06-10 10:51:27 +02:00
2014-06-12 11:56:06 +02:00
2015-03-16 15:06:05 +01:00
2014-06-10 10:51:27 +02:00
2015-03-16 15:02:39 +01:00
2015-04-22 11:18:31 +02:00
2015-03-26 16:11:29 +01:00
2014-06-10 10:51:27 +02:00
2014-09-09 20:17:47 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-07-02 10:45:43 +02:00
2014-06-10 10:51:27 +02:00
2014-09-10 22:59:13 +01:00
2015-04-02 13:38:41 +02:00
2015-04-02 13:38:41 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-04-08 23:19:37 +02:00
2014-06-10 10:51:27 +02:00
2015-01-30 16:46:06 +01:00
2014-06-10 10:51:27 +02:00
2014-07-10 15:30:28 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-11-04 15:29:22 +01:00
2015-04-25 00:40:02 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-09-17 14:41:42 +02:00
2014-06-10 10:51:27 +02:00
2015-03-06 14:29:26 +01:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2015-04-03 20:14:26 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00
2014-06-10 10:51:27 +02:00