Download helios-system-tests-0.8.0.jar file

Introduction

You can download helios-system-tests-0.8.0.jar in this page.

License

Open Source

Type List

helios-system-tests-0.8.0.jar file has the following types.

META-INF/MANIFEST.MF
META-INF/maven/com.spotify/helios-system-tests/pom.properties
META-INF/maven/com.spotify/helios-system-tests/pom.xml
agent-upgrades-task-file-test/task-config.json
com.spotify.helios.system.AgentReportingTest.class
com.spotify.helios.system.AgentRestartTest.class
com.spotify.helios.system.AgentStateDirConflictTest.class
com.spotify.helios.system.AgentZooKeeperDownTolerationTest.class
com.spotify.helios.system.BadImageNameTest.class
com.spotify.helios.system.CliDeploymentTest.class
com.spotify.helios.system.ClusterDeploymentTest.class
com.spotify.helios.system.ConfigFileJobCreationTest.class
com.spotify.helios.system.ContainerHostNameTest.class
com.spotify.helios.system.DeploymentTest.class
com.spotify.helios.system.DeregisterTest.class
com.spotify.helios.system.DnsServerTest.class
com.spotify.helios.system.EnvironmentVariableTest.class
com.spotify.helios.system.FlappingTest.class
com.spotify.helios.system.IdMismatchJobCreateTest.class
com.spotify.helios.system.ImageMissingTest.class
com.spotify.helios.system.JobExpirationTest.class
com.spotify.helios.system.JobHistoryTest.class
com.spotify.helios.system.JobListTest.class
com.spotify.helios.system.JobServiceRegistrationTest.class
com.spotify.helios.system.JobWatchExactTest.class
com.spotify.helios.system.JobWatchTest.class
com.spotify.helios.system.LoggingTestWatcher.class
com.spotify.helios.system.MasterResolutionFailureMessageTest.class
com.spotify.helios.system.MasterRespondsWithNoZKTest.class
com.spotify.helios.system.MasterServiceRegistrationTest.class
com.spotify.helios.system.MultiplePortJobTest.class
com.spotify.helios.system.NamespaceTest.class
com.spotify.helios.system.PortCollisionJobTest.class
com.spotify.helios.system.PredefinedPortImageDeploymentTest.class
com.spotify.helios.system.QueryFailureTest.class
com.spotify.helios.system.ReapingTest.class
com.spotify.helios.system.ServiceRegistrationTestBase.class
com.spotify.helios.system.SyslogRedirectionTest.class
com.spotify.helios.system.SystemTestBase.class
com.spotify.helios.system.UndeployFilteringTest.class
com.spotify.helios.system.UndeployRaceTest.class
com.spotify.helios.system.VersionCommandTest.class
com.spotify.helios.system.VersionResponseFilterTest.class
com.spotify.helios.system.VolumeTest.class
com.spotify.helios.system.ZooKeeperCuratorFailoverTest.class
com.spotify.helios.system.ZooKeeperHeliosFailoverTest.class
com.spotify.helios.system.ZooKeeperRestoreTest.class

Pom

