Options:
- # Session Start: Mon Sep 30 00:00:00 2013
- # Session Ident: #testing
- # [01:15] * heycam|away is now known as heycam
- # [02:45] * Joins: gsnedder1 (~gsnedders@public.cloak)
- # [02:45] * Quits: gsnedders (~gsnedders@public.cloak) (Ping timeout: 180 seconds)
- # [03:06] * heycam is now known as heycam|away
- # [05:19] * heycam|away is now known as heycam
- # [08:19] * Joins: gitbot (~gitbot@public.cloak)
- # [08:19] -gitbot:#testing- [web-platform-tests] sideshowbarker opened pull request #357: [cc] Added some parser tests for charref errors. (master...cc-html-parser) https://github.com/w3c/web-platform-tests/pull/357
- # [08:19] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [09:30] * Joins: dom (dom@public.cloak)
- # [09:56] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [09:59] * heycam is now known as heycam|away
- # [10:03] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [10:08] * Joins: zcorpan (~zcorpan@public.cloak)
- # [10:09] * Quits: zcorpan (~zcorpan@public.cloak) (Client closed connection)
- # [10:09] * Joins: zcorpan (~zcorpan@public.cloak)
- # [10:27] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [11:03] * Joins: Lachy (~Lachy@public.cloak)
- # [11:06] * Joins: darobin (rberjon@public.cloak)
- # [11:19] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [11:34] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [11:35] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [11:39] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [11:43] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [11:52] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [11:54] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [12:00] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [12:00] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:01] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:01] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [12:11] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [12:11] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:12] * Joins: abarsto (~abarsto@public.cloak)
- # [12:12] * abarsto is now known as ArtB
- # [12:17] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [12:17] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:30] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:31] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [12:41] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:41] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [12:43] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:46] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [12:51] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [12:52] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [12:57] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [12:57] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [13:08] * Joins: gitbot (~gitbot@public.cloak)
- # [13:08] -gitbot:#testing- [web-platform-tests] sideshowbarker pushed 1 new commit to master: https://github.com/w3c/web-platform-tests/commit/9d41f3acc6f9246827d9d536c3e7005a4e58310a
- # [13:08] -gitbot:#testing- web-platform-tests/master 9d41f3a Michael[tm] Smith: [cc] Added messages.json document->error map file
- # [13:08] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [13:22] <jgraham> Hmm, so w3c-test.org is a bit of a problem
- # [13:23] <jgraham> If it wasn't for that I could assume that server instances are shortlived
- # [13:24] <MikeSmith> jgraham: why would you want server instances to be shortlived?
- # [13:24] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [13:27] <jgraham> MikeSmith: Because some tests want to store small pieces of state that get set in one request and checked in some later request
- # [13:27] <MikeSmith> ok
- # [13:27] * Quits: Lachy (~Lachy@public.cloak) (Ping timeout: 180 seconds)
- # [13:28] <jgraham> So for a shortlived, one-client system, you can have an immutable (path, key) indexed store
- # [13:28] <jgraham> (although immutability is probably quite annoying when you are developing the test; need to think about that more)
- # [13:29] <jgraham> For a long-lived system with multiple clients accessing the same test you need something else
- # [13:32] <jgraham> I'm not sure what the "something" can be other than tokens (e.g. session cookies), which seems like extra complexity for the test author
- # [13:34] * Joins: Lachy (~Lachy@public.cloak)
- # [13:37] <MikeSmith> jgraham: the state has to be stored on the server side?
- # [13:38] <jgraham> Yeah. The use case I have in front of me is "did the client send a preflight request for CORS"
- # [13:38] <MikeSmith> each client couldn't locally store something separately?
- # [13:38] <MikeSmith> oh
- # [13:38] <MikeSmith> yeah
- # [13:39] <jgraham> (cookies also suck because they are inherently shared state, so I would prefer to *remove* them from tests wherever possible, not start adding more)
- # [13:42] <MikeSmith> maybe somebody on the list will have a clever idea
- # [13:42] <MikeSmith> though that seems pretty unlikely
- # [13:44] * heycam|away is now known as heycam
- # [13:45] <darobin> I guess CORS tests could be made against unique paths
- # [13:45] <darobin> and you store information when that unique path is accessed, return it on demand
- # [13:48] <jgraham> Doesn't that amount to asking the client to generate a unique token
- # [13:48] <jgraham> Which *works*
- # [13:48] <jgraham> But is mighty inconvenient
- # [13:49] <jgraham> Not least because you have to make sure that you keep a copy of the token
- # [13:57] * heycam is now known as heycam|away
- # [14:19] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [14:44] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [14:47] <AutomatedTester> I have a Chinese visa!
- # [14:48] <Ms2ger> Now, a good use for it
- # [14:49] <AutomatedTester> implement my own great leap forward for China?
- # [14:49] <jgraham> s/leap/test the web/
- # [14:49] <jgraham> Easy to get those confused
- # [14:50] <jgraham> Probably if you say the wrong thing in this channel they will still refuse you entry :)
- # [14:50] <AutomatedTester> jgraham: I ranted after my application and I still got a visa
- # [14:50] <jgraham> Yeah well
- # [14:51] <jgraham> Now they want you to do a 12 hour flight
- # [14:51] <jgraham> and then be denied entry
- # [14:51] <AutomatedTester> <- low risk
- # [14:51] <AutomatedTester> do I still get my air miles?
- # [14:51] <jgraham> I guess
- # [14:51] <AutomatedTester> then its not a total lose
- # [14:51] <AutomatedTester> loss*
- # [14:51] <jgraham> Anyway I guess that means that there's hope
- # [14:52] <jgraham> I got a new invitation letter with more information on
- # [14:52] <AutomatedTester> jgraham: I looked at getting to the hotel and going from Hong Kong looks painful
- # [14:52] <AutomatedTester> its >3 hrs
- # [14:52] <jgraham> Oh
- # [14:52] <jgraham> Well
- # [14:52] <AutomatedTester> vs 30 mins from Shenzhen airport
- # [14:52] <jgraham> Why do they recommend that?
- # [14:52] <AutomatedTester> I dont know
- # [14:53] <jgraham> >3 hours and a boat is not my idea of fun
- # [14:53] <AutomatedTester> no
- # [14:53] <Ms2ger> Sounds like traveling 20 miles by train in the UK
- # [14:53] <Ms2ger> Though it's probably cheaper
- # [14:53] <AutomatedTester> especially since my Cantonese/Mandarin is sketchy
- # [14:53] <dom> "FWIW, those (like me) who'll arrive through HKIA should consider using
- # [14:53] <dom> the ferry. 30 minutes, cheap, convinient."
- # [14:54] <jgraham> …
- # [14:54] <jgraham> These accounts do not match
- # [14:55] <AutomatedTester> I checked on Google maps
- # [14:55] <AutomatedTester> on a train so can't use Google maps
- # [14:56] <AutomatedTester> I only reserved my flight so now need to book it
- # [14:58] <jgraham> Seems the ferry itself takes 30 minute
- # [14:58] <jgraham> s
- # [14:58] <jgraham> Although it isn't really clear how the journey could then take 3 hours. But Shenzen is presumably huge
- # [14:59] <AutomatedTester> 40 km from Shenzhen airport
- # [15:00] <wilhelm> I handed in my visa application form today. They accepted the invitation letter as-is.
- # [15:01] <AutomatedTester> *mutters*
- # [15:01] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [15:02] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:02] <wilhelm> But they had moved the consulate. So I was ringing the wrong door bell this morning. (c;
- # [15:02] <AutomatedTester> lol
- # [15:03] <AutomatedTester> jgraham: when is your appointment now?
- # [15:04] <jgraham> AutomatedTester: A week on Wednesday
- # [15:04] <jgraham> iirc
- # [15:04] <jgraham> (not sure why I wouldn't pick a week on Tuesday)
- # [15:06] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [15:06] * Joins: tobie (tobie@public.cloak)
- # [15:06] <MikeSmith> DPRK doorbell
- # [15:06] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:08] <wilhelm> I do want to visit there, actually. But that'll have to be next time. (c;
- # [15:09] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [15:10] <MikeSmith> wilhelm: you don't know it yet, but you're now in the way there already
- # [15:10] <MikeSmith> because you ringed their doorbell
- # [15:10] <wilhelm> Oh.
- # [15:11] * wilhelm cancels the Tokyo apartment booked for just after TPAC. I hope I get my money back.
- # [15:11] <jgraham> (also the ferries are once per hour ish, so I fiess that the expected waiting time is another 30 minutes)
- # [15:11] <jgraham> *guess
- # [15:12] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:15] * Joins: Automate_ (~AutomatedTester@public.cloak)
- # [15:19] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Ping timeout: 180 seconds)
- # [15:20] * Quits: Automate_ (~AutomatedTester@public.cloak) (Client closed connection)
- # [15:20] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:25] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [15:28] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:32] <AutomatedTester> yay internet again!
- # [15:33] * Joins: abarsto (~abarsto@public.cloak)
- # [15:33] * Quits: ArtB (~abarsto@public.cloak) (Client closed connection)
- # [15:46] * Quits: gsnedder1 (~gsnedders@public.cloak) (Ping timeout: 180 seconds)
- # [15:47] * Quits: tobie (tobie@public.cloak) (Client closed connection)
- # [15:47] * Joins: tobie (tobie@public.cloak)
- # [15:49] * Quits: abarsto (~abarsto@public.cloak) ("Leaving.")
- # [15:49] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [15:50] * Joins: abarsto (~abarsto@public.cloak)
- # [15:50] * abarsto is now known as ArtB
- # [15:51] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [15:57] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [16:01] * Joins: gsnedders (~gsnedders@public.cloak)
- # [16:06] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [16:11] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [16:14] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [16:19] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [16:49] * Joins: gitbot (~gitbot@public.cloak)
- # [16:49] -gitbot:#testing- [web-platform-tests] ayg opened pull request #358: Use webidl2.js instead of WebIDLParser.js (master...submission/ayg-use-webidl2) https://github.com/w3c/web-platform-tests/pull/358
- # [16:49] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [16:57] * Quits: rhauck1 (~Adium@public.cloak) (Client closed connection)
- # [17:25] * Joins: rhauck (~Adium@public.cloak)
- # [17:40] * Joins: rhauck1 (~Adium@public.cloak)
- # [17:45] * Quits: rhauck (~Adium@public.cloak) (Ping timeout: 180 seconds)
- # [17:49] * Joins: gsnedder1 (~gsnedders@public.cloak)
- # [17:50] * Quits: gsnedders (~gsnedders@public.cloak) (Client closed connection)
- # [18:20] * Quits: darobin (rberjon@public.cloak) (Client closed connection)
- # [18:50] * Joins: jhammel (~jhammel@public.cloak)
- # [18:59] * Quits: Lachy (~Lachy@public.cloak) ("My MacBook Pro has gone to sleep. ZZZzzz…")
- # [19:03] * Quits: rhauck1 (~Adium@public.cloak) ("Leaving.")
- # [19:06] * Joins: rhauck (~Adium@public.cloak)
- # [19:08] * Joins: gitbot (~gitbot@public.cloak)
- # [19:08] -gitbot:#testing- [web-platform-tests] ayg opened pull request #359: Update dom/interfaces.html to current spec (master...submission/ayg-update-dom-interfaces) https://github.com/w3c/web-platform-tests/pull/359
- # [19:08] * Parts: gitbot (~gitbot@public.cloak) (gitbot)
- # [19:25] * Quits: tobie (tobie@public.cloak)
- # [19:32] * Quits: ArtB (~abarsto@public.cloak) ("Leaving.")
- # [19:41] * Joins: Lachy (~Lachy@public.cloak)
- # [19:49] * Joins: abarsto (~abarsto@public.cloak)
- # [19:49] * abarsto is now known as ArtB
- # [20:14] <jgraham> Hurrah. Now I have a test that fails 6/6 times on w3c-test.org and passes 4/6 times locally
- # [20:14] <jgraham> Which I think means that it is buggy 2/6 times locally
- # [20:14] <jgraham> Of course odin is still awol
- # [20:15] <jgraham> Oh s/6/5
- # [20:16] <jgraham> and it fails only once locally in Opera...
- # [20:21] * Quits: dom (dom@public.cloak) ("")
- # [20:22] <jgraham> (also this test is insane)
- # [20:22] * jgraham will go home instead
- # [20:22] <andreastt> odinho got back from Moscow today.
- # [20:22] <andreastt> He was in the office, at least.
- # [20:22] <jgraham> Oooh, a victim
- # [20:23] <jgraham> I mean, uh
- # [20:23] <jgraham> Helper?
- # [20:23] <jgraham> Anyway hopefully he will be around tomorrow if I try at a more sensible time
- # [20:41] * Quits: Ms2ger (~Ms2ger@public.cloak) (Ping timeout: 180 seconds)
- # [20:49] * Joins: darobin (rberjon@public.cloak)
- # [20:53] * Joins: Ms2ger (~Ms2ger@public.cloak)
- # [21:01] * Quits: jhammel (~jhammel@public.cloak) ("lunch")
- # [21:17] * Joins: AutomatedTester (~AutomatedTester@public.cloak)
- # [21:36] * Joins: tobie (tobie@public.cloak)
- # [22:37] * Quits: Ms2ger (~Ms2ger@public.cloak) ("nn")
- # [22:43] * Quits: tobie (tobie@public.cloak)
- # [22:46] * Joins: glenn (~gadams@public.cloak)
- # [22:51] * Quits: AutomatedTester (~AutomatedTester@public.cloak) (Client closed connection)
- # [22:55] * Joins: jhammel (~jhammel@public.cloak)
- # [22:58] * Parts: jhammel (~jhammel@public.cloak) (jhammel)
- # Session Close: Tue Oct 01 00:00:00 2013
The end :)