Commit d689f85
committed
ovsdb-cs: Add coverage for full batch events.
When many update notifications arrive in a short time, it may happen
that we only process the first 50 of them and have to wait until the
next iteration to pick them up.
Because previously, there was no way for an operator to observe how
often this happened, we add a coverage metric for this event.
Signed-off-by: Martin Morgenstern <martin.morgenstern@cloudandheat.com>
(cherry picked from commit cf5bdb1a443551116d99e59427ba81a27167bf4e)1 parent 7f2354e commit d689f85
1 file changed
+10
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| 23 | + | |
23 | 24 | | |
24 | 25 | | |
25 | 26 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
639 | 642 | | |
640 | 643 | | |
641 | 644 | | |
| 645 | + | |
642 | 646 | | |
643 | 647 | | |
644 | 648 | | |
645 | 649 | | |
646 | 650 | | |
| 651 | + | |
647 | 652 | | |
648 | 653 | | |
649 | 654 | | |
| |||
655 | 660 | | |
656 | 661 | | |
657 | 662 | | |
| 663 | + | |
| 664 | + | |
| 665 | + | |
| 666 | + | |
| 667 | + | |
658 | 668 | | |
659 | 669 | | |
660 | 670 | | |
| |||
0 commit comments