[Hawkular-commits] [hawkular/hawkular-metrics] 3da8b8: [HWKMETRICS-216] Create a common module for integr...

Stefan Negrea snegrea at redhat.com
Thu Sep 10 15:03:16 EDT 2015


  Branch: refs/heads/HWKMETRICS-216
  Home:   https://github.com/hawkular/hawkular-metrics
  Commit: 3da8b8e817eec6dc9a3b92826ebd0c616850ad80
      https://github.com/hawkular/hawkular-metrics/commit/3da8b8e817eec6dc9a3b92826ebd0c616850ad80
  Author: Stefan Negrea <snegrea at redhat.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    M pom.xml
    A tests/pom.xml

  Log Message:
  -----------
  [HWKMETRICS-216] Create a common module for integration tests.


  Commit: 01606423db18bb64f641affc0e19c0808a176fc9
      https://github.com/hawkular/hawkular-metrics/commit/01606423db18bb64f641affc0e19c0808a176fc9
  Author: Stefan Negrea <snegrea at redhat.com>
  Date:   2015-09-10 (Thu, 10 Sep 2015)

  Changed paths:
    A integration-tests/load-tests/README.adoc
    A integration-tests/load-tests/pom.xml
    A integration-tests/load-tests/src/test/resources/gatling.conf
    A integration-tests/load-tests/src/test/scala/org/hawkular/metrics/loadtest/MetricsSimulation.scala
    A integration-tests/pom.xml
    A integration-tests/rest-tests-jaxrs-1.1/pom.xml
    A integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/application-roles.properties
    A integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/application-users.properties
    A integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/logging.properties
    A integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/mgmt-groups.properties
    A integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/mgmt-users.properties
    A integration-tests/rest-tests-jaxrs-1.1/src/test/jboss-as-configuration/standalone.xml
    A integration-tests/rest-tests-jaxrs/pom.xml
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/AvailabilityITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/AvailabilityMetricStatisticsITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/BaseITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/CORSITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/CassandraBackendITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/ErrorsITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/GaugeMetricStatisticsITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/GaugesITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/InfluxDriverITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/InfluxITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/MetricsITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/RESTTest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/RootITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/StatusITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/TagsITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/groovy/org/hawkular/metrics/rest/TenantITest.groovy
    A integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/application-roles.properties
    A integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/application-users.properties
    A integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/logging.properties
    A integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/mgmt-groups.properties
    A integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/mgmt-users.properties
    A integration-tests/rest-tests-jaxrs/src/test/wildfly-configuration/standalone-test.xml
    M pom.xml
    R tests/load-tests/README.adoc
    R tests/load-tests/pom.xml
    R tests/load-tests/src/test/resources/gatling.conf
    R tests/load-tests/src/test/scala/org/hawkular/metrics/loadtest/MetricsSimulation.scala
    R tests/pom.xml
    R tests/rest-integration-tests-jaxrs-1.1/pom.xml
    R tests/rest-integration-tests-jaxrs-1.1/src/test/jboss-as-configuration/application-roles.properties
    R tests/rest-integration-tests-jaxrs-1.1/src/test/jboss-as-configuration/application-users.properties
    R tests/rest-integration-tests-jaxrs-1.1/src/test/jboss-as-configuration/logging.properties
    R tests/rest-integration-tests-jaxrs-1.1/src/test/jboss-as-configuration/mgmt-groups.properties
    R tests/rest-integration-tests-jaxrs-1.1/src/test/jboss-as-configuration/mgmt-users.properties
    R tests/rest-integration-tests-jaxrs-1.1/src/test/jboss-as-configuration/standalone.xml
    R tests/rest-tests/pom.xml
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/AvailabilityITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/AvailabilityMetricStatisticsITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/BaseITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/CORSITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/CassandraBackendITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/CountersITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/ErrorsITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/GaugeMetricStatisticsITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/GaugesITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/InfluxDriverITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/InfluxITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/MetricsITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/RESTTest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/RootITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/StatusITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/TagsITest.groovy
    R tests/rest-tests/src/test/groovy/org/hawkular/metrics/rest/TenantITest.groovy
    R tests/rest-tests/src/test/wildfly-configuration/application-roles.properties
    R tests/rest-tests/src/test/wildfly-configuration/application-users.properties
    R tests/rest-tests/src/test/wildfly-configuration/logging.properties
    R tests/rest-tests/src/test/wildfly-configuration/mgmt-groups.properties
    R tests/rest-tests/src/test/wildfly-configuration/mgmt-users.properties
    R tests/rest-tests/src/test/wildfly-configuration/standalone-test.xml

  Log Message:
  -----------
  [HWKMETRICS-216] Rename/move test modules to better represent their purpose.


Compare: https://github.com/hawkular/hawkular-metrics/compare/b3c36cbaa210...01606423db18


More information about the hawkular-commits mailing list