You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/29 19:33:55 UTC

[GitHub] [beam] Abacn commented on pull request #22107: Fix InputStream on platform with 4 byte long system (Windows)

Abacn commented on PR #22107:
URL: https://github.com/apache/beam/pull/22107#issuecomment-1170406858

   Tests passed locally:
   
   ```
   platform win32 -- Python 3.8.10, pytest-4.6.11, py-1.11.0, pluggy-0.13.1 -- F:\Github\beam\build\gradleenv\beampy38\Scripts\python.exe
   cachedir: .pytest_cache
   rootdir: F:\Github\beam\sdks\python, inifile: pytest.ini
   plugins: forked-1.4.0, timeout-1.4.2, xdist-1.34.0, requests-mock-1.9.3
   timeout: 600.0s
   timeout method: thread
   timeout func_only: False
   collected 48 items
   
   apache_beam/coders/stream_test.py::StreamTest::test_byte_counting PASSED                                         [  2%]
   apache_beam/coders/stream_test.py::StreamTest::test_large_var_int64 PASSED                                       [  4%]
   apache_beam/coders/stream_test.py::StreamTest::test_medium_var_int64 PASSED                                      [  6%]
   apache_beam/coders/stream_test.py::StreamTest::test_read_all PASSED                                              [  8%]
   apache_beam/coders/stream_test.py::StreamTest::test_read_write PASSED                                            [ 10%]
   apache_beam/coders/stream_test.py::StreamTest::test_read_write_bigendian_int32 PASSED                            [ 12%]
   apache_beam/coders/stream_test.py::StreamTest::test_read_write_bigendian_int64 PASSED                            [ 14%]
   apache_beam/coders/stream_test.py::StreamTest::test_read_write_bigendian_uint64 PASSED                           [ 16%]
   apache_beam/coders/stream_test.py::StreamTest::test_read_write_byte PASSED                                       [ 18%]
   apache_beam/coders/stream_test.py::StreamTest::test_read_write_double PASSED                                     [ 20%]
   apache_beam/coders/stream_test.py::StreamTest::test_read_write_large PASSED                                      [ 22%]
   apache_beam/coders/stream_test.py::StreamTest::test_small_var_int64 PASSED                                       [ 25%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_byte_counting PASSED                                     [ 27%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_large_var_int64 PASSED                                   [ 29%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_medium_var_int64 PASSED                                  [ 31%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_read_all PASSED                                          [ 33%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_read_write PASSED                                        [ 35%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_read_write_bigendian_int32 PASSED                        [ 37%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_read_write_bigendian_int64 PASSED                        [ 39%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_read_write_bigendian_uint64 PASSED                       [ 41%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_read_write_byte PASSED                                   [ 43%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_read_write_double PASSED                                 [ 45%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_read_write_large PASSED                                  [ 47%]
   apache_beam/coders/stream_test.py::FastStreamTest::test_small_var_int64 PASSED                                   [ 50%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_byte_counting PASSED                                 [ 52%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_large_var_int64 PASSED                               [ 54%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_medium_var_int64 PASSED                              [ 56%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_read_all PASSED                                      [ 58%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_read_write PASSED                                    [ 60%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_read_write_bigendian_int32 PASSED                    [ 62%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_read_write_bigendian_int64 PASSED                    [ 64%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_read_write_bigendian_uint64 PASSED                   [ 66%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_read_write_byte PASSED                               [ 68%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_read_write_double PASSED                             [ 70%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_read_write_large PASSED                              [ 72%]
   apache_beam/coders/stream_test.py::SlowFastStreamTest::test_small_var_int64 PASSED                               [ 75%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_byte_counting PASSED                                 [ 77%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_large_var_int64 PASSED                               [ 79%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_medium_var_int64 PASSED                              [ 81%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_read_all PASSED                                      [ 83%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_read_write PASSED                                    [ 85%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_read_write_bigendian_int32 PASSED                    [ 87%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_read_write_bigendian_int64 PASSED                    [ 89%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_read_write_bigendian_uint64 PASSED                   [ 91%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_read_write_byte PASSED                               [ 93%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_read_write_double PASSED                             [ 95%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_read_write_large PASSED                              [ 97%]
   apache_beam/coders/stream_test.py::FastSlowStreamTest::test_small_var_int64 PASSED                               [100%]
   ```


-- 
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: github-unsubscribe@beam.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org