-
Notifications
You must be signed in to change notification settings - Fork 162
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
Delete py_ext_integration test #3424
Delete py_ext_integration test #3424
Conversation
It tested a path extension which we do not have in Go code, and might possibly be redesigned. Testing extensions in general is done by our end2end test since the beacon server uses one hop extension. Therefore this can be deleted without replacement for now.
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.
Reviewed 5 of 7 files at r1.
Reviewable status: 5 of 7 files reviewed, 1 unresolved discussion (waiting on @lukedirtwalker)
python/integration/set_ipv6_addr.py, line 1 at r1 (raw file):
#!/usr/bin/python3
I was told we cannot remove that.
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.
Reviewable status: 5 of 7 files reviewed, 2 unresolved discussions (waiting on @lukedirtwalker)
a discussion (no related file):
go/integration/scmp_error_pyintegration
can also be removed?
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.
Reviewable status: 5 of 7 files reviewed, 2 unresolved discussions (waiting on @worxli)
a discussion (no related file):
Previously, worxli (Lukas Bischofberger) wrote…
go/integration/scmp_error_pyintegration
can also be removed?
No not yet, there is an issue: #3422 for it.
python/integration/set_ipv6_addr.py, line 1 at r1 (raw file):
Previously, worxli (Lukas Bischofberger) wrote…
I was told we cannot remove that.
Done.
bd8bd49
to
7846b3b
Compare
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.
Reviewable status: complete! all files reviewed, all discussions resolved
a discussion (no related file):
Previously, lukedirtwalker (Lukas Vogel) wrote…
No not yet, there is an issue: #3422 for it.
Sorry I meant: go/integration/cli_srv_ext_pyintegration
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.
Reviewed 1 of 2 files at r2.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @lukedirtwalker)
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @worxli)
a discussion (no related file):
Previously, worxli (Lukas Bischofberger) wrote…
Sorry I meant:
go/integration/cli_srv_ext_pyintegration
Done.
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.
Reviewed 3 of 3 files at r3.
Reviewable status: complete! all files reviewed, all discussions resolved
It tested a path extension which we do not have in Go code, and might possibly be redesigned.
Testing extensions in general is done by our end2end test since the beacon server uses one hop extension.
Therefore this can be deleted without replacement for now.
This change is