| *** Piet has joined #storyboard | 00:20 | |
| krotscheck | greghaynes: Hey, about that InvalidUnicode exception thing you mentioned, what were the details on that? | 00:21 |
|---|---|---|
| greghaynes | hrm? | 00:26 |
| greghaynes | I dont remmeber mentioning that | 00:26 |
| krotscheck | greghaynes: Wasn't there something about SQLA not throwing exceptions correctly? | 00:27 |
| greghaynes | ah, pymysql was throwing an exception for ReferenceError with a unicode type in the message | 00:28 |
| greghaynes | and it turns out oslo.db determines ForeignKeyError's by regexing that string | 00:29 |
| krotscheck | greghaynes: Hrm. Sounds related, byt maybe not the same thing. | 00:29 |
| krotscheck | I'm getting oslo_db.exception.DBInvalidUnicodeParameter | 00:30 |
| krotscheck | And, amusingly, only on py34 and only since I just updated all my libraries. | 00:30 |
| greghaynes | got a stacktrace? | 00:31 |
| krotscheck | greghaynes: Tons: http://logs.openstack.org/55/158955/6/check/gate-storyboard-python34/fc98763/console.html | 00:32 |
| greghaynes | krotscheck: I wonder if it wants that param to be bytes, not unicode | 00:35 |
| greghaynes | you should see what the schema is for what its inserting into | 00:36 |
| krotscheck | Checking | 00:36 |
| krotscheck | varchar(191), double, blob | 00:37 |
| krotscheck | *sigh | 00:37 |
| greghaynes | hrm | 00:37 |
| greghaynes | varchar is a unicode type | 00:37 |
| krotscheck | And that's the column name. | 00:38 |
| krotscheck | Sorry | 00:38 |
| krotscheck | The job name. | 00:38 |
| krotscheck | Hrm. | 00:38 |
| greghaynes | you can probably catch the oslo.db exception and try and get the actual pymysql error string | 00:38 |
| greghaynes | I did find an import error | 00:49 |
| greghaynes | running tox now to see if I can repro | 00:49 |
| krotscheck | Progress! | 00:50 |
| krotscheck | 'utf-8' codec can't encode character '\udc80' in position 119: surrogates not allowed | 00:51 |
| krotscheck | Durrr.... http://www.charbase.com/dc80-unicode-invalid-character | 00:51 |
| krotscheck | wat? | 00:51 |
| krotscheck | It can't encode the invalid character character? | 00:51 |
| greghaynes | yeaa, so it seems like that should be encoded as utf-8 explicitly | 00:52 |
| greghaynes | whatever string that is | 00:52 |
| greghaynes | actually, that is what its doing | 00:53 |
| greghaynes | huh | 00:53 |
| greghaynes | oh, its straight up the invalid character | 00:53 |
| greghaynes | thats a good test case to have around | 00:53 |
| krotscheck | Well, either way, I'm in no way ever putting that character in. | 01:07 |
| krotscheck | I'm trying to find what query it's executing | 01:07 |
| krotscheck | greghaynes: Ok, it's definitely a problem that popped up between pymysql 0.6.3 and 0.6.4 | 01:38 |
| greghaynes | hah! | 01:39 |
| greghaynes | that sucks | 01:39 |
| krotscheck | I can force it for now. | 01:39 |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Replaced python-crontab with apscheduler https://review.openstack.org/158955 | 01:43 |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Replaced python-crontab with apscheduler https://review.openstack.org/158955 | 02:10 |
| *** davidlenwell has quit IRC | 03:05 | |
| *** davidlenwell has joined #storyboard | 03:11 | |
| *** coolsvap_ is now known as coolsvap | 03:33 | |
| *** wendar has quit IRC | 04:04 | |
| *** wendar has joined #storyboard | 04:04 | |
| *** coolsvap is now known as coolsvap_ | 04:57 | |
| *** coolsvap_ is now known as coolsvap | 05:04 | |
| *** alexismonville has joined #storyboard | 05:04 | |
| *** jcoufal has joined #storyboard | 05:18 | |
| *** jcoufal has quit IRC | 05:39 | |
| *** jcoufal_ has joined #storyboard | 05:39 | |
| *** jcoufal_ has quit IRC | 05:44 | |
| *** alexismonville has quit IRC | 05:53 | |
| *** alexismonville has joined #storyboard | 06:56 | |
| *** jcoufal has joined #storyboard | 07:07 | |
| *** alexismonville has quit IRC | 07:18 | |
| *** petefoth1ringham has joined #storyboard | 07:29 | |
| *** alexismonville has joined #storyboard | 07:30 | |
| *** alexismonville has quit IRC | 07:40 | |
| *** jtomasek has joined #storyboard | 08:08 | |
| *** alexismonville has joined #storyboard | 08:26 | |
| *** jcoufal has quit IRC | 08:28 | |
| *** jcoufal_ has joined #storyboard | 08:28 | |
| *** jcoufal_ has quit IRC | 08:50 | |
| *** MaxV has joined #storyboard | 08:51 | |
| *** petefotheringham has quit IRC | 08:57 | |
| *** petefoth1ringham has quit IRC | 08:57 | |
| *** petefotheringham has joined #storyboard | 08:57 | |
| *** petefotheringham has left #storyboard | 08:58 | |
| *** petefotheringham has joined #storyboard | 09:01 | |
| *** alexismonville has quit IRC | 09:11 | |
| *** alexismonville has joined #storyboard | 09:17 | |
| *** alexismonville has quit IRC | 09:18 | |
| *** alexismonville has joined #storyboard | 09:26 | |
| *** jedimike has joined #storyboard | 09:32 | |
| *** CTtpollard has joined #storyboard | 09:33 | |
| *** alexismonville has quit IRC | 09:56 | |
| *** cody-somerville has joined #storyboard | 09:57 | |
| *** mrmartin has joined #storyboard | 10:12 | |
| openstackgerrit | Aleksey Ripinen proposed openstack-infra/storyboard: Added branches to storyboard https://review.openstack.org/150447 | 10:55 |
| openstackgerrit | Nikita Konovalov proposed openstack-infra/storyboard: Added milestones https://review.openstack.org/152500 | 10:56 |
| openstackgerrit | yolanda.robla proposed openstack-infra/storyboard: Add tools to run integration tests https://review.openstack.org/155975 | 11:03 |
| *** alexismonville has joined #storyboard | 11:42 | |
| *** alexismonville has quit IRC | 11:46 | |
| *** cody-somerville has quit IRC | 12:28 | |
| *** alexismonville has joined #storyboard | 12:51 | |
| *** alexismonville has quit IRC | 12:54 | |
| *** alexismonville has joined #storyboard | 13:00 | |
| *** alexismonville has quit IRC | 13:11 | |
| *** alexismonville has joined #storyboard | 13:15 | |
| *** cody-somerville has joined #storyboard | 13:19 | |
| *** alexismonville has quit IRC | 13:23 | |
| *** alexismonville has joined #storyboard | 13:26 | |
| *** alexismonville1 has joined #storyboard | 13:30 | |
| *** alexismonville has quit IRC | 13:30 | |
| *** cody-somerville has quit IRC | 13:31 | |
| *** alexismonville1 has quit IRC | 13:39 | |
| *** cody-somerville has joined #storyboard | 13:43 | |
| openstackgerrit | Nikita Konovalov proposed openstack-infra/python-storyboardclient: Added tags controller https://review.openstack.org/157857 | 13:59 |
| openstackgerrit | Merged openstack-infra/python-storyboardclient: Added subscriptions controller https://review.openstack.org/158659 | 14:09 |
| openstackgerrit | Merged openstack-infra/python-storyboardclient: Added timeline controller https://review.openstack.org/158651 | 14:10 |
| *** rcarrillocruz has quit IRC | 14:35 | |
| *** rcarrillocruz has joined #storyboard | 14:39 | |
| *** mattfarina has joined #storyboard | 15:11 | |
| *** ongk has left #storyboard | 15:32 | |
| openstackgerrit | James E. Blair proposed openstack-infra/storyboard: Remove API paging from comments https://review.openstack.org/159515 | 15:47 |
| *** reed has joined #storyboard | 15:48 | |
| *** MarkAtwood has joined #storyboard | 15:50 | |
| *** mrmartin has quit IRC | 16:15 | |
| *** petefotheringham has left #storyboard | 17:11 | |
| *** MaxV has quit IRC | 17:23 | |
| *** alexismonville has joined #storyboard | 17:30 | |
| *** alexismonville has quit IRC | 17:41 | |
| *** cody-somerville has quit IRC | 17:50 | |
| *** CTtpollard has quit IRC | 18:04 | |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Exclude pyMySQL v0.6.4 https://review.openstack.org/159564 | 18:19 |
| openstackgerrit | James E. Blair proposed openstack-infra/storyboard: Remove API paging from comments https://review.openstack.org/159515 | 18:22 |
| openstackgerrit | James E. Blair proposed openstack-infra/storyboard: Remove API paging from comments https://review.openstack.org/159515 | 18:29 |
| openstackgerrit | James E. Blair proposed openstack-infra/storyboard: Exclude pyMySQL v0.6.4 https://review.openstack.org/159564 | 18:29 |
| *** cody-somerville has joined #storyboard | 18:29 | |
| openstackgerrit | James E. Blair proposed openstack-infra/storyboard: Remove API paging from comments https://review.openstack.org/159515 | 18:30 |
| openstackgerrit | James E. Blair proposed openstack-infra/storyboard: Exclude pyMySQL v0.6.4 https://review.openstack.org/159564 | 18:30 |
| *** cody-somerville has quit IRC | 18:36 | |
| openstackgerrit | Merged openstack-infra/python-storyboardclient: Added user_tokens controller https://review.openstack.org/158652 | 18:36 |
| openstackgerrit | Merged openstack-infra/storyboard: Added branches to storyboard https://review.openstack.org/150447 | 18:48 |
| *** coolsvap is now known as coolsvap_ | 18:48 | |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Reduce the number of timezones under test. https://review.openstack.org/159576 | 19:08 |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Replaced python-crontab with apscheduler https://review.openstack.org/158955 | 19:14 |
| *** coolsvap_ is now known as coolsvap | 19:21 | |
| *** MaxV has joined #storyboard | 19:34 | |
| *** jtomasek has quit IRC | 20:10 | |
| *** MaxV_ has joined #storyboard | 20:15 | |
| *** MaxV has quit IRC | 20:19 | |
| *** mrmartin has joined #storyboard | 21:06 | |
| *** coolsvap is now known as coolsvap_ | 21:15 | |
| *** cody-somerville has joined #storyboard | 22:17 | |
| *** mrmartin has quit IRC | 22:17 | |
| *** jedimike has quit IRC | 22:18 | |
| *** MaxV has joined #storyboard | 22:39 | |
| *** alexismonville has joined #storyboard | 22:41 | |
| *** MaxV_ has quit IRC | 22:41 | |
| *** cody-somerville has quit IRC | 22:47 | |
| *** alexismonville has quit IRC | 22:56 | |
| *** alexismonville has joined #storyboard | 22:56 | |
| *** cody-somerville has joined #storyboard | 22:57 | |
| *** alexismonville has quit IRC | 22:57 | |
| *** mattfarina has quit IRC | 23:18 | |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Email base plugin. https://review.openstack.org/151948 | 23:54 |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Email SMTP Client https://review.openstack.org/149792 | 23:54 |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Email Send Cron Worker https://review.openstack.org/151416 | 23:54 |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Email Working Directory Utility Method https://review.openstack.org/151947 | 23:54 |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Email Outbox https://review.openstack.org/151413 | 23:54 |
| openstackgerrit | Michael Krotscheck proposed openstack-infra/storyboard: Redirect Browsers from API to Client https://review.openstack.org/155551 | 23:54 |
| *** MarkAtwood has quit IRC | 23:55 | |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!