Pavel Tikhomirov
0d4fb6cf12
integration-cli: Make service process live forever
...
- TestServiceLogsCompleteness runs service with command to write 6 log
lines but as command exits immediately, service is restarted and 6 more
lines are printed in logs, which confuses the checker.Equals(6) check.
- TestServiceLogsSince runs service with command to write 3 log lines,
and service restart can also affect it's checks.
Let's change from `tail` which exits immediately to `tail -f` which
hangs forever, this way we would not confuse checks with more log lines
when expected.
Signed-off-by: Pavel Tikhomirov <ptikhomirov@virtuozzo.com >
(cherry picked from commit f4c0ec8ffc )
2025-05-08 07:59:57 -07:00
..
2020-02-11 00:06:42 +01:00
2021-03-18 19:26:17 +00:00
2022-02-15 12:50:21 +01:00
2019-09-11 07:47:23 -05:00
2022-05-19 10:54:31 +02:00
2019-10-09 21:44:22 +02:00
2018-04-16 10:48:58 +02:00
2025-05-08 00:44:42 -07:00
2022-09-15 19:10:04 +02:00
2019-09-09 21:06:12 +00:00
2023-07-14 22:50:27 +02:00
2022-09-30 23:59:29 +02:00
2022-06-17 10:59:04 +02:00
2022-09-30 23:59:29 +02:00
2021-08-24 23:33:27 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-09-30 23:59:29 +02:00
2022-09-30 23:59:29 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2025-05-08 07:59:54 -07:00
2022-09-30 23:59:29 +02:00
2022-09-30 23:59:29 +02:00
2022-04-21 17:33:07 -04:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-09-30 23:59:29 +02:00
2025-05-08 07:59:54 -07:00
2022-06-17 10:59:04 +02:00
2022-09-30 23:59:29 +02:00
2022-06-17 10:59:04 +02:00
2022-07-13 22:42:29 +02:00
2022-06-17 10:59:04 +02:00
2022-07-13 22:42:29 +02:00
2022-06-17 10:59:04 +02:00
2021-08-27 14:56:57 +08:00
2022-09-30 23:59:29 +02:00
2021-08-24 23:33:27 +02:00
2025-05-08 07:59:54 -07:00
2022-09-30 23:59:29 +02:00
2022-09-30 23:59:29 +02:00
2023-03-28 11:10:24 +02:00
2022-06-17 10:59:04 +02:00
2022-07-13 22:42:29 +02:00
2022-09-30 23:59:29 +02:00
2022-09-30 23:59:29 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-09-30 23:59:29 +02:00
2022-09-30 23:59:29 +02:00
2022-06-17 10:59:04 +02:00
2022-04-23 17:44:16 +08:00
2023-01-09 10:29:39 +01:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2024-09-03 17:51:52 -04:00
2022-06-17 10:59:04 +02:00
2022-09-08 13:50:19 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-09-30 23:59:29 +02:00
2022-09-30 23:59:29 +02:00
2022-12-09 00:17:18 +01:00
2022-09-30 23:59:29 +02:00
2022-06-17 10:59:04 +02:00
2021-08-27 14:56:57 +08:00
2022-06-17 10:59:04 +02:00
2022-09-30 23:59:29 +02:00
2025-05-08 07:59:54 -07:00
2025-05-08 07:59:54 -07:00
2022-12-09 00:17:18 +01:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2021-08-24 23:33:27 +02:00
2022-09-30 23:59:29 +02:00
2025-05-08 07:59:57 -07:00
2021-08-24 23:33:27 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2022-09-30 23:59:29 +02:00
2022-09-30 23:59:29 +02:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2025-05-08 07:59:54 -07:00
2021-08-27 14:56:57 +08:00
2021-08-27 14:56:57 +08:00
2022-06-17 10:59:04 +02:00
2022-06-17 10:59:04 +02:00
2021-08-24 23:33:27 +02:00
2020-02-11 00:06:42 +01:00
2022-02-15 12:50:21 +01:00
2020-02-11 00:06:42 +01:00
2024-09-03 17:51:52 -04:00
2022-09-08 13:50:19 +02:00
2025-05-08 07:59:54 -07:00
2025-05-08 07:59:54 -07:00
2018-01-15 15:32:06 +01:00
2021-08-24 23:33:27 +02:00
2021-08-24 23:33:27 +02:00
2020-02-11 00:06:42 +01:00