3d7c03ab5a7fcd2459128d9cc849031b28b3f350,tests/python/pants_test/backend/jvm/tasks/test_binary_create_integration.py,BinaryCreateIntegrationTest,test_deploy_excludes,#BinaryCreateIntegrationTest#,59

Before Change


      jar_filename + ":" + ".pants.d/ivy/jars/com.google.guava/guava/bundles/guava-18.0.jar",
      "org.pantsbuild.testproject.deployexcludes.DeployExcludesMain"],
      stdout=subprocess.PIPE)
    java_retcode = java_run.wait()
    java_stdout = java_run.stdout.read()
    self.assertEquals(java_retcode, 0)
    self.assertIn("DeployExcludes Hello World", java_stdout)

After Change


                                    "com/google/common/collect/ImmutableSortedSet")

      // But adding back the deploy_excluded symbols should result in a clean run.
      classpath = [jar_filename,
                   os.path.join(pants_run.workdir,
                                "ivy/jars/com.google.guava/guava/bundles/guava-18.0.jar")]

      self.run_java(java_args=["-cp", os.pathsep.join(classpath),
                               "org.pantsbuild.testproject.deployexcludes.DeployExcludesMain"],
                    expected_output="DeployExcludes Hello World")
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 3

Non-data size: 3

Instances


Project Name: pantsbuild/pants
Commit Name: 3d7c03ab5a7fcd2459128d9cc849031b28b3f350
Time: 2015-10-12
Author: john.sirois@gmail.com
File Name: tests/python/pants_test/backend/jvm/tasks/test_binary_create_integration.py
Class Name: BinaryCreateIntegrationTest
Method Name: test_deploy_excludes


Project Name: tensorflow/minigo
Commit Name: 6823f7b27dc99eeeb3ba7be57dc89d2e1908422a
Time: 2019-09-23
Author: tmadams@google.com
File Name: ml_perf/reference_implementation.py
Class Name:
Method Name: rl_loop


Project Name: bokeh/bokeh
Commit Name: 8451d9c3690f1d47adcb929771b4ce37ea2c3e0d
Time: 2017-09-01
Author: mattpap@gmail.com
File Name: bokeh/util/compiler.py
Class Name:
Method Name: _detect_nodejs