
Hi, some network tests fail on Travis, see e.g. [1]. Could someone from network team take a look? My guess is it's caused by commit 3ec1ad9a9f38 [2], but I'm not sure. Thanks Vojta [1] https://travis-ci.org/github/oVirt/vdsm/jobs/737665066 [2] https://github.com/oVirt/vdsm/commit/3ec1ad9a9f3879bf1c1b4aef2cbed4c3eda169f...

On Thu, Oct 22, 2020 at 11:34 AM Vojtech Juranek <vjuranek@redhat.com> wrote:
Hi, some network tests fail on Travis, see e.g. [1]. Could someone from network team take a look? My guess is it's caused by commit 3ec1ad9a9f38 [2], but I'm not sure. Thanks Vojta
[1] https://travis-ci.org/github/oVirt/vdsm/jobs/737665066 [2] https://github.com/oVirt/vdsm/commit/3ec1ad9a9f3879bf1c1b4aef2cbed4c3eda169f... _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/SKA345FPGP5BP6...
Hi, the [0] should fix it. But I am not sure how to test it. Thanks, Ales [0] https://gerrit.ovirt.org/c/111851/ -- Ales Musil Software Engineer - RHV Network Red Hat EMEA <https://www.redhat.com> amusil@redhat.com IM: amusil <https://red.ht/sig>

On čtvrtek 22. října 2020 11:48:15 CEST Ales Musil wrote:
On Thu, Oct 22, 2020 at 11:34 AM Vojtech Juranek <vjuranek@redhat.com>
wrote:
Hi, some network tests fail on Travis, see e.g. [1]. Could someone from network team take a look? My guess is it's caused by commit 3ec1ad9a9f38 [2], but I'm not sure. Thanks Vojta
[1] https://travis-ci.org/github/oVirt/vdsm/jobs/737665066 [2] https://github.com/oVirt/vdsm/commit/3ec1ad9a9f3879bf1c1b4aef2cbed4c3eda16 9f6 _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/SKA345FPGP5B P6IOYP32JP5ZHO4RDZ4M/ Hi,
the [0] should fix it. But I am not sure how to test it.
you need to rebuild containers with this change and push it into quay.io (or some other docker repository), change the container in .travis.yml and run the test on Travis. I'm trying to verify it, but upload speed of my link is pretty slow (to push centors container into quay), so it will take some time
Thanks, Ales

On Thu, Oct 22, 2020, 13:34 Vojtech Juranek <vjuranek@redhat.com> wrote:
On čtvrtek 22. října 2020 11:48:15 CEST Ales Musil wrote:
On Thu, Oct 22, 2020 at 11:34 AM Vojtech Juranek <vjuranek@redhat.com>
wrote:
Hi, some network tests fail on Travis, see e.g. [1]. Could someone from network team take a look? My guess is it's caused by commit 3ec1ad9a9f38 [2], but I'm not sure. Thanks Vojta
[1] https://travis-ci.org/github/oVirt/vdsm/jobs/737665066 [2]
https://github.com/oVirt/vdsm/commit/3ec1ad9a9f3879bf1c1b4aef2cbed4c3eda16
9f6 _______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives:
https://lists.ovirt.org/archives/list/devel@ovirt.org/message/SKA345FPGP5B
P6IOYP32JP5ZHO4RDZ4M/ Hi,
the [0] should fix it. But I am not sure how to test it.
you need to rebuild containers with this change and push it into quay.io (or some other docker repository), change the container in .travis.yml and run the test on Travis.
I'm trying to verify it, but upload speed of my link is pretty slow (to push centors container into quay), so it will take some time
An easier way is to build the image locally, start the container in the same way we do in travis, and run the network tests in the container. Since the container is privileged, running it inside a vm is safer. Another way is to create a new image in quay, connected to your private vdsm fork on github, and build the image in quay.io. Then change .travis.yaml to use your qauy.io image for testing. All ways require a lot of time and effort, this is the world of containers :-(
Thanks, Ales
_______________________________________________ Devel mailing list -- devel@ovirt.org To unsubscribe send an email to devel-leave@ovirt.org Privacy Statement: https://www.ovirt.org/privacy-policy.html oVirt Code of Conduct: https://www.ovirt.org/community/about/community-guidelines/ List Archives: https://lists.ovirt.org/archives/list/devel@ovirt.org/message/DHEL2ZZETOIUAB...
participants (3)
-
Ales Musil
-
Nir Soffer
-
Vojtech Juranek