Error descriptions in TestPlan can contain NV pairs with the value "null"
Bug #459245 reported by
Stephane Mikaty (eCircle AG)
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
TestPlan |
New
|
Undecided
|
Unassigned |
Bug Description
We've had the following SOAP Fault in a live environment:
CHECKPOINT-FAIL testplan.
TestUnit: unit.ecsoap.Invoke
FaultCode: {http://
FaultString: com.ecircleag.
FaultActor: null
Error: null
AutoStack: in {Unknown}
Inside call to unit.ecsoap.Invoke
....
The "FaultActor" and "Error" should not pollute the output if they are null in our opinion.
To post a comment you must log in.
Technically these are defects/annoyances in the apache library. Especially for error, since it is the result of calling getMessage() on a Throwable. This may, according to the Java API docs return "null", thus "null" is the legitimate error here.
If anything a translation layer makes sense, such that "nulls" are converted to a string like "Unspecified" or "Not Available"