Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Move Mosquito Server Sent Events tests #62

Closed
wants to merge 1 commit into from

Conversation

odinho
Copy link
Contributor

@odinho odinho commented Apr 4, 2013

No description provided.

@dontcallmedom
Copy link
Contributor

I've started to look at these — they're not quite ready for merge.

Among other things, the tests currently rely on a server-side component run by node.js to send events as needed; is that acceptable? If not, what is the proper way to define the server-side aspects of these tests?

@Ms2ger
Copy link
Contributor

Ms2ger commented Apr 8, 2013

Eventually, the "proper way" is intended to be a simple python server, which does not yet exist. For now, anything that runs on w3c-test.org is fine, I guess.

@odinho
Copy link
Contributor Author

odinho commented Apr 8, 2013

It will probably be better to look at Opera's server sent events tests #60, because they will work on w3c-test.org (using PHP). They will need some quick checkups that they are sane wrt. the spec. We had a contributor do some fixes there already, and I have reviewed and accepted those changes. But the other files are left.

@dontcallmedom
Copy link
Contributor

Having compared the MOSQUITO tests with the opera tests, the Opera tests cover all the things the MOSQUITO tests do, and are much closer to be ready than the MOSQUITO ones, so I would suggest to drop the MOSQUITO tests.

@cynthia
Copy link
Contributor

cynthia commented Apr 9, 2013

