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
BPylypenko opened this issue
Feb 15, 2022
· 0 comments
Labels
bugSomething isn't workingminornot directly related to functionality and data. No workarounds are needed to complete the actionWG:APIWorking Group: All about odahu api functionality
Actual result
The createdAt and updatedAt fields have different values after creation of entity.
And POST request returns longer values than GET request.
Expected result
The createdAt and updatedAt values are the same.
And GET request returns the same as POST request.
Attachments
POST request:
GET request after POST:
Environment:
ODAHU version: 1.6.0
The text was updated successfully, but these errors were encountered:
BPylypenko
added
bug
Something isn't working
minor
not directly related to functionality and data. No workarounds are needed to complete the action
WG:API
Working Group: All about odahu api functionality
labels
Feb 15, 2022
bugSomething isn't workingminornot directly related to functionality and data. No workarounds are needed to complete the actionWG:APIWorking Group: All about odahu api functionality
Description
When the user creates the model training,
createdAt
andupdatedAt
have very tiny difference but should be the same.Other related entities:
Steps to Reproduce
<odahu-cluster-name>/swagger/index.html#/Training/
)createdAt
andupdatedAt
values have tiny difference.createdAt
andupdatedAt
values are shorter than from step (3).Specification:
model-training-specification.txt
Actual result
The
createdAt
andupdatedAt
fields have different values after creation of entity.And POST request returns longer values than GET request.
Expected result
The
createdAt
andupdatedAt
values are the same.And GET request returns the same as POST request.
Attachments
POST request:
GET request after POST:
Environment:
The text was updated successfully, but these errors were encountered: