*** karimb has quit IRC | 00:34 | |
*** cuongnv has joined #ara | 01:05 | |
*** dmsimard has quit IRC | 06:55 | |
*** dmsimard has joined #ara | 06:56 | |
*** karimb has joined #ara | 07:14 | |
*** karimb has quit IRC | 07:29 | |
*** karimb has joined #ara | 08:01 | |
*** vcn[m] has joined #ara | 09:15 | |
*** karimb has quit IRC | 10:52 | |
*** cuongnv has quit IRC | 10:55 | |
*** karimb has joined #ara | 10:57 | |
*** karimb has quit IRC | 11:16 | |
*** karimb has joined #ara | 12:14 | |
openstackgerrit | David Moreau Simard proposed openstack/ara master: jUnit report generation : Support unicode characters in play and task names https://review.openstack.org/455688 | 12:59 |
---|---|---|
openstackgerrit | David Moreau Simard proposed openstack/ara master: Improve integration testing for non-ascii characters https://review.openstack.org/454181 | 13:00 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: jUnit report generation : Support unicode characters in play and task names https://review.openstack.org/455688 | 13:00 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: jUnit report generation : Support unicode characters in play and task names https://review.openstack.org/455688 | 13:00 |
dmsimard | sorry for the spam, switching parent and children patches around | 13:00 |
*** themurph has quit IRC | 13:04 | |
openstackgerrit | David Moreau Simard proposed openstack/ara master: jUnit report generation : Support unicode characters in play and task names https://review.openstack.org/455688 | 13:06 |
*** themurph has joined #ara | 13:08 | |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Improve integration testing for non-ascii characters https://review.openstack.org/454181 | 13:12 |
openstackgerrit | Merged openstack/ara master: jUnit report generation : Support unicode characters in play and task names https://review.openstack.org/455688 | 13:34 |
openstackgerrit | Merged openstack/ara master: Improve integration testing for non-ascii characters https://review.openstack.org/454181 | 13:35 |
dmsimard | nooooooo, wtf | 13:36 |
dmsimard | merged an empty commit, what is this nonsense | 13:36 |
dmsimard | ಠ_ಠ | 13:37 |
hughsaunders | dmsimard: I'm playing with the html reports, and noticed that the tables don't populate when browsing static reports locally | 13:39 |
hughsaunders | dmsimard: however If I start python -m SimpleHTTPServer on the same dir, it works fine.. | 13:40 |
openstackgerrit | David Moreau Simard proposed openstack/ara master: Improve integration testing for non-ascii characters (take two) https://review.openstack.org/456221 | 13:40 |
dmsimard | hughsaunders: how are you using them ? statically generated ? reverse proxy to dev webserver ? mod_wsgi ? | 13:41 |
dmsimard | nginx in there somewhere ? | 13:41 |
hughsaunders | dmsimard: my first try was to generate statics to a local dir and point chrome at that dir | 13:41 |
hughsaunders | that didnt work.. however if I run a local webserver pointing at the same dir, then point chrome at that, it works fine. | 13:41 |
dmsimard | hughsaunders: hum, that's odd. Do you have a javascript blocker thing ? | 13:42 |
dmsimard | hughsaunders: I have a chrome addon that blocks javascript unless whitelisted | 13:42 |
hughsaunders | hmm, js generally works, but it hangs on "loading x results" when I expand hosts/plays/files/tasks | 13:43 |
hughsaunders | I'm guessing that does some sort of ajax thing that doesn't work against local URLs? | 13:43 |
dmsimard | hughsaunders: it does some sort of ajax thing but it should work locally -- you're using latest version of ARA I guess ? | 13:45 |
dmsimard | hughsaunders: I mean arguably those are static files but still served through a webserver http://logs.openstack.org/21/456221/1/check/gate-ara-integration-latest-centos-7/7c72380/logs/build/reports/index.html | 13:45 |
dmsimard | but I'll try locally straight from files, sec | 13:45 |
hughsaunders | Yeah latest | 13:45 |
dmsimard | hughsaunders: hm, you're right | 13:48 |
dmsimard | I'll file a bug now | 13:48 |
openstackgerrit | Merged openstack/ara master: Improve integration testing for non-ascii characters (take two) https://review.openstack.org/456221 | 13:51 |
dmsimard | hughsaunders: https://storyboard.openstack.org/#!/story/2000981 I added a screenshot of the problem as well | 13:52 |
dmsimard | not sure what's the fix, I'll try and take a look when I have a chance | 13:53 |
dmsimard | problem looks obvious though | 13:53 |
hughsaunders | heh, I looked in the network section of the debug console and couldn't see failed requests. I guess thats because they didn't go across the network... I should have checked the console. | 13:53 |
*** tbielawa has joined #ara | 14:09 | |
*** tbielawa is now known as tbielawa|mtg | 14:17 | |
hughsaunders | dmsimard: next problem... there seems to be a request for a file/id dir, rather than file/id/index.html. That fails on our CDN as directories can't be fetched, only files. | 14:58 |
hughsaunders | Example fail: Request URL:http://0d2158eaaaf973ff7daf-2bd7d0c5a1f5e14f95e037b05b4e150c.r64.cf3.rackcdn.com/file/2465f080-b793-4b01-a1a0-b865038addb4/ | 14:58 |
hughsaunders | example success: http://0d2158eaaaf973ff7daf-2bd7d0c5a1f5e14f95e037b05b4e150c.r64.cf3.rackcdn.com/file/2465f080-b793-4b01-a1a0-b865038addb4/index.html | 14:58 |
dmsimard | hughsaunders: sort of known issue, one which is partially explained here https://review.openstack.org/#/c/450965/ | 15:00 |
dmsimard | I don't really have a solution for it, ideally you have a web server in front that knows what to do about it (when serving static files) or load the application itself (embedded webserver, wsgi, etc.) | 15:01 |
dmsimard | The URLs are laid out that way to provide easy feature parity between dynamic (database-driven/wsgi) and static versions | 15:02 |
hughsaunders | dmsimard: sounds like a case for BICYCLE REPAIR MAN.. erm I mean recursive sed. | 15:03 |
dmsimard | It stems from the fact that flask-frozen needs to know that there are routes/paths/files underneath a flask route and thus why there's a slash | 15:03 |
dmsimard | It sort of sucks, but I don't want to build my own flask-frozen so it's the compromise | 15:04 |
dmsimard | hopefully that makes sense though | 15:04 |
hughsaunders | yeah, I guess it works for the most used use-cases. | 15:04 |
dmsimard | doesn't resolve your particular issue but hope it's understandable | 15:04 |
dmsimard | is that rax swift cdn btw ? | 15:04 |
hughsaunders | I'll see how easy it is to postprocess the links | 15:04 |
hughsaunders | yeah | 15:04 |
hughsaunders | having a go at publishing ara reports into swift | 15:05 |
dmsimard | hughsaunders: probably ugly but maybe try a reverse proxy in front of the cdn ? sort of defeats the purpose but yeah .. | 15:06 |
dmsimard | hughsaunders: or maybe there's the possibility of doing rewrite rules or something, not familiar with rax implementation | 15:06 |
*** tbielawa|mtg is now known as tbielawa | 15:07 | |
dmsimard | hughsaunders: I'm interested in knowing if you end up figuring something out that is not too dirty, I'd document it | 15:07 |
*** tbielawa is now known as tbielawa|brb | 15:10 | |
*** tbielawa|brb is now known as tbielawa | 15:15 | |
*** karimb has quit IRC | 15:24 | |
*** karimb has joined #ara | 16:32 | |
*** karimb has quit IRC | 17:55 | |
*** karimb has joined #ara | 17:56 | |
*** tbielawa has quit IRC | 18:30 | |
*** karimb has quit IRC | 18:42 | |
*** karimb has joined #ara | 19:35 | |
*** karimb has quit IRC | 20:38 | |
*** karimb has joined #ara | 20:52 | |
openstackgerrit | Karim BEN YOUSSEF proposed openstack/ara master: UI : Convert 'Browsing tips' panels to tooltips https://review.openstack.org/456389 | 20:58 |
-openstackstatus- NOTICE: Restarting Gerrit for our weekly memory leak cleanup. | 21:24 | |
*** karimb has quit IRC | 21:28 |
Generated by irclog2html.py 2.14.0 by Marius Gedminas - find it at mg.pov.lt!