helios-system-tests-0.8.0.pom file content.

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>com.spotify</groupId>
    <artifactId>helios-parent</artifactId>
    <version>0.8.0</version>
  </parent>

  <name>Helios System Tests</name>
  <artifactId>helios-system-tests</artifactId>
  <packaging>jar</packaging>

  <dependencies>
    <!--compile and test deps are all one since this module only contains tests-->
    <dependency>
      <groupId>com.spotify</groupId>
      <artifactId>helios-services</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.spotify</groupId>
      <artifactId>helios-testing-common</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.yammer.dropwizard</groupId>
      <artifactId>dropwizard-core</artifactId>
      <version>0.6.2</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.jaxrs</groupId>
      <artifactId>jackson-jaxrs-json-provider</artifactId>
      <version>2.4.1</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.dataformat</groupId>
      <artifactId>jackson-dataformat-yaml</artifactId>
      <version>2.4.1</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.datatype</groupId>
      <artifactId>jackson-datatype-guava</artifactId>
      <version>2.4.1</version>
    </dependency>
    <dependency>
      <groupId>com.spotify</groupId>
      <artifactId>helios-client</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>com.spotify</groupId>
      <artifactId>helios-service-registration</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>commons-codec</groupId>
      <artifactId>commons-codec</artifactId>
      <version>1.8</version>
    </dependency>
    <dependency>
      <groupId>org.apache.httpcomponents</groupId>
      <artifactId>httpclient</artifactId>
      <version>4.2.5</version>
    </dependency>
    <dependency>
      <groupId>com.sun.jersey</groupId>
      <artifactId>jersey-client</artifactId>
      <version>1.18.1</version>
    </dependency>
    <dependency>
      <groupId>joda-time</groupId>
      <artifactId>joda-time</artifactId>
      <version>2.3</version>
    </dependency>
    <dependency>
      <groupId>com.fasterxml.jackson.core</groupId>
      <artifactId>jackson-databind</artifactId>
      <version>2.4.1</version>
    </dependency>
    <dependency>
      <groupId>com.google.guava</groupId>
      <artifactId>guava</artifactId>
      <version>17.0</version>
    </dependency>
    <dependency>
      <groupId>org.apache.curator</groupId>
      <artifactId>curator-recipes</artifactId>
      <version>2.5.0</version>
      <exclusions>
        <exclusion>
          <groupId>org.slf4j</groupId>
          <artifactId>slf4j-log4j12</artifactId>
        </exclusion>
        <exclusion>
          <groupId>log4j</groupId>
          <artifactId>log4j</artifactId>
        </exclusion>
        <exclusion>
          <groupId>org.jboss.netty</groupId>
          <artifactId>netty</artifactId>
        </exclusion>
      </exclusions>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-classic</artifactId>
      <version>1.1.1</version>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-core</artifactId>
      <version>1.1.1</version>
    </dependency>
    <dependency>
      <groupId>ch.qos.logback</groupId>
      <artifactId>logback-access</artifactId>
      <version>1.1.1</version>
    </dependency>
    <dependency>
      <groupId>net.kencochrane.raven</groupId>
      <artifactId>raven-logback</artifactId>
      <version>4.1.1</version>
    </dependency>
    <dependency>
      <groupId>com.yammer.metrics</groupId>
      <artifactId>metrics-core</artifactId>
      <version>2.2.0</version>
    </dependency>
    <dependency>
      <groupId>io.netty</groupId>
      <artifactId>netty</artifactId>
      <version>3.8.0.Final</version>
    </dependency>
    <dependency>
      <groupId>org.slf4j</groupId>
      <artifactId>slf4j-api</artifactId>
      <version>1.7.6</version>
    </dependency>
    <dependency>
      <groupId>net.sourceforge.argparse4j</groupId>
      <artifactId>argparse4j</artifactId>
      <version>0.4.1</version>
    </dependency>

    <dependency>
      <groupId>com.spotify</groupId>
      <artifactId>helios-tools</artifactId>
      <version>${project.version}</version>
    </dependency>
    <dependency>
      <groupId>commons-io</groupId>
      <artifactId>commons-io</artifactId>
      <version>2.4</version>
    </dependency>
    <dependency>
      <groupId>junit</groupId>
      <artifactId>junit</artifactId>
      <version>4.11</version>
    </dependency>
    <dependency>
      <groupId>org.mockito</groupId>
      <artifactId>mockito-all</artifactId>
      <version>1.9.5</version>
    </dependency>
    <dependency>
      <groupId>org.hamcrest</groupId>
      <artifactId>hamcrest-library</artifactId>
      <version>1.3</version>
    </dependency>
  </dependencies>

  <build>
    <testSourceDirectory>${project.basedir}/src/main/java</testSourceDirectory>
    <plugins>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-source-plugin</artifactId>
        <version>2.2.1</version>
        <executions>
          <execution>
            <id>attach-sources</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
      <plugin>
        <groupId>org.apache.maven.plugins</groupId>
        <artifactId>maven-javadoc-plugin</artifactId>
        <version>2.9.1</version>
        <executions>
          <execution>
            <id>attach-javadocs</id>
            <goals>
              <goal>jar</goal>
            </goals>
          </execution>
        </executions>
      </plugin>
    </plugins>
  </build>
</project>

POM Entry

<dependency>
   <groupId>com.spotify</groupId>
   <artifactId>helios-system-tests</artifactId>
   <version>0.8.0</version>
</dependency>

Download

If you think the following helios-system-tests-0.8.0.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download helios-system-tests-0.8.0.jar file




PreviousNext

Related