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
With the changes made to httpservices in Unidata/netcdf-java/#117 (changes summarized in the PR and documented here), we have new failures in these TDS tests:
TestProvider inner class of tds/it/src/test/java/ucar/nc2/util/net/TestSSH.java
None of these seem to indicate actual failures in the functionality of the TDS (for example, I can still access the admin/debug interface through a browser), but rather the way in which we utilize httpservices in some helper methods/classes related to setting up the client side of the tests.
The text was updated successfully, but these errors were encountered:
With the changes made to
httpservices
in Unidata/netcdf-java/#117 (changes summarized in the PR and documented here), we have new failures in these TDS tests:The issue seems to revolve the way the following two classes work with credentials:
tds/it/src/test/java/thredds/TestOnLocalServer.java
TestProvider
inner class oftds/it/src/test/java/ucar/nc2/util/net/TestSSH.java
None of these seem to indicate actual failures in the functionality of the TDS (for example, I can still access the admin/debug interface through a browser), but rather the way in which we utilize
httpservices
in some helper methods/classes related to setting up the client side of the tests.The text was updated successfully, but these errors were encountered: