deephaven / vscode-deephaven

Deephaven Visual Studio Code Extension
Apache License 2.0
3 stars 0 forks source link

No error is reported if worker fails to start up, connection stays spinning #165

Closed mofojed closed 2 weeks ago

mofojed commented 3 weeks ago

Description

If you create a connection but it fails for some reason on the server, then it stays spinning.

Steps to reproduce

  1. Start a connection to a DHE server where the worker fails (I set heap size to something too big, e.g. 4096gb)

Expected results

  1. Connection should fail, error should be reported

Actual results

  1. Connection stays in spinning state, even though on the server can see the worker failed with an error:

image image

Versions

v0.1.14-pre release

bmingles commented 3 weeks ago

Probably a duplicate of https://github.com/deephaven/vscode-deephaven/issues/158. Should be fixed in this PR https://github.com/deephaven/vscode-deephaven/pull/166

vbabich commented 2 weeks ago

Closing as duplicate