You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mute the failing tck test due to missing of failure reply of INIT
To fix the problem:
Send INIT and wait for a reply in `driver.session()`. Throw an error immediately if an error is received.
Or still queue INIT but throw the error of INIT instead of the error of next RUN message in `session.run()`.
0 commit comments