Options:
- # Session Start: Mon Jan 06 00:00:00 2014
- # Session Ident: #testing
- # [00:13] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [00:20] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [02:27] * heycam is now known as heycam|away
- # [03:17] * heycam|away is now known as heycam
- # [07:06] * heycam is now known as heycam|away
- # [08:36] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [08:58] * Joins: dom (dom@public.cloak)
- # [09:23] * Joins: zcorpan (~zcorpan@public.cloak)
- # [10:11] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [10:11] * Joins: zcorpan (~zcorpan@public.cloak)
- # [10:19] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [11:02] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [11:22] * Joins: zcorpan (~zcorpan@public.cloak)
- # [11:29] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [11:30] <jgraham> MikeSmith: So who is it that's going to work on w3c-test.org changes?
- # [11:31] <MikeSmith> jgraham: me I guess
- # [11:32] <MikeSmith> unless robin ends up getting tired of waiting for me to get around to it
- # [11:34] <jgraham> I see.
- # [11:34] <jgraham> I just really want to merge that PR :)
- # [11:35] <jgraham> (since literally everything else depends on it)
- # [11:37] <MikeSmith> what's stopping you from merging it? that it will break existing serving from w3c-test.org?
- # [11:37] <MikeSmith> I think we can go ahead and break it
- # [11:37] <MikeSmith> I mean, go ahead and merge it
- # [11:37] <Ms2ger> Yeah, it will
- # [11:38] <jgraham> Well
- # [11:38] <jgraham> It will breat tests
- # [11:38] <jgraham> *Break
- # [11:38] <jgraham> Not serving as such
- # [11:45] <MikeSmith> jgraham: so if it's blocked on it breaking some tests, what can I personally do about that right now?
- # [11:45] <MikeSmith> I mean, that doesn't have anything to do with the server
- # [11:45] <MikeSmith> oh
- # [11:46] <jgraham> It has everything to do with the server :)
- # [11:46] <MikeSmith> unless you mean break e.g. the websocket tests we're serving from jetty
- # [11:48] <MikeSmith> so what else would I need to do on the server side before we can deploy it?
- # [11:48] <jgraham> It will break those. And all the tests that depend on PHP (because they are deleted) and all the tests that depend on .htaccess (because all the .htaccess files are deleted too)
- # [11:48] * Joins: Lachy (~Lachy@public.cloak)
- # [11:48] <MikeSmith> so those tests need to be fixed later
- # [11:49] <Ms2ger> No, the tests are fixed
- # [11:49] <Ms2ger> But they rely on having the python server running
- # [11:49] <MikeSmith> so I shut down the Apache server on port 80 and I run the python server on port 80
- # [11:50] <jgraham> YEah, more or less
- # [11:50] <MikeSmith> well that's easy
- # [11:50] <jgraham> You actually want to run the python server on port 80 and some other port
- # [11:51] <MikeSmith> yeah but it does that by itself, right?
- # [11:51] <MikeSmith> I mean the start script for it does
- # [11:51] <jgraham> It might not be the best way for you to run things, but for the local user there is a config file
- # [11:51] <Ms2ger> "HTTP servers for w3c-test.org are available on ports 80, 81, 82, and 83.", apparently
- # [11:51] <MikeSmith> I may have to open some ports on the firewall
- # [11:52] <jgraham> Ms2ger: It should only be 2 ports now
- # [11:52] <jgraham> and 2 for HTTPS, although the HTTPS code probably doesn't work since it's untested
- # [11:53] <Ms2ger> That's not what http://www.w3.org/wiki/Testing/Requirements#The_Web_test_server_must_be_available_through_different_ports says
- # [11:53] <MikeSmith> we (W3C) do have some other things on w3c-test.org that are using the Apache server, but I guess for those we'll just need to move Apache to running on some other port (which will break some bookmarks and whatnot but oh well)
- # [11:54] <jgraham> Ms2ger: At this point I don't think there are any tests that require > 2 ports. I'm not even sure what such a test would look like
- # [11:55] <jgraham> MikeSmith: Having other things on w3c-test.org is unfortunate. What kind of other things are they?
- # [11:57] <jgraham> (given that this is relatively unproven code, it seems prudent to islolate it as much as possible, so if there are problems it only affects the tests and not anything else)
- # [12:01] <MikeSmith> jgraham: it will be isolated once it runs, necessarily. it's not going to have access to the rest of the filesytem outside of the tree that's a clone of the w-p-t repo
- # [12:01] <odinho> yeah. that server should prolly be simple and easy to replicate too.
- # [12:01] <odinho> have some standard default setup
- # [12:02] <MikeSmith> the other things are like http://w3c-test.org/testrunner/2dcontext/ and such
- # [12:02] <MikeSmith> and really I don't know what eelse but the best way to find out it is to flip the switch and see who complains
- # [12:03] <MikeSmith> only plh and robin and I have shell access to that host
- # [12:03] <MikeSmith> so they're the only ones that would have installed other Web content there
- # [12:04] <MikeSmith> oh there's http://w3c-test.org/framework/app/ but robin and I will be happy to break that at this point
- # [12:04] <MikeSmith> Richard won't be, I guess, but nobody is maintaining it any more anyway
- # [12:04] <Ms2ger> Oh, that
- # [12:04] <jgraham> OK
- # [12:05] <MikeSmith> we can move that to another port if Richard really wants it
- # [12:05] <MikeSmith> yeah, that thing is PHP
- # [12:05] <jgraham> I kind of have a wptserve-based replacement
- # [12:05] <MikeSmith> yeah, indeed
- # [12:05] <Ms2ger> I say we bury it and salt the ground
- # [12:05] <MikeSmith> I think that will work for Richard's needs better
- # [12:05] <jgraham> At least I have a way of running tests in your browser semi-automatically and getting the results as JSON
- # [12:05] <MikeSmith> Ms2ger: amen
- # [12:07] <jgraham> So the theory is that I should go ahead with the merge and then you will deal with the wreckage?
- # [12:07] <MikeSmith> jgraham: yeah I htink Richard will like that better. He was just relying on the /framework thing because that's all we had. He never bought into the CSS WG tax we had to bake into it, and will be glad I think not to have to do all the extra work that thing forces the test maintainers to do
- # [12:07] <MikeSmith> jgraham: yeah
- # [12:08] <MikeSmith> Robin may suggest more caution, I dunno
- # [12:08] * Ms2ger suggests less caution
- # [12:08] <jgraham> MikeSmith: Is Robin around?
- # [12:08] <MikeSmith> Robin not around today I don7t think
- # [12:08] <MikeSmith> at least I've not talked with him today
- # [12:08] <MikeSmith> plh will be on later
- # [12:08] <Ms2ger> Well, he's French... He'll probably surrender
- # [12:09] <MikeSmith> heh
- # [12:10] <MikeSmith> we have a plh-team staff meeting tomorrow, so we could discuss it then. But really only plh and Robin and I need to talk
- # [12:10] <Ms2ger> So you're on Team Plh, eh
- # [12:10] <MikeSmith> but if Robin's not here today I guess we should wait til tomorrow morning EU time to do it, assuming he'll be here tomorrow
- # [12:11] <jgraham> OK. Waiting a day isn't a problem. Waiting a month for him to get back from his stint on celebrity big brother, or something, might be
- # [12:12] <jgraham> (maybe they don't have that in Japan…)
- # [12:12] <MikeSmith> Ms2ger: technically it's the "Interaction Domain", but nobody except W3C fellow travelers know or care what that it. More people know plh
- # [12:12] <MikeSmith> jgraham: heh
- # [12:12] <MikeSmith> more like non-celebrity big daddy
- # [12:13] <MikeSmith> Robin has two young kids so I think he's not got spare time for big brothering
- # [12:14] <MikeSmith> anyway I will make it a priority
- # [12:14] <MikeSmith> I think we should try to get it done by mid-week at the latest
- # [12:15] <jgraham> MikeSmith: Awesome, thanks
- # [12:20] <MikeSmith> hey btw here's me doing some W3C member recruiting in China: http://www.flickr.com/photos/koalie/11761925966/in/set-72157639407924945
- # [12:20] <Ms2ger> Did they join?
- # [12:21] * MikeSmith is gonna show that to plh next time anybody complains to him about me not being cooperative about "outreach"
- # [12:21] <MikeSmith> Ms2ger: I asked him to talk to his boss
- # [12:28] * Joins: abarsto (~abarsto@public.cloak)
- # [12:28] * abarsto is now known as ArtB
- # [13:08] * Joins: darobin (rberjon@public.cloak)
- # [13:12] * Quits: Lachy (~Lachy@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [13:27] * Joins: zcorpan (~zcorpan@public.cloak)
- # [13:30] * Joins: gitbot (~gitbot@public.cloak)
- # [13:30] -gitbot:#testing- [web-platform-tests] deniak created deniak/ms-audio (+1 new commit): https://github.com/w3c/web-platform-tests/commit/ed305a1b5069
- # [13:30] -gitbot:#testing- web-platform-tests/deniak/ms-audio ed305a1 Denis Ah-Kang: MS tests on audio element:...
- # [13:30] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:30] * Joins: gitbot (~gitbot@public.cloak)
- # [13:30] -gitbot:#testing- [web-platform-tests] deniak opened pull request #494: MS tests on audio element (master...deniak/ms-audio) https://github.com/w3c/web-platform-tests/pull/494
- # [13:30] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:34] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [13:52] * Joins: zcorpan (~zcorpan@public.cloak)
- # [13:52] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [13:57] * Joins: gitbot (~gitbot@public.cloak)
- # [13:57] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to jgraham/DOMParsing: https://github.com/w3c/web-platform-tests/commit/74e440a485311d66667ac6246b84245a6d93448c
- # [13:57] -gitbot:#testing- web-platform-tests/jgraham/DOMParsing 74e440a James Graham: fixup! Add DOM parsing and serialization tests...
- # [13:57] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:58] * Joins: zcorpan (~zcorpan@public.cloak)
- # [14:36] * Joins: Lachy (~Lachy@public.cloak)
- # [14:40] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [14:40] * Joins: zcorpan (~zcorpan@public.cloak)
- # [14:42] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [14:43] * Quits: Lachy (~Lachy@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [14:44] * Joins: Lachy (~Lachy@public.cloak)
- # [14:46] * Joins: zcorpan (~zcorpan@public.cloak)
- # [14:56] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [14:56] * Joins: zcorpan (~zcorpan@public.cloak)
- # [14:57] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [14:57] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:03] * Quits: Lachy (~Lachy@public.cloak) ("Textual IRC Client: www.textualapp.com")
- # [15:04] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [15:05] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:05] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:05] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:11] * Joins: Lachy (~Lachy@public.cloak)
- # [15:12] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [15:12] * Joins: zcorpan (~zcorpan@public.cloak)
- # [15:19] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [15:22] * Joins: gitbot (~gitbot@public.cloak)
- # [15:22] -gitbot:#testing- [web-platform-tests] deniak pushed 1 new commit to deniak/ms-audio: https://github.com/w3c/web-platform-tests/commit/76c94ab1590c2338fa9779f39770a16bd260cd2b
- # [15:22] -gitbot:#testing- web-platform-tests/deniak/ms-audio 76c94ab Denis Ah-Kang: convert audio_001 and audio_002 into reftest...
- # [15:22] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [15:37] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:44] <Ms2ger> Looks like darobin is around
- # [15:46] <darobin> I deny knowledge
- # [15:47] <jgraham> darobin is round you say? Must have been a greedy Christmas\
- # [15:48] * Joins: plh (plehegar@public.cloak)
- # [15:48] <darobin> slim, slender, and lissome as always
- # [15:51] <Ms2ger> As slim as always?
- # [15:51] <Ms2ger> I don't see the contradiction, then
- # [15:52] <jgraham> Ms2ger: Now now, play nicely with the other children
- # [15:53] <jgraham> darobin: I like your plan :)
- # [15:53] <darobin> jgraham: I thought you would :)
- # [15:53] <darobin> it's very considerate of you to ping first though
- # [15:54] * Joins: gitbot (~gitbot@public.cloak)
- # [15:54] -gitbot:#testing- [web-platform-tests] jgraham force-pushed jgraham/python_review_2 from d125d7b to 267b600: https://github.com/w3c/web-platform-tests/commits/jgraham/python_review_2
- # [15:54] -gitbot:#testing- web-platform-tests/jgraham/python_review_2 a974755 James Graham: Make tests self-hosting...
- # [15:54] -gitbot:#testing- web-platform-tests/jgraham/python_review_2 f32df52 James Graham: fixup! Make tests self-hosting
- # [15:54] -gitbot:#testing- web-platform-tests/jgraham/python_review_2 906290f James Graham: fixup! Make tests self-hosting...
- # [15:54] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:11] * Joins: gitbot (~gitbot@public.cloak)
- # [16:11] -gitbot:#testing- [web-platform-tests] jgraham pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/234a672d023e8f57f3c78ca129788ca650242cc0
- # [16:11] -gitbot:#testing- web-platform-tests/master 234a672 James Graham: Make tests self-hosting...
- # [16:11] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:12] <odinho> Partey!
- # [16:12] <jgraham> And we're live
- # [16:12] <Ms2ger> !
- # [16:14] <darobin> wooohoooo!
- # [16:21] * Joins: gitbot (~gitbot@public.cloak)
- # [16:21] -gitbot:#testing- [web-platform-tests] jgraham closed pull request #379: Make tests self-hosting (master...jgraham/python_review_2) https://github.com/w3c/web-platform-tests/pull/379
- # [16:21] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:34] * Joins: gitbot (~gitbot@public.cloak)
- # [16:34] -gitbot:#testing- [web-platform-tests] jgraham force-pushed jgraham/runner from 3576250 to a097664: https://github.com/w3c/web-platform-tests/commits/jgraham/runner
- # [16:34] -gitbot:#testing- web-platform-tests/jgraham/runner a097664 James Graham: Add a test runner and tool for making implementation reports...
- # [16:34] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:36] * Joins: gitbot (~gitbot@public.cloak)
- # [16:36] -gitbot:#testing- [web-platform-tests] jgraham opened pull request #495: Add a test runner and tool for making implementation reports (master...jgraham/runner) https://github.com/w3c/web-platform-tests/pull/495
- # [16:36] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:37] <jgraham> I know you were all mising having code to review
- # [16:39] <jgraham> This time there is even lots of javascript just to keep darobin happy
- # [16:40] <Ms2ger> How much did you rewrite? :)
- # [16:42] <jgraham> Ms2ger: Well. I think you can tell it's still based on the same structure. But quite a lot
- # [16:48] <MikeSmith> darobin: we we talking here earlier about deploying of wptserve on w3c-test.org
- # [17:13] <darobin> MikeSmith: ah, did you reach any conclusions?
- # [17:14] <darobin> I think we just need to break what we have and move on
- # [17:14] <plh> you might want to check with Richard
- # [17:15] <plh> he might still be using the old framework
- # [17:15] <plh> at least, send him a warning :)
- # [17:17] <darobin> mmmmm, that is a very good point
- # [17:17] <darobin> he almost certainly is
- # [17:17] <darobin> crap
- # [17:17] <darobin> wptserve might need an option to proxy to Apache :)
- # [17:18] <MikeSmith> plh: I will work things out with Richard
- # [17:19] <MikeSmith> I think he just wants something that works. he's not wedded to that php thing
- # [17:19] <plh> darobin, or Richard might need to figure out how to use wptserve
- # [17:19] <darobin> MikeSmith: he needs something that spits out test results that he can then embed
- # [17:20] <darobin> plh: it's not just wptserve, he's using the test result data which we don't have running yet
- # [17:20] <plh> then, as you suggested, a .htaccess to the old stuff in the meantime might do it
- # [17:20] <darobin> plh: .htaccess to the old stuff only works so far as wptserve support .htaccess, which at this point is not at all :)
- # [17:21] <MikeSmith> plh: what Richard liked about wptserve was that it let him run the whole test suite and get the results. Ms2ger's testrunner can do that, and jgraham added support to it to generate the results in json so they can be reported
- # [17:21] <darobin> I guess we could place a python script that would do the redirecting properly
- # [17:21] <plh> yep, I realized that after I wrote it :)
- # [17:21] <MikeSmith> darobin: see above
- # [17:21] <Ms2ger> MikeSmith, hey, I had json results before they were cool :)
- # [17:21] * Ms2ger is now known as Hipger
- # [17:21] <jgraham> Heh
- # [17:21] <MikeSmith> plh: we can run Apache on another port for Richard and others if they cant
- # [17:22] <MikeSmith> *want
- # [17:22] <plh> yep, that seems the easiest indeed
- # [17:22] * Joins: lmcliste_ (~lmclister@public.cloak)
- # [17:22] <jgraham> Anyway, yeah what I added to Ms2ger's testrunner was basically wptserve support + MANIFEST.json support + different code
- # [17:23] <jgraham> I can help Richard if he is interested in migrating
- # [17:24] <MikeSmith> OK so tomorrow we can have jgraham do the merge and then I'll start wptserve on w3c-test.org and when other things break I'll deal with the complainents
- # [17:26] <darobin> MikeSmith: yes, I was thinking about running Apache on another port, though I think we have to ask the systeam for that
- # [17:26] <darobin> MikeSmith: jgraham has done the merge I believe :)
- # [17:26] <MikeSmith> ok
- # [17:26] <darobin> MikeSmith: let me know when you get started running and fixing, in case I can help
- # [17:26] <MikeSmith> ok
- # [17:27] <MikeSmith> about other ports I think I have to deal with iptables but don't need systeam to open any, iirc
- # [17:28] <MikeSmith> and maybe we have enough ports open already
- # [17:28] <jgraham> Are 82 and 83 already open? YOu could use those
- # [17:28] <jgraham> wptserve wants 2
- # [17:28] <darobin> those are open I believe
- # [17:28] <MikeSmith> right yeah I could repurpose those
- # [17:28] <darobin> oh, I thought we were using them
- # [17:28] <jgraham> (well 2 http, we don't really have a use case for more yet)
- # [17:29] <darobin> ah, I thought we had to get upstream approval for ports, i.e. that iptables was not the way to go — but I'm pretty sure you know best :)
- # [17:29] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:30] <MikeSmith> darobin: I think we do for systeam-maintained hosts, but w3c-test is still.. special
- # [17:32] <darobin> yeah, it's very special :)
- # [17:33] <darobin> MikeSmith: I guess this is the right time to ask systeam to reset the machine to their configuration though, no?
- # [17:33] <darobin> brett has been wanting to do that
- # [17:33] <darobin> it will save us from messy trouble, too
- # [17:39] <Hipger> Messy trouble? I can't imagine
- # [17:43] <MikeSmith> darobin: yeah I guess it would be the right time
- # [17:52] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [17:52] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [17:52] * Joins: zcorpan (~zcorpan@public.cloak)
- # [17:59] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [18:29] * Joins: hober (~ted@public.cloak)
- # [18:33] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [18:35] * Joins: zcorpan (~zcorpan@public.cloak)
- # [18:42] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [18:49] * Quits: dom (dom@public.cloak) ("")
- # [19:48] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [19:51] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [20:03] * Joins: zcorpan (~zcorpan@public.cloak)
- # [20:08] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [20:52] * Joins: darobin (rberjon@public.cloak)
- # [20:55] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [21:04] <Automate_> MikeSmith: I bet you're asleep right?
- # [21:19] * Joins: zcorpan (~zcorpan@public.cloak)
- # [21:26] * Quits: zcorpan (~zcorpan@public.cloak) (Ping timeout: 180 seconds)
- # [22:10] * Joins: plh3 (plehegar@public.cloak)
- # [22:16] * Quits: plh (plehegar@public.cloak) (Ping timeout: 180 seconds)
- # [22:24] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [22:34] * Joins: Lachy (~Lachy@public.cloak)
- # [22:43] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [22:43] * Joins: Lachy (~Lachy@public.cloak)
- # [22:51] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [22:52] * Joins: Lachy (~Lachy@public.cloak)
- # [23:02] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [23:07] * Joins: Lachy (~Lachy@public.cloak)
- # [23:14] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [23:26] * heycam|away is now known as heycam
- # Session Close: Tue Jan 07 00:00:00 2014
The end :)