Closed Mike-d-s closed 5 years ago
Epic: #361 Size: TBD
Regression bug for query logs without log UID to return all logs on server.
Repro Steps:
<?xml version="1.0" encoding="UTF-8"?> <logs xmlns="http://www.witsml.org/schemas/1series" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.witsml.org/schemas/1series ../xsd_schemas/obj_log.xsd" version="1.4.1.1"> <log uidWell="HM_manual-testing1234" uidWellbore="WB_test1" uid=""> <nameWell></nameWell> <nameWellbore></nameWellbore> <name></name> </log> </logs>
Server should return all of the logs available under a wellbore with only the requested elements (nameWell, nameWellbore, name) and the log UIDs.
Server currenly returns an unhandled REST backend error.
Update: Sukhe confirmed this card can be closed because the fix is in.
Epic: #361 Size: TBD
Regression bug for query logs without log UID to return all logs on server.
Repro Steps:
Server should return all of the logs available under a wellbore with only the requested elements (nameWell, nameWellbore, name) and the log UIDs.
Server currenly returns an unhandled REST backend error.