| Summary: | Return all relevant information in xml-rpc call | ||
|---|---|---|---|
| Product: | [Other] TCMS | Reporter: | Marian Ganisin <mganisin> |
| Component: | Application | Assignee: | Yuguang Wang <yuwang> |
| Status: | VERIFIED --- | QA Contact: | Nobody <nobody> |
| Severity: | high | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 3.4 | CC: | junzhang, jzhao, ryang, vchen |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | 3.5.0-1 | Doc Type: | Bug Fix |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | Type: | --- | |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Marian Ganisin
2011-06-06 07:49:08 UTC
hi Marian, Thanks for your suggestion, I'll take it. Hopefully it would be fixed in version 3.5. Added the necessary fields for return values. Will inform you to verify when it's online. (In reply to comment #2) > Added the necessary fields for return values. > > Will inform you to verify when it's online. Sound great. Waiting for poke... Verify 3.5.0-1 on stage -->PASS >>> handle.server.TestRun.get(22081) {'build_id': 1171, 'environment_id': '0', 'plan_id': 4036, 'start_date': '2011-06-23 10:25:40', 'run_id': '22081', 'estimated_time': '00:00:00', 'plan': 'Copy of Copy of Test Plan for TCMS3.4 (Regression) ', 'stop_date': 'None', 'product_version': '4.0', 'summary': 'Test run for Copy of Copy of Test Plan for TCMS3.4 (Regression) on Unknown environment', 'manager': 'jzhao', 'build': '3.2-4', 'notes': '', 'plan_text_version': '2', 'default_tester_id': 2778, 'default_tester': 'jzhao', 'manager_id': 2778} >>> Actual result: Now the return value TestRun.get() plan name / manager name / Build / Default_tester name All the return value contains not only ID but also name. I tried this on stage, it looks great. Even if it doesn't cover all cases I described in report (additional requests are required for environment and tags) I am fine with that, actually I am not using env and tags at the moment. This will really help to reduce load of server! Thanks for feedback, rpc needs lots of improvements in future. (In reply to comment #5) > I tried this on stage, it looks great. Even if it doesn't cover all cases I > described in report (additional requests are required for environment and tags) > I am fine with that, actually I am not using env and tags at the moment. > > This will really help to reduce load of server! |