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
This fails at the 200 response code assert after trying to write to the dataset with AssertionError: 400 != 200.
Log output from the service node:
REQ> PUT: /datasets/d-5b64a0fe-22b9a690-5c8a-aeba16-834c57/value [/home/test_user1/hsds_test/valuetest/20230822T165739_378063Z]
DEBUG> num tasks: 4 active tasks: 4
DEBUG> validateUserPassword username: test_user1
DEBUG> looking up username: test_user1
DEBUG> user password validated
DEBUG> PUT value - request_type is json
INFO> getObjectJson d-5b64a0fe-22b9a690-5c8a-aeba16-834c57
DEBUG> found d-5b64a0fe-22b9a690-5c8a-aeba16-834c57 in meta_cache
DEBUG> PUT Value selection: (slice(0, 1, 1),)
DEBUG> selection shape: [1]
DEBUG> selection num elements: 1
WARN> input data doesn't match selection
The text was updated successfully, but these errors were encountered:
Test code attempting to create and write to an H5T_ARRAY dataset (originally written in
value_test.py
):This fails at the 200 response code assert after trying to write to the dataset with
AssertionError: 400 != 200
.Log output from the service node:
The text was updated successfully, but these errors were encountered: