Github user smartkiwi commented on the pull request:

    https://github.com/apache/spark/pull/6936#issuecomment-115709427
  
    Hm, looks like last test haven't honored ELLIPSIS. Anyway this is doctest 
is not particularly useful. The contents of the applicationId is set outside of 
the test - and can be changed anytime, i.e. if tests would run in SparkContext 
in yarn or remote cluster - the result will be different.
    
    So I'll simplify the test - it will just check that such property exists 
and returns something
    
        __main__.SparkContext.applicationId
        Failed example:
            sc.applicationId  # doctest: +ELLIPSIS
        Expected:
            u'local-...'
        Got:
            'local-1435285070164'
    



---
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 [email protected] or file a JIRA ticket
with INFRA.
---

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to