Friday, 2019-03-15

*** lbragstad has quit IRC02:09
*** lbragstad has joined #openstack-oslo02:25
*** dave-mccowan has quit IRC04:30
*** lbragstad has quit IRC04:31
*** lpetrut has joined #openstack-oslo04:47
*** lpetrut has quit IRC05:19
*** chhagarw has joined #openstack-oslo05:21
*** lpetrut has joined #openstack-oslo05:29
*** lpetrut has quit IRC05:43
*** mtreinish has quit IRC05:57
*** rcernin has quit IRC05:58
*** rcernin has joined #openstack-oslo06:13
*** e0ne has joined #openstack-oslo06:24
*** e0ne has quit IRC06:27
*** mtreinish has joined #openstack-oslo06:31
*** Luzi has joined #openstack-oslo07:00
*** pcaruana has joined #openstack-oslo07:36
*** hberaud|gone is now known as hberaud07:49
*** rcernin has quit IRC07:59
*** pcaruana has quit IRC08:24
*** pcaruana|afk| has joined #openstack-oslo08:24
*** LiangFang has quit IRC08:31
*** e0ne has joined #openstack-oslo08:35
*** lpetrut has joined #openstack-oslo09:20
*** dtantsur|afk is now known as dtantsur09:47
*** lpetrut has quit IRC10:02
*** dtantsur is now known as dtantsur|brb10:15
*** lpetrut has joined #openstack-oslo10:27
*** cdent has joined #openstack-oslo10:38
*** chhagarw has quit IRC10:53
*** hberaud is now known as hberaud|lunch10:55
*** e0ne has quit IRC11:03
*** chhagarw has joined #openstack-oslo11:07
*** ansmith_ has joined #openstack-oslo11:09
*** cdent has quit IRC11:31
*** njohnston has quit IRC11:34
*** cdent has joined #openstack-oslo11:41
*** njohnston has joined #openstack-oslo11:41
*** tosky has joined #openstack-oslo11:43
*** njohnston has quit IRC11:48
*** kgiusti has joined #openstack-oslo11:54
*** dtantsur|brb is now known as dtantsur12:01
*** njohnston has joined #openstack-oslo12:09
*** hberaud|lunch is now known as hberaud12:10
*** njohnston has quit IRC12:12
*** e0ne has joined #openstack-oslo12:12
*** FlorianFa has quit IRC12:14
*** pcaruana has joined #openstack-oslo12:26
*** pcaruana|afk| has quit IRC12:28
*** chhagarw has quit IRC12:34
*** njohnston has joined #openstack-oslo12:37
gsantomaggioHello,12:37
gsantomaggiois there someone can help me to understand the olso.messaging unit test?12:37
gsantomaggiohere what I did:12:37
gsantomaggio```12:37
gsantomaggiovirtualenv  .venv12:37
gsantomaggio source .venv/bin/activate12:37
gsantomaggiopip install tox12:37
gsantomaggiopip install bindep12:37
gsantomaggiobindep bindep.txt12:37
gsantomaggiotox -e py2712:37
gsantomaggio```12:37
gsantomaggiobut it does not work12:37
gsantomaggiohere the result https://usercontent.irccloud-cdn.com/file/HWZLGT4g/res.txt12:38
*** chhagarw has joined #openstack-oslo12:39
kgiustigsantomaggio: what version of openssl packages do you have installed?12:40
kgiustigsantomaggio: the openssl API changed in a non-backward compatible way (happy happy joy joy!)12:41
gsantomaggio```12:41
gsantomaggio(.venv) ➜  oslo.messaging git:(stable/pike) ✗ openssl version12:41
gsantomaggioOpenSSL 1.1.0g  2 Nov 201712:41
gsantomaggio```12:41
gsantomaggio( ubuntu 18.4 )12:41
*** cdent has left #openstack-oslo12:41
kgiustigsantomaggio: I'm in a meeting - let me get back to you in 30minutes12:42
gsantomaggioOk thank you!12:42
*** raildo has joined #openstack-oslo13:01
*** dave-mccowan has joined #openstack-oslo13:02
*** chhagarw has quit IRC13:11
gsantomaggioit works, using a docker machine with an older ubuntu:13:11
gsantomaggio```13:11
gsantomaggioroot@3297c1d0d856:/oslo.messaging# openssl version13:11
gsantomaggioOpenSSL 1.0.2g  1 Mar 201613:11
gsantomaggio```13:11
*** chhagarw has joined #openstack-oslo13:11
kgiustigsantomaggio: I'm back -- sorry for the delay13:20
gsantomaggiodon't worry @kgiusti13:20
*** chhagarw has quit IRC13:20
gsantomaggioI think I solved:13:21
gsantomaggio```13:21
gsantomaggiolowest Tests13:21
gsantomaggioTest id                                                                                                      Runtime (s)13:21
gsantomaggio-----------------------------------------------------------------------------------------------------------  -----------13:21
gsantomaggiooslo_messaging.tests.drivers.zmq.test_zmq_ack_manager.TestZmqAckManager.test_call_failure_exhausted_retries  21.01813:21
gsantomaggiooslo_messaging.tests.drivers.zmq.test_zmq_ack_manager.TestZmqAckManager.test_cast_failure_exhausted_retries  16.05313:21
gsantomaggiooslo_messaging.tests.drivers.zmq.test_zmq_ack_manager.TestZmqAckManager.test_cast_success_with_two_retries   11.06113:21
gsantomaggiooslo_messaging.tests.drivers.test_amqp_driver.TestAmqpSend.test_sender_link_maintenance                       7.64813:21
kgiustigsantomaggio: just fyi - you don't _have_ to run virtualenv before running the tox tests.  I just run tox directly13:21
gsantomaggiooslo_messaging.tests.drivers.zmq.test_zmq_ack_manager.TestZmqAckManager.test_cast_success_with_one_retry      6.02813:21
gsantomaggiooslo_messaging.tests.drivers.test_impl_rabbit.TestRabbitConsume.test_consume_timeout                          6.01513:21
gsantomaggiooslo_messaging.tests.drivers.test_impl_rabbit.ConnectionLockTestCase.test_workers_and_heartbeat               5.00813:21
kgiustigsantomaggio: yep - the version of proton (0.17.0) that pike is stuck at was not compatible with the 1.1.x version of openssl13:22
gsantomaggiook. no problem, I am creating a docker image to execute the tests. Always good to have :)!13:22
kgiustigsantomaggio: amen - containers have saved my *ss so many times when it comes to dealing with the old stable branches13:23
kgiustigsantomaggio: let me know if you hit any other snags13:23
gsantomaggioSure, thanks for the help!13:24
kgiustigsantomaggio: anytime!13:24
*** sean-k-mooney has joined #openstack-oslo13:30
*** pcaruana has quit IRC13:36
*** njohnston has quit IRC13:40
*** njohnston has joined #openstack-oslo13:41
gsantomaggiodo I have to have rabbitmq running to execute the test in the right way?13:42
*** njohnston has quit IRC13:48
*** e0ne has quit IRC13:58
*** dtantsur is now known as creepy_owlet13:59
kgiustigsantomaggio: not for the pyXX tests - they use a tool called pifpaf to manage running and configuring rabbitmq14:04
kgiustigsantomaggio: of course, you do need rabbitmq installed :)14:04
*** e0ne has joined #openstack-oslo14:06
kgiustigsantomaggio: actually that's not correct - the pyXX tests do not run rabbitmq (these tests just mock the rabbitmq client api)14:06
kgiustigsantomaggio: kombu to be specific14:06
kgiustigsantomaggio: the functional tests - pyXX-func-rabbit - those do run rabbitmq via pifpaf14:07
kgiustigsantomaggio: those func tests are not in the default tox test list - you have to run them manually 'tox -epy27-func-rabbit'14:08
gsantomaggioperfect | thanks!14:14
*** pcaruana has joined #openstack-oslo14:17
*** pcaruana|afk| has joined #openstack-oslo14:17
*** pcaruana|afk| has quit IRC14:17
*** stephenfin is now known as finucannot14:19
*** jhesketh_ has quit IRC14:20
*** sean-k-mooney has quit IRC14:20
*** jhesketh_ has joined #openstack-oslo14:46
*** sean-k-mooney has joined #openstack-oslo14:49
*** jhesketh has quit IRC14:49
*** jhesketh has joined #openstack-oslo14:49
*** jhesketh_ has quit IRC14:51
*** raildo has quit IRC14:51
*** raildo has joined #openstack-oslo14:52
*** jhesketh has quit IRC14:54
*** jaosorior has quit IRC14:56
*** jhesketh has joined #openstack-oslo15:03
*** Luzi has quit IRC15:14
*** e0ne has quit IRC15:51
*** cdent has joined #openstack-oslo15:54
*** chhagarw has joined #openstack-oslo15:54
*** cdent has left #openstack-oslo15:54
*** lpetrut has quit IRC15:56
*** lpetrut has joined #openstack-oslo15:56
*** lpetrut has quit IRC16:13
*** kmalloc is now known as needscoffee16:25
*** raildo has quit IRC16:51
*** raildo has joined #openstack-oslo16:52
*** e0ne has joined #openstack-oslo17:10
*** e0ne has quit IRC17:11
*** creepy_owlet is now known as dtantsur|afk17:22
*** hberaud is now known as hberaud|gone17:32
*** chhagarw has quit IRC18:14
*** e0ne has joined #openstack-oslo18:53
*** tosky has quit IRC18:53
*** dmellado has quit IRC19:17
*** dave-mccowan has quit IRC19:18
*** dave-mccowan has joined #openstack-oslo19:30
*** e0ne has quit IRC19:37
*** openstack has joined #openstack-oslo19:44
*** ChanServ sets mode: +o openstack19:44
*** pcaruana has quit IRC19:59
*** dmellado has joined #openstack-oslo20:29
*** lbragstad has joined #openstack-oslo21:08
*** kgiusti has left #openstack-oslo21:17
*** raildo has quit IRC21:34

Generated by irclog2html.py 2.15.3 by Marius Gedminas - find it at mg.pov.lt!