damccorm commented on PR #37112:
URL: https://github.com/apache/beam/pull/37112#issuecomment-3820562582

   From the linter:
   
   ```
   ERROR: 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/utils/multi_process_shared_test.py
 Imports are incorrectly sorted and/or formatted.
   ERROR: 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/utils/multi_process_shared.py
 Imports are incorrectly sorted and/or formatted.
   --- 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/utils/multi_process_shared_test.py:before
        2026-01-29 20:36:00.435928
   +++ 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/utils/multi_process_shared_test.py:after
 2026-01-29 20:46:31.213224
   @@ -17,10 +17,10 @@
    # pytype: skip-file
    
    import logging
   +import multiprocessing
   +import os
   +import tempfile
    import threading
   -import tempfile
   -import os
   -import multiprocessing
    import unittest
    from typing import Any
    
   --- 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/utils/multi_process_shared.py:before
     2026-01-29 20:36:00.437928
   +++ 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/apache_beam/utils/multi_process_shared.py:after
      2026-01-29 20:46:31.298547
   @@ -22,15 +22,15 @@
    """
    # pytype: skip-file
    
   +import atexit
   Command exited with non-zero status 1
   1157.19user 21.72system 2:39.90elapsed 737%CPU (0avgtext+0avgdata 
876932maxresident)k
   864inputs+2880outputs (7major+2075754minor)pagefaults 0swaps
    import logging
    import multiprocessing.managers
    import os
   -import time
   -import traceback
   -import atexit
    import sys
    import tempfile
    import threading
   +import time
   +import traceback
    from typing import Any
    from typing import Callable
    from typing import Dict
   Skipped 445 files
   lint: exit 1 (159.91 seconds) 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python>
 time 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/scripts/run_pylint.sh
 pid=1418
   lint: commands_post[0]> bash 
/runner/_work/beam/beam/sdks/python/test-suites/tox/pycommon/build/srcs/sdks/python/scripts/run_tox_cleanup.sh
     lint: FAIL code 1 
(632.19=setup[470.08]+cmd[0.00,0.37,1.43,0.05,0.30,159.91,0.04] seconds)
     evaluation failed :( (632.36 seconds)
   
   > Task :sdks:python:test-suites:tox:pycommon:lint FAILED
   ```
   
   Could you please fix the import order?
   
   Other test failures look like flakes to me and will hopefully resolve on a 
new commit (our test infra has been sad today 😢 )


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to