0bbe913f1c67f298b3191ed51498b20144536888,tests/python/pants_test/backend/jvm/tasks/jvm_compile/java/test_java_compile_integration.py,JavaCompileIntegrationTest,test_java_compile_with_different_resolved_jars_produce_different_artifacts,#JavaCompileIntegrationTest#,146

Before Change


                                               (u"{}:alongside-16".format(path_prefix))],
                                              workdir,
                                              config)
      self.assert_success(pants_run)

      // One artifact for guava 15 and one for guava 16
      self.assertEqual(len(os.listdir(artifact_dir)), 2)

After Change


        (u"{}:alongside-16".format(path_prefix)),
      ], workdir, config))

      guava_16_base_dir = self.get_cache_subdir(cache_dir)
      // the zinc compile task has the same option values in both runs, so the
      // results directory should be the same
      guava_16_artifact_dir = os.path.join(
        guava_16_base_dir,
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: 0bbe913f1c67f298b3191ed51498b20144536888
Time: 2017-12-19
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/jvm/tasks/jvm_compile/java/test_java_compile_integration.py
Class Name: JavaCompileIntegrationTest
Method Name: test_java_compile_with_different_resolved_jars_produce_different_artifacts


Project Name: pantsbuild/pants
Commit Name: 0bbe913f1c67f298b3191ed51498b20144536888
Time: 2017-12-19
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/jvm/tasks/jvm_compile/java/test_java_compile_integration.py
Class Name: JavaCompileIntegrationTest
Method Name: test_nocache


Project Name: pantsbuild/pants
Commit Name: 0bbe913f1c67f298b3191ed51498b20144536888
Time: 2017-12-19
Author: 1305167+cosmicexplorer@users.noreply.github.com
File Name: tests/python/pants_test/backend/jvm/tasks/jvm_compile/java/test_java_compile_integration.py
Class Name: JavaCompileIntegrationTest
Method Name: test_java_compile_reads_resource_mapping