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
As evidenced by the merge of #6401 (reverted via #6420), we should aim to have integration tests that exercise basic connectivity via each of the clients when the server has TLS enabled.
The text was updated successfully, but these errors were encountered:
Provides a contract for client applications to use a custom http/2
implementation. Roughly abstracted from our TypeScript grpc-web library,
with a few rough edges taken off, and no external dependencies.
Two integration tests are included, one which requires https (presently
only possible with manual testing, see #6421), and one which pretends to
contact the server but really responds to every request with a "success"
response and no payload.
No documentation required at this time, generated typescript includes
details on the new APIs.
Fixes#6404
niloc132
added a commit
to niloc132/deephaven-core
that referenced
this issue
Dec 10, 2024
Provides a contract for client applications to use a custom http/2
implementation. Roughly abstracted from our TypeScript grpc-web library,
with a few rough edges taken off, and no external dependencies.
Two integration tests are included, one which requires https (presently
only possible with manual testing, see deephaven#6421), and one which pretends to
contact the server but really responds to every request with a "success"
response and no payload.
No documentation required at this time, generated typescript includes
details on the new APIs.
Fixesdeephaven#6404
Provides a contract for client applications to use a custom http/2
implementation. Roughly abstracted from our TypeScript grpc-web library,
with a few rough edges taken off, and no external dependencies.
Two integration tests are included, one which requires https (presently
only possible with manual testing, see #6421), and one which pretends to
contact the server but really responds to every request with a "success"
response and no payload.
No documentation required at this time, generated typescript includes
details on the new APIs.
Fixes#6404
Backport #6476
As evidenced by the merge of #6401 (reverted via #6420), we should aim to have integration tests that exercise basic connectivity via each of the clients when the server has TLS enabled.
The text was updated successfully, but these errors were encountered: