Commit d9d9d64
committed
Run the isolated tests in the web suite
Same defect as the uber suite, and the same fifty tests' worth of consequence.
execIsolatedTests is registered rather than being the task the java plugin
creates, so it had neither testClassesDirs nor classpath and was NO-SOURCE:
success, having run nothing. `test` excludes those same classes, so they ran
nowhere.
There is a third reason here, on top of the two the uber suite had. Nothing
declared this task as work: `build` runs `check`, `check` ran `test`, and
execIsolatedTests was reachable only by naming it. The shard plugin collects it
through tasks.withType(Test), which is why the joint workflow reached it at all
and gradle.yml never did. `check` now depends on it.
All fifty pass.
JSONBindingTests and AutoParams*MarshallingTests are dropped from the list.
1e38f1b deleted all three of those classes in June 2013 and added nothing:
the feature went, so the tests went with it, and naming them here selects
nothing and excludes nothing. Every other entry that matches no class in this
project is left alone, because those tests were moved rather than deleted --
GSPResponseWriterSpec and pages/ext/jsp to grails-gsp, GroovyPageAttributesTests
to grails-taglib -- and whether their successors still need isolating is a
question about those projects, not this list.1 parent 1d843ec commit d9d9d64
2 files changed
Lines changed: 12 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | | - | |
64 | | - | |
65 | 63 | | |
66 | 64 | | |
67 | 65 | | |
| |||
77 | 75 | | |
78 | 76 | | |
79 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
80 | 83 | | |
81 | 84 | | |
82 | 85 | | |
| |||
95 | 98 | | |
96 | 99 | | |
97 | 100 | | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
98 | 107 | | |
99 | 108 | | |
100 | 109 | | |
| |||
0 commit comments