*** yamamoto has joined #openstack-dragonflow | 00:34 | |
*** yamamoto has quit IRC | 00:39 | |
*** yamamoto has joined #openstack-dragonflow | 01:35 | |
*** yamamoto has quit IRC | 01:41 | |
*** yamamoto has joined #openstack-dragonflow | 01:58 | |
*** yamamoto has quit IRC | 03:46 | |
*** yamamoto has joined #openstack-dragonflow | 03:52 | |
*** yamamoto has quit IRC | 05:29 | |
*** yamamoto has joined #openstack-dragonflow | 05:47 | |
*** yamamoto has quit IRC | 05:56 | |
snapiri | Morning | 06:06 |
---|---|---|
irenab | good morning | 06:08 |
*** leyal has quit IRC | 06:13 | |
*** leyal has joined #openstack-dragonflow | 06:14 | |
dimak | good morning | 06:22 |
*** yamamoto has joined #openstack-dragonflow | 06:28 | |
*** yamamoto has quit IRC | 06:33 | |
leyal | morning | 06:39 |
*** yamamoto has joined #openstack-dragonflow | 06:44 | |
*** yamamoto has quit IRC | 06:48 | |
lihi | good morning | 06:50 |
*** yamamoto has joined #openstack-dragonflow | 06:58 | |
oanson | Morning | 07:34 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Prepare (refactor) trunk for MACVLAN/IPVLAN support https://review.openstack.org/526057 | 07:45 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Add support for MACVLAN/IPVLAN https://review.openstack.org/526058 | 07:45 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Infer MACVLAN/IPVLAN ports https://review.openstack.org/516101 | 07:45 |
*** yamamoto has quit IRC | 07:51 | |
*** natanbro has joined #openstack-dragonflow | 07:57 | |
*** yamamoto has joined #openstack-dragonflow | 07:58 | |
*** yamamoto has quit IRC | 08:03 | |
*** yamamoto has joined #openstack-dragonflow | 08:14 | |
*** yamamoto has quit IRC | 08:18 | |
*** yamamoto has joined #openstack-dragonflow | 08:18 | |
*** yamamoto has quit IRC | 08:18 | |
*** yamamoto has joined #openstack-dragonflow | 08:22 | |
*** yamamoto has quit IRC | 08:24 | |
*** yamamoto has joined #openstack-dragonflow | 08:24 | |
*** yamamoto has quit IRC | 08:24 | |
*** yamamoto has joined #openstack-dragonflow | 08:41 | |
*** yamamoto has quit IRC | 08:56 | |
*** yamamoto has joined #openstack-dragonflow | 08:58 | |
*** yamamoto has quit IRC | 09:01 | |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Topology: move filtering to ovsdb monitor https://review.openstack.org/519322 | 09:32 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Topology: remove local cache of OVS ports https://review.openstack.org/519323 | 09:32 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Topology: dispatch ovs port events without getattr https://review.openstack.org/519324 | 09:32 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: OvsPorts: Rename vm type ports to compute https://review.openstack.org/519325 | 09:32 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Topology: move filtering to ovsdb monitor https://review.openstack.org/519322 | 09:41 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Topology: remove local cache of OVS ports https://review.openstack.org/519323 | 09:41 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: Topology: dispatch ovs port events without getattr https://review.openstack.org/519324 | 09:41 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: OvsPorts: Rename vm type ports to compute https://review.openstack.org/519325 | 09:41 |
*** yamamoto has joined #openstack-dragonflow | 10:02 | |
openstackgerrit | Merged openstack/dragonflow master: Added reStructuredText model printer https://review.openstack.org/525531 | 10:07 |
*** yamamoto has quit IRC | 10:08 | |
*** yamamoto has joined #openstack-dragonflow | 10:39 | |
*** yamamoto has quit IRC | 10:41 | |
openstackgerrit | OpenStack Proposal Bot proposed openstack/dragonflow master: Updated from global requirements https://review.openstack.org/526341 | 11:07 |
openstackgerrit | Dima Kuznetsov proposed openstack/dragonflow master: [WIP] Datapath abstraction spec https://review.openstack.org/503538 | 11:10 |
*** yamamoto has joined #openstack-dragonflow | 11:31 | |
snapiri | Guys, dragonflow is broken, probably due to Neutron change. | 11:56 |
snapiri | The dragonflow.tests.unit.test_l3_router_plugin.TestDFL3RouterPlugin.test_create_floatingip_with_normal_user test fails | 11:56 |
snapiri | See: http://logs.openstack.org/07/525907/2/gate/openstack-tox-py35/3fd0894/job-output.txt.gz | 11:57 |
snapiri | all builds are now expected to fail until this is handled | 11:57 |
oanson | Oh good! :( | 11:58 |
snapiri | I believe it is due to one of: https://review.openstack.org/#/c/396351/ https://review.openstack.org/#/c/424466/ https://review.openstack.org/#/c/525254/ but I am not sure | 11:58 |
irenab | snapiri: first patch seems the most releted to the error | 12:11 |
snapiri | irenab: Do you have time to look into it? | 12:12 |
irenab | not currently | 12:12 |
snapiri | I can do it, though I believe it will take me quite some time as I do not know the code | 12:13 |
snapiri | still stuck with vagrant | 12:13 |
oanson | I can look into it for a couple of hours | 12:13 |
irenab | just checked that the first patch you posted touches the code that failed, the rest seems to be unrelated | 12:14 |
snapiri | oanson: I would appreciate help here :) | 12:19 |
oanson | I think you and Irena are right. | 12:19 |
oanson | The patch 396351 looks very suspicious. | 12:20 |
oanson | In the same transaction it both creates and object, and then re-reads it from the database | 12:20 |
oanson | We ran into similar issues in the past where such things required the session to refresh the object | 12:20 |
irenab | oanson: I would expect this to fail neutron tempest | 12:20 |
oanson | So would I. So I may be wrong :) | 12:21 |
snapiri | actually legacy-neutron-dsvm-fullstack failed, but it is nv | 12:21 |
irenab | snapiri: worth to revert this patch and see when happens | 12:21 |
snapiri | so did neutron-tempest-plugin-dvr-multinode-scenario | 12:22 |
oanson | Commenting out the line which retrieves the objects from the DB solves this one test-case | 12:23 |
snapiri | I see the builds fail on the zuul. Still do not know how to revert a specific patch | 12:23 |
oanson | No this code doesn't make sense | 12:27 |
oanson | The get_object method is called before the session ends. How can it exist? | 12:28 |
oanson | And we can't commit the object earlier, since PRECOMMIT_CREATE is called with it | 12:28 |
oanson | snapiri, running tox -e py27 on neutron works for you? | 12:55 |
snapiri | will check | 12:55 |
oanson | Cheers | 12:56 |
snapiri | oanson: tox.ConfigError: ConfigError: substitution key 'posargs' not found... Huh??? | 12:56 |
oanson | Well I get a different error :) | 12:57 |
snapiri | checking my env | 12:57 |
oanson | AttributeError: 'module' object has no attribute 'Network' <- When searching for tests | 12:57 |
snapiri | works on dragonflow. fails on neutron | 12:59 |
oanson | Solved it by moving the old repo and re-cloning | 13:00 |
oanson | Probably a stray .pyc - I haven't thought of deleting them | 13:00 |
snapiri | checking here | 13:02 |
snapiri | takes time to re-clone it | 13:03 |
snapiri | did you see my message about libzmq1 on ubuntu? | 13:04 |
snapiri | oanson: ^^ | 13:04 |
oanson | Yes. | 13:04 |
snapiri | good | 13:04 |
oanson | Remind me to look into it on Sunday :) | 13:05 |
snapiri | k | 13:05 |
oanson | My grandfather used to say: Don't postpone to tomorrow what you can postpone till next week :) | 13:05 |
snapiri | :) | 13:10 |
snapiri | oanson: my problem was old tox version | 13:11 |
oanson | I have a fix which solves our case, but might send a stale objects to the events | 13:13 |
oanson | If I remove the re-read of the object entirely | 13:13 |
oanson | snapiri, irenab, this is the best I came up with: ssh://review.openstack.org:29418/openstack/neutron.git | 13:23 |
oanson | Sorry, wrong link: https://review.openstack.org/526374 | 13:23 |
oanson | As far as I'm concerned, we can also disable the test, since it isn't actually testing anything Dragonflow related (just the Neutron API) | 13:24 |
irenab | oanson: +1 on disable the test, whule fix gets in neutron | 13:25 |
openstackgerrit | Omer Anson proposed openstack/dragonflow master: Disable test: test_create_floatingip_with_normal_user https://review.openstack.org/526382 | 13:33 |
oanson | irenab, ^^^ | 13:33 |
oanson | snapiri, ^^^ | 13:33 |
snapiri | oanson: I believe that the commit message for neutron should be more descriptive | 13:41 |
snapiri | not sure, though, how it succeeds for Neutron and fails for us... | 13:41 |
*** leyal has quit IRC | 14:48 | |
*** openstackgerrit has quit IRC | 14:48 | |
*** yamamoto has quit IRC | 14:48 | |
*** lewo` has quit IRC | 14:48 | |
*** yuval has quit IRC | 14:48 | |
*** ChanServ has quit IRC | 14:48 | |
*** lihi has quit IRC | 14:48 | |
*** zigo has quit IRC | 14:48 | |
*** oanson has quit IRC | 14:48 | |
*** dimak has quit IRC | 14:48 | |
*** serverascode has quit IRC | 14:48 | |
*** natanbro has quit IRC | 14:48 | |
*** yamamoto has joined #openstack-dragonflow | 14:54 | |
*** lewo` has joined #openstack-dragonflow | 14:54 | |
*** yuval has joined #openstack-dragonflow | 14:54 | |
*** openstackgerrit has joined #openstack-dragonflow | 14:54 | |
*** leyal has joined #openstack-dragonflow | 14:54 | |
*** natanbro has joined #openstack-dragonflow | 14:54 | |
*** oanson has joined #openstack-dragonflow | 14:54 | |
*** dimak has joined #openstack-dragonflow | 14:54 | |
*** lihi has joined #openstack-dragonflow | 14:54 | |
*** zigo has joined #openstack-dragonflow | 14:54 | |
*** serverascode has joined #openstack-dragonflow | 14:54 | |
*** mlavalle has joined #openstack-dragonflow | 14:57 | |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: Fix failure while installing devstack by vagrant. https://review.openstack.org/419805 | 15:04 |
irenab | hi | 15:09 |
irenab | please reserve the hotel via booking untill we sort it out with Hila | 15:09 |
irenab | The Croke Park Hotel 25 Feb - 1 Mar | 15:10 |
irenab | and ping snapiri too | 15:10 |
snapiri | irenab: was this intended for me or for oanson? | 15:11 |
*** ChanServ has joined #openstack-dragonflow | 15:16 | |
*** barjavel.freenode.net sets mode: +o ChanServ | 15:16 | |
*** yamamoto has quit IRC | 15:33 | |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: Rename the json printer to jsonschema https://review.openstack.org/525907 | 15:39 |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: Topology: move filtering to ovsdb monitor https://review.openstack.org/519322 | 15:41 |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: Fix failure while installing devstack by vagrant. https://review.openstack.org/419805 | 15:44 |
*** yamamoto has joined #openstack-dragonflow | 15:48 | |
*** yamamoto has quit IRC | 15:48 | |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: Topology: remove local cache of OVS ports https://review.openstack.org/519323 | 15:49 |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: Topology: dispatch ovs port events without getattr https://review.openstack.org/519324 | 15:49 |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: OvsPorts: Rename vm type ports to compute https://review.openstack.org/519325 | 15:52 |
*** yamamoto has joined #openstack-dragonflow | 16:49 | |
*** yamamoto has quit IRC | 16:55 | |
*** yamamoto has joined #openstack-dragonflow | 17:51 | |
openstackgerrit | Merged openstack/dragonflow master: Disable test: test_create_floatingip_with_normal_user https://review.openstack.org/526382 | 17:51 |
*** yamamoto has quit IRC | 17:56 | |
*** yamamoto has joined #openstack-dragonflow | 18:52 | |
*** yamamoto has quit IRC | 18:57 | |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: Fix failure while installing devstack by vagrant. https://review.openstack.org/419805 | 19:02 |
openstackgerrit | Shachar Snapiri proposed openstack/dragonflow master: OvsPorts: Rename vm type ports to compute https://review.openstack.org/519325 | 19:10 |
*** leyal has quit IRC | 19:36 | |
*** leyal has joined #openstack-dragonflow | 19:41 | |
*** yamamoto has joined #openstack-dragonflow | 19:53 | |
*** yamamoto has quit IRC | 19:58 | |
*** saggi has quit IRC | 20:41 | |
*** openstackgerrit has quit IRC | 21:48 | |
*** yamamoto has joined #openstack-dragonflow | 23:58 |
Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!