Commit c2beb66
authored
* 🔥 Remove #databases dropDatabase('music') call
It was not created by this test, so if it's needed it would be for earlier test runs? I don't see value in keeping it.
Plus - it might be how the chain of test timeouts gets broken? Let's find out with another test.
* 🐛 Handle the case where app is undefined
This should be the second failure in at least one of the "main failure chain" pairs, i.e.
https://travis-ci.com/10gen/compass/jobs/92384423
(but not)
https://travis-ci.com/10gen/compass/jobs/92384429
* 🐛 Handle app null as well as undefined
https://travis-ci.com/10gen/compass/jobs/92556220
* 🚧 Try container-based infrastructure
Just seeing if it's a cheap win today.
https://blog.travis-ci.com/2014-12-17-faster-builds-with-container-based-infrastructure/
* 🎨 Remove clickDatabaseInSidebar/waitForSidebar calls
They are redundant as they are already done by goToCollection, which is at least a code smell worthwhile removing.
* noop
* Revert "noop"
* noop
* Revert "noop"
* noop
* Revert "noop"
* noop
* Revert "noop"
* noop
* Revert "noop"
#retry
1) CollectionsStore "before all" hook:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
https://travis-ci.com/10gen/compass/jobs/93287442
1 parent 343c42f commit c2beb66
File tree
4 files changed
+5
-14
lines changed- test/functional
- support
4 files changed
+5
-14
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | 42 | | |
52 | 43 | | |
53 | 44 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | | - | |
67 | 65 | | |
68 | 66 | | |
69 | 67 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | 68 | | |
70 | | - | |
| 69 | + | |
71 | 70 | | |
72 | 71 | | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
73 | 75 | | |
74 | 76 | | |
75 | 77 | | |
| |||
0 commit comments