[
https://issues.apache.org/jira/browse/BEAM-11025?focusedWorklogId=496190&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-496190
]
ASF GitHub Bot logged work on BEAM-11025:
-----------------------------------------
Author: ASF GitHub Bot
Created on: 06/Oct/20 21:17
Start Date: 06/Oct/20 21:17
Worklog Time Spent: 10m
Work Description: aaltay merged pull request #13020:
URL: https://github.com/apache/beam/pull/13020
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 496190)
Time Spent: 0.5h (was: 20m)
> PCollectionVisualizationTest.test_dynamic_plotting_return_handle failing in
> precommit
> -------------------------------------------------------------------------------------
>
> Key: BEAM-11025
> URL: https://issues.apache.org/jira/browse/BEAM-11025
> Project: Beam
> Issue Type: Test
> Components: runner-py-interactive
> Reporter: Ning Kang
> Assignee: Ning Kang
> Priority: P2
> Time Spent: 0.5h
> Remaining Estimate: 0h
>
> https://ci-beam.apache.org/job/beam_PreCommit_Python_Phrase/2241/testReport/junit/apache_beam.runners.interactive.display.pcoll_visualization_test/PCollectionVisualizationTest/test_dynamic_plotting_return_handle/
> Error Message
> AssertionError: None is not an instance of <class 'timeloop.app.Timeloop'>
> Stacktrace
> self =
> <apache_beam.runners.interactive.display.pcoll_visualization_test.PCollectionVisualizationTest
> testMethod=test_dynamic_plotting_return_handle>
> def test_dynamic_plotting_return_handle(self):
> h = pv.visualize(
> self._stream, dynamic_plotting_interval=1, display_facets=True)
> > self.assertIsInstance(h, timeloop.Timeloop)
> E AssertionError: None is not an instance of <class
> 'timeloop.app.Timeloop'>
> apache_beam/runners/interactive/display/pcoll_visualization_test.py:93:
> AssertionError
> Standard Output
> <IPython.core.display.HTML object>
> <IPython.core.display.HTML object>
> 0
> 0 0
> 1 1
> 2 2
> 3 3
> 4 4
--
This message was sent by Atlassian Jira
(v8.3.4#803005)