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/09/28 04:44:58 UTC

[GitHub] [beam] lukecwik opened a new issue, #23395: [Bug]: objsize 0.6.0 release breaks ApproximateQuantilesTest

lukecwik opened a new issue, #23395:
URL: https://github.com/apache/beam/issues/23395

   ### What happened?
   
   ```
   tox -c tox.ini -e py37 -- apache_beam/transforms/stats_test.py::ApproximateUniqueTest_0
   ```
   
   fails with:
   ```
   objsize.py
       exclude_set.update(id(vars(m)) for m in list(sys.modules.values()))
   _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
   
   .0 = <list_iterator object at 0x7fbe55e89410>
   
   >   exclude_set.update(id(vars(m)) for m in list(sys.modules.values()))
   E   TypeError: vars() argument must have __dict__ attribute [while running 'Globally/CombineGlobally(ApproximateQuantilesCombineFn)/InjectDefault']
   ```
   
   ### Issue Priority
   
   Priority: 1
   
   ### Issue Component
   
   Component: sdk-py-harness


-- 
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.apache.org

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


[GitHub] [beam] lukecwik commented on issue #23395: [Bug]: objsize 0.6.0 release breaks ApproximateQuantilesTest

Posted by GitBox <gi...@apache.org>.
lukecwik commented on issue #23395:
URL: https://github.com/apache/beam/issues/23395#issuecomment-1260386371

   Filed https://github.com/liran-funaro/objsize/issues/7 to upstream dependency.


-- 
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


[GitHub] [beam] lukecwik closed issue #23395: [Bug]: objsize 0.6.0 release breaks ApproximateQuantilesTest

Posted by GitBox <gi...@apache.org>.
lukecwik closed issue #23395: [Bug]: objsize 0.6.0 release breaks ApproximateQuantilesTest
URL: https://github.com/apache/beam/issues/23395


-- 
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