Friday, 2014-02-07

openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169100:05
*** eglynn has joined #openstack-ceilometer00:11
*** eglynn has quit IRC00:20
*** ok_delta has joined #openstack-ceilometer00:27
*** promulo has joined #openstack-ceilometer00:29
openstackgerritgordon chung proposed a change to openstack/ceilometer: meter table contains redundant/duplicate data  https://review.openstack.org/6578600:46
openstackgerritgordon chung proposed a change to openstack/ceilometer: Alembic migrations not tested  https://review.openstack.org/7168800:49
*** tongli has quit IRC01:09
*** xmltok has quit IRC01:24
*** _cjones_ has quit IRC01:54
openstackgerritA change was merged to openstack/ceilometer: Fixing some simple documentation typos  https://review.openstack.org/7163401:55
openstackgerritA change was merged to openstack/ceilometer: Replace non-ascii symbols in docs  https://review.openstack.org/6965801:56
openstackgerritgordon chung proposed a change to openstack/ceilometer: Alembic migrations not tested  https://review.openstack.org/7168801:58
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169101:58
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169102:00
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169102:01
openstackgerritgordon chung proposed a change to openstack/ceilometer: meter table contains redundant/duplicate data  https://review.openstack.org/6578602:05
openstackgerritJia Dong proposed a change to openstack/ceilometer: Implement meter query by 'counter_volume' field  https://review.openstack.org/6738402:12
*** xianghui has joined #openstack-ceilometer02:19
openstackgerritKen'ichi Ohmichi proposed a change to openstack/ceilometer: Replace BoundedInt with WSME's IntegerType  https://review.openstack.org/7171502:19
*** gordc has quit IRC02:54
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169103:27
openstackgerritgordon chung proposed a change to openstack/ceilometer: meter table contains redundant/duplicate data  https://review.openstack.org/6578603:35
openstackgerritgordon chung proposed a change to openstack/ceilometer: Alembic migrations not tested  https://review.openstack.org/7168803:35
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169103:35
openstackgerritgordon chung proposed a change to openstack/ceilometer: Alembic migrations not tested  https://review.openstack.org/7168803:41
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169103:43
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169103:45
openstackgerritgordon chung proposed a change to openstack/ceilometer: sample table contains redundant/duplicate data  https://review.openstack.org/6578604:43
openstackgerritgordon chung proposed a change to openstack/ceilometer: sample table contains redundant/duplicate data  https://review.openstack.org/6578604:43
openstackgerritgordon chung proposed a change to openstack/ceilometer: sample table contains redundant/duplicate data  https://review.openstack.org/6578605:05
*** saju_m has joined #openstack-ceilometer05:08
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169105:15
openstackgerritShane Wang proposed a change to openstack/ceilometer: Fix misspellings in ceilometer  https://review.openstack.org/7174105:16
openstackgerritgordon chung proposed a change to openstack/ceilometer: sample table contains redundant/duplicate data  https://review.openstack.org/6578605:16
openstackgerritJenkins proposed a change to openstack/ceilometer: Imported Translations from Transifex  https://review.openstack.org/6280806:02
openstackgerritLin Tan proposed a change to openstack/ceilometer: Fix a typo in test_list_meters_secnarios  https://review.openstack.org/7175806:17
*** saju_m has quit IRC06:18
*** _nadya_ has joined #openstack-ceilometer06:35
*** promulo_ has joined #openstack-ceilometer06:39
*** promulo has quit IRC06:39
*** mihgen has joined #openstack-ceilometer06:45
*** _nadya_ has quit IRC06:52
*** saju_m has joined #openstack-ceilometer07:32
openstackgerritliusheng proposed a change to openstack/ceilometer: check domain state before inspecting nics/disks  https://review.openstack.org/6888208:23
openstackgerritliusheng proposed a change to openstack/ceilometer: check domain state before inspecting nics/disks  https://review.openstack.org/6888208:24
*** llu has joined #openstack-ceilometer08:37
*** sc-rm has joined #openstack-ceilometer08:53
*** sc-rm has quit IRC08:57
*** yassine has joined #openstack-ceilometer08:58
*** sc-rm has joined #openstack-ceilometer09:00
sc-rmIf I have trouble making debian wheezy 64bit work with ceilometer and mongodb, what should I then do?09:01
*** julienvey has joined #openstack-ceilometer09:06
*** eglynn has joined #openstack-ceilometer09:19
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: Fix order of arguments in assertEquals  https://review.openstack.org/7183909:31
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: Fix order of arguments in assertEquals  https://review.openstack.org/7184009:37
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: Fix order of arguments in assertEquals  https://review.openstack.org/7184109:39
openstackgerritIlya Tyaptin proposed a change to openstack/ceilometer: Fix order of arguments in assertEquals  https://review.openstack.org/7184309:48
*** _nadya_ has joined #openstack-ceilometer09:51
*** _nadya_ has quit IRC09:56
*** saju_m has quit IRC09:58
Alexei_987jd__: Hi could you please explain to me how can you use a debugger with existing targets?10:12
Alexei_987jd__: maybe I'm missing something10:12
jd__Alexei_987: tox -evenv -- yourcommand10:12
Alexei_987not sure that it will work10:12
Alexei_987pbd is not able to break with testr runner10:13
jd__you can call tox -e venv -- python -m subunit.run or what you want10:13
Alexei_987jd__: true you can run it10:14
Alexei_987jd__: but it still won't work10:14
Alexei_987cause run-tests won't start10:15
Alexei_987and run-tests is needed to setup tests storage10:15
Alexei_987and in run-tests we have testr hardcoded10:15
Alexei_987jd__: can you propose a better solution?10:15
jd__ah, I see10:15
jd__Alexei_987: maybe having run-tests.sh running $* ?10:17
jd__so we would call run-tests.sh thecommand you want to run from tox.ini and you could use ir and override it with tox -evenv10:17
Alexei_987jd__: yeah it could be a better solution I guess.10:18
Alexei_987so run-tests would be just a setup script10:18
Alexei_987without any real actions10:18
jd__Alexei_987: yes :)10:19
jd__Alexei_987: what's the status of the SQL migration testing?10:19
jd__and SQL backend testing10:19
Alexei_987jd__: I've fixed oslo session bug (1 patch still waiting for review)10:19
Alexei_987jd__: And now I'm stuck with out of connections issue10:19
Alexei_987jd__: the same we had for mongodb10:19
Alexei_987jd__: cause every test opens new connection to db10:20
Alexei_987jd__: trying to fix it and hope to make it work this week10:20
jd__Alexei_987: ok cool10:20
Alexei_987jd__: after only a few foreign key errors will prevent us from merging this stuff10:20
Alexei_987real backends tests *10:20
swann[1;3D[1;3D[1;3D[1;3D[1;3D[1;3C[1;3C[1;3C[1;3D[1;3D10:30
jd__Alexei_987: awesome10:31
jd__swann: nice to see you!10:31
openstackgerritA change was merged to openstack/ceilometer: Replace 'a alarm' by 'an alarm'  https://review.openstack.org/7140210:32
Alexei_987jd__: another stupid question. I'm going to update tox anyway so I always wanted to reduce number of venvs we have10:41
Alexei_987jd__: can we make py27, pep8, venv all the same venv?10:41
Alexei_987jd__: so we won't have to create/update lots of venvs without a reason10:42
*** xianghui has quit IRC10:51
openstackgerritA change was merged to openstack/ceilometer: Fix formating of compute-nova measurements table  https://review.openstack.org/6891811:09
openstackgerritSascha Peilicke proposed a change to stackforge/pycadf: Support building wheels (PEP-427)  https://review.openstack.org/5717411:23
swannjd__: oopss11:26
openstackgerritSascha Peilicke proposed a change to stackforge/pycadf: Install configs into /etc, not /usr/etc  https://review.openstack.org/4689311:30
*** boris-42_ has quit IRC11:30
jd__Alexei_987: no you can't11:34
Alexei_987jd__: why not?11:34
jd__Alexei_987: because the CI expets all these envs11:34
Alexei_987jd__: ok but I don't see why are they needed actually11:35
Alexei_987jd__: I'll just change run-tests + command in such case11:35
jd__Alexei_987: to parrallelize mostly11:35
jd__and to indicate which one fails11:35
Alexei_987jd__: not sure11:36
jd__but feel free to patch tox to have a better supper for reusing venv11:36
jd__if that's what you want11:36
Alexei_987yes11:36
Alexei_987jd__: exactly11:36
Alexei_987jd__: i'm not talking about removing tox jobs11:36
Alexei_987jd__: I'm talking about reusing same venv with installed deps and code11:37
Alexei_987jd__: cause pep8 doesn't have to create it's own copy of code11:37
jd__Alexei_987: ah, I misunderstand then11:37
jd__Alexei_987: can tox do that already?11:37
Alexei_987jd__: I'll try and we'll see :)11:37
jd__if you don't remove any target, that's fine with me11:37
jd__and if it's something you can do on all OS projects, that's even better11:38
*** promulo_ has quit IRC11:42
*** viktors has joined #openstack-ceilometer11:42
*** boris-42_ has joined #openstack-ceilometer11:53
openstackgerritHarri Hämäläinen proposed a change to openstack/ceilometer: The tenant id in notifications is read from variable _context_tenant_id rather than tenant_id. This caused KeyErrors when updating floating IPs.  https://review.openstack.org/7187511:56
*** yassine has quit IRC12:00
openstackgerritHarri Hämäläinen proposed a change to openstack/ceilometer: Fixes invalid key in Neutron notifications  https://review.openstack.org/7187512:13
*** yassine has joined #openstack-ceilometer12:15
*** ok_delta has quit IRC12:27
openstackgerritJulien Danjou proposed a change to openstack/ceilometer: service: re-enable eventlet just for sockets  https://review.openstack.org/7033812:45
*** promulo has joined #openstack-ceilometer12:48
*** AMike has quit IRC12:54
*** sc-rm has quit IRC13:01
*** jdob has joined #openstack-ceilometer13:25
*** yassine has quit IRC13:34
*** yassine has joined #openstack-ceilometer13:37
openstackgerritA change was merged to openstack/ceilometer: service: re-enable eventlet just for sockets  https://review.openstack.org/7033813:46
*** Yathi has joined #openstack-ceilometer13:59
*** thomasem has joined #openstack-ceilometer14:00
*** Yathi has quit IRC14:01
*** gordc has joined #openstack-ceilometer14:03
*** tongli has joined #openstack-ceilometer14:10
*** jaypipes has joined #openstack-ceilometer14:16
*** jdob has quit IRC14:17
*** jdob has joined #openstack-ceilometer14:17
nprivalovain get_meter we go to Resource table but it get_resource we go to Meter table. I hope it is only HBase's fun :)14:30
*** prad_ has joined #openstack-ceilometer14:38
*** jdob_ has joined #openstack-ceilometer14:46
*** jdob has quit IRC14:46
*** jmckind has joined #openstack-ceilometer15:00
*** zul has quit IRC15:07
*** zul has joined #openstack-ceilometer15:10
*** boris-42_ has quit IRC15:12
*** boris-42_ has joined #openstack-ceilometer15:13
*** ddutta has joined #openstack-ceilometer15:30
*** zul has quit IRC16:00
*** mihgen has quit IRC16:07
openstackgerritSwann Croiset proposed a change to openstack/ceilometer: Handle Heat notifications for stack CRUD  https://review.openstack.org/7193916:22
*** viktors has left #openstack-ceilometer16:40
*** xmltok has joined #openstack-ceilometer16:46
*** _cjones_ has joined #openstack-ceilometer16:55
*** yassine has quit IRC17:04
*** mihgen has joined #openstack-ceilometer17:18
*** eglynn has quit IRC17:31
*** ddutta has quit IRC17:39
*** jmckind has quit IRC17:52
*** ddutta has joined #openstack-ceilometer17:55
*** ddutta has quit IRC17:59
*** Yathi has joined #openstack-ceilometer18:23
*** Yathi has quit IRC18:23
*** mihgen has quit IRC18:50
*** urulama has joined #openstack-ceilometer18:51
*** _nadya_ has joined #openstack-ceilometer19:20
*** gordc has quit IRC19:26
*** julienvey has quit IRC19:44
*** ildikov_ has joined #openstack-ceilometer19:54
*** _nadya_ has quit IRC19:57
*** julienvey has joined #openstack-ceilometer20:00
*** urulama has quit IRC20:03
*** eglynn has joined #openstack-ceilometer20:25
*** openstackgerrit has quit IRC20:34
*** openstackgerrit has joined #openstack-ceilometer20:34
openstackgerritAndreas Jaeger proposed a change to openstack/ceilometer: Improve help strings  https://review.openstack.org/7198720:47
*** thomasem has quit IRC20:48
*** ildikov_ has quit IRC20:52
*** prad_ has quit IRC21:06
*** promulo has quit IRC21:08
*** eglynn has quit IRC21:23
*** gordc has joined #openstack-ceilometer21:41
*** prad has joined #openstack-ceilometer21:53
*** promulo has joined #openstack-ceilometer22:01
*** jdob_ has quit IRC22:07
*** julienvey has quit IRC22:24
*** _cjones__ has joined #openstack-ceilometer22:27
*** prad has quit IRC22:29
*** _cjones_ has quit IRC22:30
*** _cjones__ has quit IRC22:34
*** rwsu has quit IRC23:01
*** rwsu has joined #openstack-ceilometer23:03
*** _cjones_ has joined #openstack-ceilometer23:04
*** _cjones_ has quit IRC23:05
*** _cjones_ has joined #openstack-ceilometer23:05
*** rwsu has quit IRC23:06
*** rwsu has joined #openstack-ceilometer23:19
openstackgerritgordon chung proposed a change to openstack/ceilometer: Alembic migrations not tested  https://review.openstack.org/7168823:35
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169123:35
openstackgerritgordon chung proposed a change to openstack/ceilometer: sample table contains redundant/duplicate data  https://review.openstack.org/6578623:37
openstackgerritgordon chung proposed a change to openstack/ceilometer: rename meter table to sample  https://review.openstack.org/7169123:47
openstackgerritgordon chung proposed a change to openstack/ceilometer: sample table contains redundant/duplicate data  https://review.openstack.org/6578623:47
openstackgerritgordon chung proposed a change to openstack/ceilometer: sample table contains redundant/duplicate data  https://review.openstack.org/6578623:50

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