You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@geode.apache.org by "PurelyApplied (GitHub)" <gi...@apache.org> on 2018/10/01 23:10:41 UTC

[GitHub] [geode] PurelyApplied commented on pull request #2549: GEODE-5803: Set test facets to inherit 'test' configuration

Ahh.  Good to know.  I was thrown off by our apparent desire to have that structure as explicitly called out in `geode-core`'s build.

So would you say that this block should be considered and anti-pattern, and this ticket should be updated to address this issue instead?

```
// geode-core/build.gradle:217-223
dependencies {
  // Integration Tests
  integrationTestCompile sourceSets.test.output

  // Distributed Tests
  distributedTestCompile sourceSets.integrationTest.output
}
```

[ Full content available at: https://github.com/apache/geode/pull/2549 ]
This message was relayed via gitbox.apache.org for notifications@geode.apache.org