Sebastiaan van Stijn
3b758ede4d
Remove TestEventsLimit()
...
This test was added a long time ago, and over the years has proven to be flaky,
and slow. To address those issues, it was modified to;
- cleanup containers afterwards
- take clock-skew into account
- improve performance by parallelizing the container runs
- _reduce_ parallelization to address platform issues on Windows (twice..)
- adjust the test to take new limits into account
- adjust the test to account for more events being generated by containers
The last change to this test (made in ddae20c032058a0fd42c34c2e9750ee8f62) actually
broke the test, as it's now testing that all events sent by containers
(`numContainers*eventPerContainer`) are received, but the number of events that
is generated (17 containers * 7 events = 119) is less than the limit (256 events).
The limit is already covered by the `TestLogEvents` unit-test, that was added in
8d056423f8c433927089bd7eb6bc97abbc1ed502, and tests that the number of events
is limited to `eventsLimit`.
This patch removes the test, because it's not needed.
Signed-off-by: Sebastiaan van Stijn <github@gone.nl >
Upstream-commit: b7ad3e7ea10e285226a0a5b1665e8205b3264128
Component: engine
2017-12-20 12:40:05 +01:00
..
2016-12-30 18:26:34 +01:00
2017-10-28 09:03:02 +08:00
2017-10-30 16:16:18 +01:00
2017-09-20 19:50:17 +02:00
2017-10-02 14:20:59 +01:00
2017-03-15 10:43:18 -07:00
2017-09-14 19:27:09 +02:00
2017-08-30 13:13:18 -04:00
2016-12-30 18:26:34 +01:00
2017-10-24 14:24:25 -04:00
2017-01-12 16:57:59 +01:00
2017-08-23 17:10:04 -04:00
2017-08-23 17:10:04 -04:00
2017-11-06 18:22:15 -08:00
2017-09-19 10:46:38 -04:00
2017-11-01 10:14:01 -04:00
2017-08-07 11:34:36 -07:00
2017-08-23 17:10:04 -04:00
2017-04-16 23:39:30 +02:00
2017-08-23 17:10:04 -04:00
2017-11-13 15:48:21 -08:00
2017-09-14 19:27:09 +02:00
2017-12-12 10:43:56 -08:00
2017-11-10 13:42:38 +08:00
2017-09-14 19:27:09 +02:00
2017-10-18 10:26:58 +08:00
2017-12-11 18:28:29 -08:00
2017-10-25 14:29:20 +02:00
2017-08-23 17:10:04 -04:00
2017-08-22 17:15:26 -04:00
2017-10-20 07:11:37 -07:00
2017-03-06 16:41:33 +01:00
2017-09-11 19:53:18 -04:00
2017-02-11 00:18:01 +08:00
2017-09-11 19:53:18 -04:00
2017-09-27 16:17:55 -07:00
2017-10-11 14:23:55 -04:00
2017-08-22 17:15:26 -04:00
2017-08-23 17:10:04 -04:00
2017-09-15 16:01:15 +02:00
2017-10-20 07:11:37 -07:00
2017-09-14 19:27:09 +02:00
2017-10-28 09:03:02 +08:00
2017-10-20 07:11:37 -07:00
2017-11-10 13:42:38 +08:00
2017-08-22 15:25:31 -07:00
2017-05-11 10:18:44 -07:00
2017-05-11 10:18:44 -07:00
2017-09-14 19:27:09 +02:00
2017-10-30 18:39:11 -04:00
2017-08-25 12:07:30 -04:00
2017-11-21 20:57:02 +01:00
2017-04-12 10:33:19 +00:00
2017-09-07 09:44:08 +08:00
2017-12-14 21:10:29 -08:00
2017-01-20 06:01:48 +00:00
2017-08-25 12:07:30 -04:00
2017-10-23 10:31:31 -07:00
2017-04-14 19:27:33 +02:00
2017-12-20 12:40:05 +01:00
2017-09-05 17:19:57 +02:00
2017-10-20 07:11:38 -07:00
2016-12-30 18:26:34 +01:00
2017-08-25 12:07:30 -04:00
2017-09-14 12:07:52 -07:00
2017-09-14 19:27:09 +02:00
2017-10-07 00:10:24 +08:00
2017-03-23 18:35:22 +01:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-11-12 03:11:37 +01:00
2016-12-30 18:26:34 +01:00
2017-08-25 12:07:30 -04:00
2017-09-14 19:27:09 +02:00
2017-08-22 17:15:26 -04:00
2016-12-30 18:26:34 +01:00
2017-07-03 13:13:09 -07:00
2017-12-09 02:24:43 -08:00
2017-10-20 07:11:38 -07:00
2017-04-14 19:27:33 +02:00
2017-11-29 11:22:57 -08:00
2017-10-20 07:11:37 -07:00
2016-12-30 18:26:34 +01:00
2017-07-12 10:35:48 -04:00
2017-08-23 17:10:04 -04:00
2017-11-28 13:06:24 -08:00
2017-09-14 19:27:09 +02:00
2017-08-25 12:07:30 -04:00
2017-09-27 16:17:55 -07:00
2017-09-15 16:01:15 +02:00
2017-08-25 12:07:30 -04:00
2017-12-09 02:24:43 -08:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-06-12 20:18:03 +02:00
2017-08-31 18:19:17 -04:00
2017-04-16 23:39:30 +02:00
2017-04-03 21:58:05 +02:00
2017-08-25 12:07:30 -04:00
2017-11-28 10:29:43 -08:00
2017-10-20 07:11:38 -07:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-01-24 11:16:19 +01:00
2017-03-20 16:30:01 +08:00
2017-03-20 16:30:01 +08:00
2017-03-27 10:16:45 +08:00
2017-09-27 16:17:55 -07:00
2017-05-18 12:23:28 -07:00
2017-10-20 07:11:38 -07:00
2017-09-27 17:47:51 -07:00
2017-09-27 16:17:55 -07:00
2017-08-25 12:07:30 -04:00
2017-10-20 07:11:38 -07:00
2016-12-30 18:26:34 +01:00
2017-12-05 14:51:14 -08:00
2017-10-30 16:16:18 +01:00
2017-12-14 21:10:29 -08:00
2017-08-25 12:07:30 -04:00
2017-08-25 12:07:30 -04:00
2017-10-03 12:13:29 -04:00
2017-08-22 17:15:26 -04:00
2017-12-09 02:24:43 -08:00
2017-09-15 16:01:15 +02:00
2017-08-25 12:07:30 -04:00
2017-10-20 07:11:37 -07:00
2017-08-23 17:10:04 -04:00
2017-08-25 12:07:30 -04:00
2017-09-14 19:27:09 +02:00
2017-09-14 19:27:09 +02:00
2017-10-20 07:11:37 -07:00
2017-09-17 22:04:31 -07:00
2017-09-26 11:50:44 -07:00
2017-09-14 19:27:09 +02:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2017-01-17 12:39:08 +01:00
2016-12-29 11:00:50 +01:00
2016-12-29 11:00:50 +01:00
2017-08-25 12:07:30 -04:00
2017-10-28 09:03:02 +08:00