5e97168a1a621c58ea08676ed2782a3e0b1a10e9,bokeh/tests/test_client_server.py,TestClientServer,test_client_session_timeout_async,#TestClientServer#,498
Before Change
client_session.close()
raise gen.Return(5)
callback = doc.add_timeout_callback(cb, 10)
client_session.loop_until_closed()
with (self.assertRaises(ValueError)) as manager:
After Change
client_session.close()
raise gen.Return(5)
doc.add_timeout_callback(cb, 10)
client_session.loop_until_closed()
with (self.assertRaises(ValueError)) as manager:
In pattern: SUPERPATTERN
Frequency: 4
Non-data size: 3
Instances Project Name: bokeh/bokeh
Commit Name: 5e97168a1a621c58ea08676ed2782a3e0b1a10e9
Time: 2016-07-03
Author: bryanv@continuum.io
File Name: bokeh/tests/test_client_server.py
Class Name: TestClientServer
Method Name: test_client_session_timeout_async
Project Name: bokeh/bokeh
Commit Name: 5e97168a1a621c58ea08676ed2782a3e0b1a10e9
Time: 2016-07-03
Author: bryanv@continuum.io
File Name: bokeh/tests/test_client_server.py
Class Name: TestClientServer
Method Name: test_server_session_timeout_async
Project Name: bokeh/bokeh
Commit Name: de32960039d19599f03e32ab0aedc090918b4602
Time: 2018-03-27
Author: p1himik@gmail.com
File Name: bokeh/server/callbacks.py
Class Name: _DocumentCallbackGroup
Method Name: add_session_callback
Project Name: bokeh/bokeh
Commit Name: 5e97168a1a621c58ea08676ed2782a3e0b1a10e9
Time: 2016-07-03
Author: bryanv@continuum.io
File Name: bokeh/tests/test_client_server.py
Class Name: TestClientServer
Method Name: test_client_session_timeout_async_added_before_push