You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by vanzin <gi...@git.apache.org> on 2014/05/30 04:02:28 UTC

[GitHub] spark pull request: Fix some tests.

GitHub user vanzin opened a pull request:

    https://github.com/apache/spark/pull/917

    Fix some tests.

    - JavaAPISuite was trying to compare a bare path with a URI. Fix by
      extracting the path from the URI, since we know it should be a
      local path anyway/
    
    - b9be1609 excluded the ASM dependency everywhere, but easymock needs
      it (because cglib needs it). So re-add the dependency, with test
      scope this time.
    
    The second one above actually uncovered a weird situation: the maven
    test target works, even though I can't find the class sbt complains
    about in its classpath. sbt complains with:
    
      [error] Uncaught exception when running org.apache.spark.util
      .random.RandomSamplerSuite: java.lang.NoClassDefFoundError:
      org/objectweb/asm/Type
    
    To avoid more weirdness caused by that, I explicitly added the asm
    dependency to both maven and sbt (for tests only), and verified
    the classes don't end up in the final assembly.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/vanzin/spark flaky-tests

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/spark/pull/917.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #917
    
----
commit e071d0e002ee72d5ef4afde6707df54c9ec17527
Author: Marcelo Vanzin <va...@cloudera.com>
Date:   2014-05-29T23:03:15Z

    Fix some tests.
    
    - JavaAPISuite was trying to compare a bare path with a URI. Fix by
      extracting the path from the URI, since we know it should be a
      local path anyway/
    
    - b9be1609 excluded the ASM dependency everywhere, but easymock needs
      it (because cglib needs it). So re-add the dependency, with test
      scope this time.
    
    The second one above actually uncovered a weird situation: the maven
    test target works, even though I can't find the class sbt complains
    about in its classpath. sbt complains with:
    
      [error] Uncaught exception when running org.apache.spark.util
      .random.RandomSamplerSuite: java.lang.NoClassDefFoundError:
      org/objectweb/asm/Type
    
    To avoid more weirdness caused by that, I explicitly added the asm
    dependency to both maven and sbt (for tests only), and verified
    the classes don't end up in the final assembly.

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-46741895
  
    All automated tests passed.
    Refer to this link for build results: https://amplab.cs.berkeley.edu/jenkins/job/SparkPullRequestBuilder/15974/


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-46740913
  
    Merged build started. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by srowen <gi...@git.apache.org>.
Github user srowen commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-46526650
  
    (Looks like this needs a rebase?)


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-45380499
  
    Ping.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-46741892
  
    Merged build finished. All automated tests passed.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by pwendell <gi...@git.apache.org>.
Github user pwendell commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-46740805
  
    Jenkins, test this please. Thanks for this - I wanted to get a build matrix setup in jenkins before looking at fixes for tests. Indeed, our tests do not work currently for several parameterizations of our builds, which is very bad.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-46740912
  
     Merged build triggered. 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/spark/pull/917


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by AmplabJenkins <gi...@git.apache.org>.
Github user AmplabJenkins commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-44607442
  
    Can one of the admins verify this patch?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-46467351
  
    Another friendly ping. Could I get some eyes on this change? It's pretty trivial.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] spark pull request: Fix some tests.

Posted by vanzin <gi...@git.apache.org>.
Github user vanzin commented on the pull request:

    https://github.com/apache/spark/pull/917#issuecomment-44710024
  
    BTW I have a different version of the fix that changes RandomSamplerSuite / CacheManagerSuite to use mockito instead of easymock. Mockito doesn't seem to suffer from the issue I ran into.
    
    Let me know if you prefer that.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---