Skip to content
Snippets Groups Projects
  • Andrew Or's avatar
    fe78b8b6
    HOTFIX: A few PySpark tests were not actually run · fe78b8b6
    Andrew Or authored
    This is a hot fix for the hot fix in fb499be1. The changes in that commit did not actually cause the `doctest` module in python to be loaded for the following tests:
    - pyspark/broadcast.py
    - pyspark/accumulators.py
    - pyspark/serializers.py
    
    (@pwendell I might have told you the wrong thing)
    
    Author: Andrew Or <andrewor14@gmail.com>
    
    Closes #1053 from andrewor14/python-test-fix and squashes the following commits:
    
    d2e5401 [Andrew Or] Explain why these tests are handled differently
    0bd6fdd [Andrew Or] Fix 3 pyspark tests not being invoked
    fe78b8b6
    History
    HOTFIX: A few PySpark tests were not actually run
    Andrew Or authored
    This is a hot fix for the hot fix in fb499be1. The changes in that commit did not actually cause the `doctest` module in python to be loaded for the following tests:
    - pyspark/broadcast.py
    - pyspark/accumulators.py
    - pyspark/serializers.py
    
    (@pwendell I might have told you the wrong thing)
    
    Author: Andrew Or <andrewor14@gmail.com>
    
    Closes #1053 from andrewor14/python-test-fix and squashes the following commits:
    
    d2e5401 [Andrew Or] Explain why these tests are handled differently
    0bd6fdd [Andrew Or] Fix 3 pyspark tests not being invoked