Commit Graph

23 Commits

Author SHA1 Message Date
David Glasser
b804b2cd55 Fix wordwrap-related test failures 2014-12-18 10:44:47 -08:00
David Glasser
27d67fe379 Remove "deploy legacy app" tests
These tested a transition that occured in February. The tests are very
slow because each test does an uncached download of Meteor 0.7.0.1. We
are unlikely to break the logic that it tests and even if we do, it will
only affect users who haven't touched their apps since February.
2014-11-25 09:06:25 -08:00
David Glasser
8f3966fbf4 Format deploy console messages to include protocol 2014-10-13 17:36:40 -07:00
Emily Stark
ec0d2bc8b5 Progress towards self-test using DEPLOY_HOSTNAME.
Still can't run all tests against testing servers because the testing
accounts server would need to be configured to send email.
2014-08-25 19:37:47 -07:00
Emily Stark
ff8abb4b04 Call logout in selftests that log in.
This avoids wracking up huge numbers of login tokens for the test
user. It would be nice to have these automatically cleaned up, but this
will do for now.
2014-03-14 18:50:48 -07:00
Emily Stark
ab3577d3d5 Update tests for changed accounts UX 2014-02-19 23:44:04 -08:00
Emily Stark
eee4c0c9e7 Add test for deploying with expired credentials 2014-02-19 19:36:54 -08:00
Emily Stark
77b3d03b8f Add missing var in deploy test 2014-02-19 10:20:02 -08:00
Emily Stark
ec63838822 Change required number of deploy args.
Add tests for commands that require a site name.
2014-02-18 15:41:40 -08:00
Emily Stark
87f22606ff Factor our accounts command timeout in more places.
We've been seeing flakiness on login tests on different internet
connections, so now we can easily bump up the timeout (at the cost of
slowing down test failures).
2014-02-15 14:46:59 -08:00
Emily Stark
73a7a09ebe Require test-utils as testUtils instead of utils.
Avoids confusion with utils.js.
2014-02-14 10:01:14 -08:00
Emily Stark
e0719ecca2 Make 'deploy - logged out' test not depend on pre-existing apps.
Deploy tests pass, but soooo slooooooowly.
2014-02-13 23:12:43 -08:00
Emily Stark
eb570e686b Bump a deploy-auth test timeout 2014-02-13 21:23:59 -08:00
Emily Stark
ccfd57f627 Clean up a deploy test with new test-utils 2014-02-13 20:43:49 -08:00
Emily Stark
53e87bc58b Put test-utils into their own namespace 2014-02-13 20:40:43 -08:00
ekatek
e908f9540b Merge branch 'accounts-tests' of https://github.com/meteor/meteor into accounts-tests 2014-02-13 14:57:17 -08:00
ekatek
954aafa44d tests for authorized and claim, factored out utils'
'
2014-02-13 14:57:08 -08:00
Emily Stark
f4d5e44e75 Change logs match string to something that (I think) always appears 2014-02-13 14:39:11 -08:00
Emily Stark
6cf1a76332 Rewrite 'deploy - logged in test' to not rely on pre-existing apps.
Doesn't pass yet.
2014-02-13 13:07:37 -08:00
Emily Stark
e073cc1298 Add a test for typing a username in the email prompt.
Also remove another test where we were claiming our legacy password-less
app.
2014-02-12 15:18:22 -08:00
Emily Stark
16b786ad63 Don't claim our unclaimed test app in tests.
Also increase some test timeouts.
2014-02-12 11:46:58 -08:00
Emily Stark
76464f647d Give login prompt when necessary on logs/mongo commands.
Add tests for authentication on logs and mongo commands.
2014-02-12 11:22:57 -08:00
Emily Stark
6f74596ab0 Add error messages for 'meteor mongo' too.
And some tests for logs error messages.
2014-02-11 15:12:52 -08:00