You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@beam.apache.org by "Kenneth Knowles (Jira)" <ji...@apache.org> on 2021/05/15 18:00:02 UTC

[jira] [Updated] (BEAM-11025) PCollectionVisualizationTest.test_dynamic_plotting_return_handle failing in precommit

     [ https://issues.apache.org/jira/browse/BEAM-11025?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Kenneth Knowles updated BEAM-11025:
-----------------------------------
    Resolution: Fixed
        Status: Resolved  (was: Resolved)

Hello! Due to a bug in our Jira configuration, this issue had status:Resolved but resolution:Unresolved.

I am bulk editing these issues to have resolution:Fixed

If a different resolution is appropriate, please change it. To do this, click the "Resolve" button (you can do this even for closed issues) and set the Resolution field to the right value.

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