*** cheneydc has joined #openstack-trove | 01:04 | |
*** amit213 has joined #openstack-trove | 02:39 | |
*** arist has quit IRC | 03:24 | |
*** arist has joined #openstack-trove | 03:24 | |
*** robcresswell has quit IRC | 03:24 | |
*** robcresswell has joined #openstack-trove | 03:27 | |
*** irdkehn_ has quit IRC | 03:47 | |
*** irdkehn has joined #openstack-trove | 03:48 | |
*** links has joined #openstack-trove | 04:15 | |
*** amit213 has quit IRC | 04:46 | |
*** mariusv has quit IRC | 05:36 | |
*** diga has joined #openstack-trove | 05:47 | |
*** mariusv has joined #openstack-trove | 05:50 | |
*** mariusv has quit IRC | 05:51 | |
*** sgotliv__ has joined #openstack-trove | 06:17 | |
*** rcernin has joined #openstack-trove | 06:27 | |
*** M00nr41n has joined #openstack-trove | 06:33 | |
*** pcaruana has joined #openstack-trove | 06:41 | |
*** tesseract- has joined #openstack-trove | 06:59 | |
*** Ravikiran_K has joined #openstack-trove | 07:04 | |
*** dmk0202 has joined #openstack-trove | 07:31 | |
*** haypo has joined #openstack-trove | 08:14 | |
*** itisha has joined #openstack-trove | 08:28 | |
*** tosky has joined #openstack-trove | 09:47 | |
openstackgerrit | Victor Stinner proposed openstack/trove: Switch from MySQL-python to PyMySQL https://review.openstack.org/184400 | 09:50 |
---|---|---|
*** cheneydc has quit IRC | 10:06 | |
*** links has quit IRC | 10:43 | |
*** abruanese has quit IRC | 10:50 | |
*** abruanese has joined #openstack-trove | 10:53 | |
*** links has joined #openstack-trove | 10:55 | |
*** xb_ has joined #openstack-trove | 11:22 | |
*** mariusv has joined #openstack-trove | 11:24 | |
*** mariusv has quit IRC | 11:24 | |
*** mariusv has joined #openstack-trove | 11:24 | |
*** mariusv has quit IRC | 11:24 | |
*** abruanese has quit IRC | 11:31 | |
*** abruanese has joined #openstack-trove | 11:32 | |
*** pmackinn has joined #openstack-trove | 11:44 | |
*** diga has quit IRC | 12:11 | |
openstackgerrit | Emilien Macchi proposed openstack/trove: devstack: use git_timed if TROVE_DASHBOARD_DIR does not exist https://review.openstack.org/334460 | 12:57 |
EmilienM | amrith: can you look ^ please? gate-tempest-dsvm-layer4 is failing all the time in tempest gate: http://logs.openstack.org/09/334209/4/check/gate-tempest-dsvm-layer4/8df82b6/logs/devstacklog.txt.gz#_2016-06-27_01_19_07_476 | 12:59 |
peterstac | EmilienM, to fix that issue in Trove I added trove-dashboard to the PROJECTS variable in the relevant gate jobs | 13:28 |
EmilienM | peterstac: where? | 13:29 |
peterstac | https://review.openstack.org/#/c/331738/ | 13:30 |
EmilienM | peterstac: the issue is still here | 13:32 |
peterstac | I haven't seen it since the fix went in ... | 13:32 |
peterstac | (at least not in Trove ;) ) | 13:33 |
peterstac | I suspect that it'll have to be added to the {pipeline}-tempest-dsvm-layer4{job-suffix} job in jenkins/jobs/devstack-gate.yaml | 13:35 |
peterstac | I didn't know that Trove jobs were run outside of Trove :( | 13:36 |
peterstac | But I can see from the code there that it's enabling the trove plugin | 13:37 |
peterstac | Do you want me to push up a fix? | 13:37 |
*** bwe_ has joined #openstack-trove | 13:45 | |
EmilienM | peterstac: https://review.openstack.org/#/c/334485 and https://review.openstack.org/#/c/302473/ | 13:52 |
*** tosky has quit IRC | 13:56 | |
*** M00nr41n has quit IRC | 13:56 | |
*** mfisch has joined #openstack-trove | 14:06 | |
*** mfisch has quit IRC | 14:06 | |
*** mfisch has joined #openstack-trove | 14:06 | |
*** cdelatte has joined #openstack-trove | 14:13 | |
*** trevormc has joined #openstack-trove | 14:20 | |
peterstac | Yep, that looks like it'll fix it (plus this should have already unblocked you - https://review.openstack.org/#/c/334483 ) | 14:30 |
*** cdelatte has quit IRC | 14:34 | |
*** Ravikiran_K has quit IRC | 14:35 | |
*** amit213 has joined #openstack-trove | 14:43 | |
*** xb_ has quit IRC | 14:47 | |
trevormc | Hey I have written a unit test that tests the creation failure of a new agent heartbeat record. I can't get the coverage results to improve. I don't know if I'm running coverage wrong or what, so I'm going to put it up for review so we can see what I'm talking about. | 14:55 |
openstackgerrit | Trevor McCasland proposed openstack/trove: Test creation failure of a new agent heartbeat https://review.openstack.org/334525 | 15:03 |
haypo | using run_tests.py, is it possible to run a single unit test? i would like to rerun the failing "ERROR: proboscis.case.MethodTest (test_mysql_migration)" test on my PyMySQL change | 15:03 |
*** krotscheck is now known as krotscheck_dcm | 15:05 | |
trevormc | haypo: yes it is! | 15:09 |
trevormc | one sec | 15:09 |
trevormc | haypo: https://wiki.openstack.org/wiki/Testr#How_can_I_run_just_one_test.3F_Just_some_tests.3F | 15:09 |
haypo | trevormc: are you sure that *run_tests.py* uses testr ? | 15:09 |
haypo | trevormc: run_tests.py is used for proboscis tests | 15:09 |
trevormc | haypo: No not sure but you can see if the test is being called by using "testr list-tests" | 15:09 |
*** xb_ has joined #openstack-trove | 15:10 | |
trevormc | I think tox is favored instead of run_tests | 15:10 |
haypo | trevormc: i'm not trying to change how Trove runs test, but only try to understand a failure | 15:13 |
haypo | trevormc: again, proboscis tests don't use testr, check yourself: https://github.com/openstack/trove/blob/master/tox.ini#L13 | 15:13 |
haypo | but thanks for your help :) | 15:14 |
haypo | for the PyMySQL error: trove/db/sqlalchemy/migrate_repo/versions/026_datastore_versions_unique_fix.py calls uc.drop() which raises a pymysql.err.InternalError error, but the file only catchs sqlalchemy.exc.OperationalError | 15:18 |
dougshelley66 | haypo yes i was recently investigating something like that - seems like pymysql doesn't map all the mysql error codes appropriated | 15:23 |
dougshelley66 | s/appropriated/appropriately/ | 15:23 |
*** johnma has quit IRC | 15:25 | |
haypo | dougshelley66: i'm reading MySQLdb/cursors.py: i see a _mysql_exceptions third party module | 15:26 |
dougshelley66 | right but ti seems to be mapping too many errors to "InternalError" | 15:27 |
dougshelley66 | i would think you don't really want to be using "InternalError" too often | 15:27 |
haypo | i checked with MySQL-Python: uc.drop() of trove/db/sqlalchemy/migrate_repo/versions/026_datastore_versions_unique_fix.py fails with _mysql_exceptions.OperationalError which is wrapped into a SQLAlchemy OperationalError | 15:29 |
haypo | dougshelley66: do you know which part of SQLAlchemy or MySQLdb maps MySQLdb exceptions to SQLAlchemy exceptions? | 15:29 |
*** dmk0202 has quit IRC | 15:30 | |
*** cdelatte has joined #openstack-trove | 15:34 | |
*** pcaruana has quit IRC | 15:38 | |
*** plamb_ has quit IRC | 15:40 | |
*** tesseract- has quit IRC | 15:40 | |
*** aliadil has joined #openstack-trove | 15:41 | |
*** M00nr41n has joined #openstack-trove | 15:41 | |
*** cdelatte has quit IRC | 15:45 | |
*** cdelatte has joined #openstack-trove | 15:51 | |
*** cdelatte has quit IRC | 15:52 | |
*** links has quit IRC | 15:52 | |
*** tosky has joined #openstack-trove | 15:52 | |
*** bwe__ has joined #openstack-trove | 16:05 | |
*** tqtran has joined #openstack-trove | 16:05 | |
*** bwe_ has quit IRC | 16:08 | |
*** imandhan has joined #openstack-trove | 16:27 | |
*** Ravikiran_K has joined #openstack-trove | 16:44 | |
*** amit213 has quit IRC | 16:46 | |
openstackgerrit | Victor Stinner proposed openstack/trove: Switch from MySQL-python to PyMySQL https://review.openstack.org/184400 | 16:46 |
haypo | dougshelley66, trevormc : ok, all tests should pass with this fixed PyMySQL patch ;) | 16:47 |
*** bwe__ has quit IRC | 17:15 | |
*** cdelatte has joined #openstack-trove | 17:19 | |
*** itisha has quit IRC | 17:20 | |
*** johnma has joined #openstack-trove | 17:48 | |
trevormc | Typo here: https://github.com/openstack/trove/blob/master/trove/common/pagination.py#L32 -- iterms -> items | 17:48 |
openstackgerrit | Trevor McCasland proposed openstack/trove: Trivial Fix: Fix typo https://review.openstack.org/334595 | 18:00 |
*** vkmc__ has joined #openstack-trove | 18:05 | |
*** rcernin has quit IRC | 18:34 | |
openstackgerrit | Peter Stachowski proposed openstack/trove: Add trove tempest plugin https://review.openstack.org/302472 | 18:53 |
*** Raman has joined #openstack-trove | 18:58 | |
*** Raman has left #openstack-trove | 18:59 | |
*** Raman_ has joined #openstack-trove | 19:00 | |
*** bwe_ has joined #openstack-trove | 19:01 | |
*** rcernin has joined #openstack-trove | 19:03 | |
*** xb_ has quit IRC | 19:03 | |
*** bwe__ has joined #openstack-trove | 19:04 | |
*** amit213 has joined #openstack-trove | 19:04 | |
*** bwe_ has quit IRC | 19:07 | |
openstackgerrit | Peter Stachowski proposed openstack/trove-specs: Add DB2 full online backups for DB2 https://review.openstack.org/330564 | 19:22 |
*** abruanese has quit IRC | 19:37 | |
openstackgerrit | Merged openstack/python-troveclient: Add support for modules in cluster-grow https://review.openstack.org/313229 | 19:56 |
*** bwe__ has quit IRC | 20:30 | |
*** vkmc__ has quit IRC | 20:32 | |
*** catintheroof has joined #openstack-trove | 20:55 | |
*** trevormc has quit IRC | 20:57 | |
*** sgotliv__ has quit IRC | 21:01 | |
*** cdelatte has quit IRC | 21:03 | |
*** cdelatte has joined #openstack-trove | 21:03 | |
openstackgerrit | mariam john proposed openstack/trove-specs: Add DB2 full online backups for DB2 https://review.openstack.org/330564 | 21:14 |
*** catintheroof has quit IRC | 21:55 | |
*** johnma has quit IRC | 22:11 | |
*** imandhan has quit IRC | 22:17 | |
*** imandhan has joined #openstack-trove | 22:18 | |
*** clduser has quit IRC | 22:21 | |
*** clduser has joined #openstack-trove | 22:21 | |
*** imandhan has quit IRC | 22:22 | |
*** imandhan has joined #openstack-trove | 22:35 | |
*** tosky has quit IRC | 23:51 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!