Uploaded image for project: 'Giraph (Retired)'
  1. Giraph (Retired)
  2. GIRAPH-131

enable creation of test-jars to simplify testing in downstream projects

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 0.1.0
    • None
    • None

    Description

      Attached patch enables the creation of test-jars, which are the tests packaged in a separate jar file. This makes it possible to use the super-useful test infrastructure in MockUtils in downstream projects. If you add the patch, you will get a ${giraph.version}-tests.jar, which can be used for downstream testing like this:

      <dependency>
      <groupId>org.apache.giraph</groupId>
      <artifactId>giraph</artifactId>
      <version>${giraph.version}</version>
      <type>test-jar</type>
      <scope>test</scope>
      </dependency>

      P.S.: The patch also resets the version to 0.1-SNAPSHOT as discussed in GIRAPH-129

      Attachments

        1. GIRAPH-131.patch
          1.0 kB
          André Kelpe
        2. GIRAPH-131-source-test-jar.patch
          0.3 kB
          Eric Charles

        Activity

          People

            fs111 André Kelpe
            fs111 André Kelpe
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: