-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
topotests/ bgp_l3vpn_to_bgp_vrf: improvements #4617
topotests/ bgp_l3vpn_to_bgp_vrf: improvements #4617
Conversation
… collect more info Signed-off-by: Lou Berger <lberger@labn.net>
Signed-off-by: Lou Berger <lberger@labn.net>
is the purpose of this to be a temporary change, that you'll/ we'll use to gather info, and then remove? or is it a fix for a problem (or a permanent change to report more info)? |
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
this is a permanent change - just another way of doing the same thing...
…On 6/26/2019 2:14 PM, Mark Stapp wrote:
is the purpose of this to be a temporary change, that you'll/ we'll
use to gather info, and then remove? or is it a fix for a problem (or
a permanent change to report more info)?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4617?email_source=notifications&email_token=ABSFNSCUSALY3FKJKDF2JY3P4OWXXA5CNFSM4H3UVWR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODYUMCZQ#issuecomment-505987430>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABSFNSENHEGR3DU2GAADJPDP4OWXXANCNFSM4H3UVWRQ>.
|
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-8243/ This is a comment from an automated CI system. Warnings Generated during build:Debian 10 amd64 build: Successful with additional warningsDebian Package lintian failed for Debian 10 amd64 build:
CLANG Static Analyzer Summary
No Changes in Static Analysis warnings compared to base1 Static Analyzer issues remaining.See details at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at the output from the CI run. It looks as if we're logging two copies of the sho mem
output, possibly? One looks formatted, then there's another set that looks like it's been stripped of newlines, maybe. that's not too useful/readable. any way to elide that?
The second form (without the line feeds) has been useful in seeing what
goes wrong in a run. Given our current reasonable stability of
topotest, I'll turn these off.
…On 6/26/2019 3:36 PM, Mark Stapp wrote:
***@***.**** commented on this pull request.
Looking at the output from the CI run. It looks as if we're logging
two copies of the |sho mem| output, possibly? One looks formatted,
then there's another set that looks like it's been stripped of
newlines, maybe. that's not too useful/readable. any way to elide that?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4617?email_source=notifications&email_token=ABSFNSBRO4MN7YZNVCTQXNTP4PAMBA5CNFSM4H3UVWR2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB4YGHYY#pullrequestreview-254829539>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABSFNSHTUV6FCBCEGTYF5YLP4PAMBANCNFSM4H3UVWRQ>.
|
Nit, but the correct commit label for this is |
Signed-off-by: Lou Berger <lberger@labn.net>
💚 Basic BGPD CI results: SUCCESS, 0 tests failedResults table
For details, please contact louberger |
Continuous Integration Result: SUCCESSFULCongratulations, this patch passed basic tests Tested-by: NetDEF / OpenSourceRouting.org CI System CI System Testrun URL: https://ci1.netdef.org/browse/FRR-FRRPULLREQ-8244/ This is a comment from an automated CI system. Warnings Generated during build:Debian 10 amd64 build: Successful with additional warningsDebian Package lintian failed for Debian 10 amd64 build:
CLANG Static Analyzer Summary
No Changes in Static Analysis warnings compared to base1 Static Analyzer issues remaining.See details at |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One of the issues we've had with this suite has been the timeout in the scale_down test. it had seemed as if test was computing a timeout to use, but then failing after a shorter delay. it looks as if that hasn't been changed - have you come to some conclusion about what was happening there?
no as could not reproduce -- after 200+ runs!. I'm speculating that
there was some condition that resulted in grep -c returning '0' - so
changed command to not use grep -c.
…On 6/27/2019 9:26 AM, Mark Stapp wrote:
***@***.**** commented on this pull request.
One of the issues we've had with this suite has been the timeout in
the scale_down test. it had seemed as if test was computing a timeout
to use, but then failing after a shorter delay. it looks as if that
hasn't been changed - have you come to some conclusion about what was
happening there?
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#4617?email_source=notifications&email_token=ABSFNSGZORMZQYG7PL6KP73P4S5XFA5CNFSM4H3UVWR2YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOB43GQYQ#pullrequestreview-255223906>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABSFNSDD6MGCPNYVZB5ML5LP4S5XFANCNFSM4H3UVWRQ>.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good - hopefully this'll make the suite less fragile.
refactor to try to avoid periodic failure, also collect more info
add report zebra memory stats