Ticket #5309 (closed: fixed)
PythonObjectInstantiator unit test breaks when mixing old & new API on RHEL6
Reported by: | Martyn Gigg | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | minor | Milestone: | Release 3.4 |
Component: | Framework | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Dan Nixon |
Description
Caused as the new API is hardlinked to test some of its features.
Change History
comment:2 Changed 8 years ago by Martyn Gigg
Need to diagnose test further. Refs #5309
Changeset: 2ee2c2b215cbd4133a06d64b4ef9026ca8952138
comment:4 Changed 8 years ago by Nick Draper
- Milestone changed from Release 2.3 to Release 2.4
Moved to release 2.4
comment:7 Changed 7 years ago by Martyn Gigg
- Milestone changed from Release 2.6 to Release 2.7
Batch move to 2.7
comment:10 Changed 7 years ago by Nick Draper
- Status changed from new to assigned
bulk move to assigned at the into of the triage step
comment:11 Changed 6 years ago by Martyn Gigg
- Status changed from assigned to verify
- Resolution set to invalid
We no longer have the old python api so this is not valid.
comment:12 Changed 6 years ago by Dan Nixon
- Status changed from verify to verifying
- Tester set to Dan Nixon
comment:14 Changed 6 years ago by Nick Draper
- Milestone changed from Backlog to Release 3.4
moved to r 3.4 as tickets are closed
comment:15 Changed 5 years ago by Nick Draper
- Resolution changed from invalid to fixed
Somehow these slipped through without a resolution. Set to Fixed.
comment:16 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 6155
Note: See
TracTickets for help on using
tickets.
Fix PythonObjectInstantiator test. Refs #5309
While new API and old API are mixed and test is hard linked to new one.