On top of that, the "server component" is not really functional. It has interesting bugs like 1) append .html on incoming requests for resources, so if you ask for "/user-agent-announce-connection.html" it'll try to send you "user-agent-announce-connection.html.html", which 2) crashes because it doesn't handle missing files and 3) will crash even if you ask for "/user-agent-announce-connection" because the tests look for files in resources/, which are at least not in this subtree. (Unless I'm missing something, but I would expect a testsuite to be a bit more plug-and-play.) So at least the server component needs to be fixed or re-written. (and 4) it will send HTTP 200 even if the file doesn't exist, although it crashes immediately after that so I guess that's fine. :P)

@odinho
Copy link
Contributor Author

odinho commented Apr 9, 2013

Sounds good to me that, -- although I guess we shouldn't just close it. Rather fix and integrate the Opera tests, and then when we actually already have that submission in this one won't be needed.

And maybe we should also ping the mailing list? I guess not everyone is following these pull requests. I don't know if we have dropped anything like that before? I did refuse a pull request to the Opera SSE tests because it was wrong, and redid the correct parts of it after-the-fact, but that was a bit different :-)

@AFBarstow
Copy link
Contributor

@velmont @dontcallmedom - I believe Tina's analysis is consistent with what I think you two are saying -> WebApps should consider Opera's SSE tests as sufficient to test the SSE Candidate and the MOSQUITO tests should not be used. That is probably why she only included Opera's test in the SSE test results doc she created http://www.w3.org/wiki/Webapps/Interop/ServerSentEvents.

Odin - perhaps you should confirm that on public-webapps-testsuite? Also, how do RfRs map into this brave new GH world? I think the requirement is a clear request to the WG to review tests we want to use for CR interop testing.

@odinho
Copy link
Contributor Author

odinho commented Apr 30, 2013

Removed Mosquito tests in favour of newly moved Opera tests.

@odinho odinho closed this Apr 30, 2013
@odinho odinho deleted the submission/MOSQUITO-ServerSentEvents branch April 30, 2013 16:22
jgraham pushed a commit that referenced this pull request Apr 13, 2017
Replace WebDriver client with the one from wptrunner
jgraham pushed a commit that referenced this pull request Apr 21, 2017
Pass the -r argument to pip in the documentation.
jgraham added a commit that referenced this pull request Apr 24, 2017
88c5c5b6bb chore(package): bump version
8b3bc38a24 chore(package): bump version
c64fe13a42 chore(package): update deps
a0bccdf485 fix "Trailing comma in extended attribute" error (#63)
62633a1025 Remove support for MapClass (no longer valid in WebIDL) (#62)
3a7d1bbe3e Merge pull request #61 from w3c/annotated_types
49ea372ba3 Fix spaces in JSON output for updated test
7488ee661f docs(README): fix markdown.
5530e9fecc Adapt test to support for annotated types
a387b679ca Add support for annotated types
ffe9400aba Merge pull request #58 from SaschaNaz/namespace
9a154bb963 implement namespace
830d19191f chore(package): bump version
e5771f11e8 Revert "style: use U.S. English"
8c712c9cb8 chore(package): bump version
8ee9a85ad8 style: use U.S. English
bc7b7c6897 style(lib): beautify code
96699646e1 chore(package): bump version
86ea904cbf chore(package): update dependencies
44d7b22851 Merge pull request #57 from TimothyGu/develop
0b5300ec76 Make writer less strict about generic idlType's type
064622bf59 Add support for records
fcb88fb1ac Merge pull request #50 from w3c/refactor
a23527043e refactor(webidl.js): move WebIDLParseError
c64e97c3b8 Merge pull request #49 from w3c/amd_compat
d1e704bd40 feat(lib): add AMD export support (closes #48)
5458831df8 style(writer.js): fix whitespace
481c29427a style(webidl2.js): fix whitespace
ed24e286ee chore(package): update deps
2668a8be5f docs(README): fixup markdown highlighting
9df3430244 Merge pull request #47 from mkwtys/fix-default
ec61c0a096 Merge branch 'halton-replace_expect' into develop
fb59b13c2c Really be deterministic
128d7335bb Remove reliance on undeterministic object key order
7bf2df2276 Confirm support for union in typedef
1b5b83438e Remove test of now invalid nested typdef
2d8cd93bd4 Update location of expect.js library
1ed22de9b5 Correct jsondiffpatch location.
a2e2f8e902 Bump microtime to 2.1.1
23b63723e9 Expand writer support
9cc1281a1c Accept wider (but still incomplete) set of allowed syntax for extended attributes.
cb04f7777c Identifier allow `-`
d9b4989425 Merge pull request #39 from markandrus/develop
1ab320df8d Merge pull request #37 from artillery/develop
524000bfd6 Merge pull request #31 from othree/in-draft
99127088c2 Fix `"default": undefined`
191685b05f Really be deterministic
300b1e0fae Remove reliance on undeterministic object key order
61c8e65035 Confirm support for union in typedef
f0cd831c6c Remove test of now invalid nested typdef
77b5e3df87 Update location of expect.js library
f84b8e684c Merge pull request #44 from halton/fix_jsondiffpatch
b52117cf05 Merge pull request #43 from halton/bump_microtime
65382bf16b Replace expect.js with expct
be6c2e21e9 Correct jsondiffpatch location.
0b0fa3e92d Bump microtime to 2.1.1
e470735423 Expand writer support
9e2ccfc940 Accept wider (but still incomplete) set of allowed syntax for extended attributes.
989591f675 Allow trailing comma in enum
9385d07a54 Identifier allow `-`

git-subtree-dir: resources/webidl2
git-subtree-split: 88c5c5b6bb675d0d95ae3ec4db3258768d0c8fc0
jgraham added a commit that referenced this pull request Apr 26, 2017
)

88c5c5b6bb chore(package): bump version
8b3bc38a24 chore(package): bump version
c64fe13a42 chore(package): update deps
a0bccdf485 fix "Trailing comma in extended attribute" error (#63)
62633a1025 Remove support for MapClass (no longer valid in WebIDL) (#62)
3a7d1bbe3e Merge pull request #61 from w3c/annotated_types
49ea372ba3 Fix spaces in JSON output for updated test
7488ee661f docs(README): fix markdown.
5530e9fecc Adapt test to support for annotated types
a387b679ca Add support for annotated types
ffe9400aba Merge pull request #58 from SaschaNaz/namespace
9a154bb963 implement namespace
830d19191f chore(package): bump version
e5771f11e8 Revert "style: use U.S. English"
8c712c9cb8 chore(package): bump version
8ee9a85ad8 style: use U.S. English
bc7b7c6897 style(lib): beautify code
96699646e1 chore(package): bump version
86ea904cbf chore(package): update dependencies
44d7b22851 Merge pull request #57 from TimothyGu/develop
0b5300ec76 Make writer less strict about generic idlType's type
064622bf59 Add support for records
fcb88fb1ac Merge pull request #50 from w3c/refactor
a23527043e refactor(webidl.js): move WebIDLParseError
c64e97c3b8 Merge pull request #49 from w3c/amd_compat
d1e704bd40 feat(lib): add AMD export support (closes #48)
5458831df8 style(writer.js): fix whitespace
481c29427a style(webidl2.js): fix whitespace
ed24e286ee chore(package): update deps
2668a8be5f docs(README): fixup markdown highlighting
9df3430244 Merge pull request #47 from mkwtys/fix-default
ec61c0a096 Merge branch 'halton-replace_expect' into develop
fb59b13c2c Really be deterministic
128d7335bb Remove reliance on undeterministic object key order
7bf2df2276 Confirm support for union in typedef
1b5b83438e Remove test of now invalid nested typdef
2d8cd93bd4 Update location of expect.js library
1ed22de9b5 Correct jsondiffpatch location.
a2e2f8e902 Bump microtime to 2.1.1
23b63723e9 Expand writer support
9cc1281a1c Accept wider (but still incomplete) set of allowed syntax for extended attributes.
cb04f7777c Identifier allow `-`
d9b4989425 Merge pull request #39 from markandrus/develop
1ab320df8d Merge pull request #37 from artillery/develop
524000bfd6 Merge pull request #31 from othree/in-draft
99127088c2 Fix `"default": undefined`
191685b05f Really be deterministic
300b1e0fae Remove reliance on undeterministic object key order
61c8e65035 Confirm support for union in typedef
f0cd831c6c Remove test of now invalid nested typdef
77b5e3df87 Update location of expect.js library
f84b8e684c Merge pull request #44 from halton/fix_jsondiffpatch
b52117cf05 Merge pull request #43 from halton/bump_microtime
65382bf16b Replace expect.js with expct
be6c2e21e9 Correct jsondiffpatch location.
0b0fa3e92d Bump microtime to 2.1.1
e470735423 Expand writer support
9e2ccfc940 Accept wider (but still incomplete) set of allowed syntax for extended attributes.
989591f675 Allow trailing comma in enum
9385d07a54 Identifier allow `-`

git-subtree-dir: resources/webidl2
git-subtree-split: 88c5c5b6bb675d0d95ae3ec4db3258768d0c8fc0
AutomatedTester referenced this pull request in AutomatedTester/web-platform-tests Dec 1, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants