On 6/24/21 3:20 PM, Kevin Traynor wrote: > Some tests get the current log line number so they can check that > there is a new occurance of a log entry after a command. > > 'tail' uses the line number as the starting line number. However, > this will include the last line of the log before the command. > > To prevent any races on logs and possibly checking an existing log > entry prior to a command here or in reuse of this method, get the > next line number of the log and use that as the starting line for tail. > > Suggested-by: Ilya Maximets <[email protected]> > Signed-off-by: Kevin Traynor <[email protected]> > --- > v3: newly added from Ilya comment on alb.at > --- > tests/pmd.at | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-)
Applied. Thanks! Best regards, Ilya Maximets. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev
