Skip to content

Commit

Permalink
🚧 Terracotta-OSS#191, Terracotta-OSS#192: Preparing management projec…
Browse files Browse the repository at this point in the history
…t for these 2 issues

- removed monitoring-service-entity: can be replaced by tms entity for testing
- created a testing folder containing the sample entity (that will be augmented for Terracotta-OSS#191 and Terracotta-OSS#192), an entity-tests folder to test entities with passthrough, and ab integration-tests folder to test entities with galvan
- removed test folder inside each entities because we cannot test each entity individually: they require to work with the monitoring service and a consumer entity (tms)
- testing folder and test entities depends on the distribution packages, like in real life
  • Loading branch information
mathieucarbou committed Nov 24, 2016
1 parent 128f15f commit c6fe25d
Show file tree
Hide file tree
Showing 50 changed files with 160 additions and 822 deletions.
1 change: 1 addition & 0 deletions management/distribution/management-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,7 @@
<exclude>org.terracotta.management:sequence-generator</exclude>
<exclude>org.terracotta.management:cluster-topology</exclude>
<exclude>org.terracotta.management:management-registry</exclude>
<exclude>org.terracotta:statistics</exclude>
<exclude>org.terracotta.management.dist:management-common</exclude>
</excludes>
</artifactSet>
Expand Down
6 changes: 6 additions & 0 deletions management/distribution/management-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,12 @@
<artifactId>statistics</artifactId>
<version>${statistics.version}</version>
</dependency>

<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>${slf4j.version}</version>
</dependency>
</dependencies>

<build>
Expand Down
2 changes: 1 addition & 1 deletion management/distribution/management-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@
<exclude>org.terracotta.management:sequence-generator</exclude>
<exclude>org.terracotta.management:cluster-topology</exclude>
<exclude>org.terracotta.management:management-registry</exclude>
<exclude>org.terracotta.management.dist:management-common</exclude>
<exclude>org.terracotta:statistics</exclude>
<exclude>org.terracotta.management.dist:management-common</exclude>
<exclude>org.terracotta:offheap-resource</exclude>
</excludes>
</artifactSet>
Expand Down
1 change: 0 additions & 1 deletion management/management-entity/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
<module>management-entity-common</module>
<module>management-entity-client</module>
<module>management-entity-server</module>
<module>management-entity-tests</module>
</modules>

<parent>
Expand Down
1 change: 0 additions & 1 deletion management/monitoring-service-entity/README.adoc

This file was deleted.

149 changes: 0 additions & 149 deletions management/monitoring-service-entity/pom.xml

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

Loading

0 comments on commit c6fe25d

Please sign in to comment.