c5f5379ed741c2e4484dc4b76903f50cc8cf124c,bokeh/tests/test_client_server.py,TestClientServer,test_server_session_timeout_async,#TestClientServer#,436

Before Change


                                          io_loop=server.io_loop)
            server_session = server.get_session("/", client_session.id)

            result = {}

            @gen.coroutine
            def cb():
                result["a"] = 0

After Change


        application = Application()
        with ManagedServerLoop(application) as server:
            doc = document.Document()
            doc.add_root(DictModel())

            client_session = push_session(doc,
                                          session_id="test_server_session_timeout_async",
                                          url=ws_url(server),
Italian Trulli
In pattern: SUPERPATTERN

Frequency: 4

Non-data size: 3

Instances


Project Name: bokeh/bokeh
Commit Name: c5f5379ed741c2e4484dc4b76903f50cc8cf124c
Time: 2015-12-10
Author: hp@pobox.com
File Name: bokeh/tests/test_client_server.py
Class Name: TestClientServer
Method Name: test_server_session_timeout_async


Project Name: bokeh/bokeh
Commit Name: c5f5379ed741c2e4484dc4b76903f50cc8cf124c
Time: 2015-12-10
Author: hp@pobox.com
File Name: bokeh/tests/test_client_server.py
Class Name: TestClientServer
Method Name: test_client_session_periodic_async


Project Name: bokeh/bokeh
Commit Name: c5f5379ed741c2e4484dc4b76903f50cc8cf124c
Time: 2015-12-10
Author: hp@pobox.com
File Name: bokeh/tests/test_client_server.py
Class Name: TestClientServer
Method Name: test_client_session_timeout_async


Project Name: bokeh/bokeh
Commit Name: c5f5379ed741c2e4484dc4b76903f50cc8cf124c
Time: 2015-12-10
Author: hp@pobox.com
File Name: bokeh/tests/test_client_server.py
Class Name: TestClientServer
Method Name: test_server_session_periodic_async