Bug 1180522
Summary: | testJson*Disk* failures on F21 build | |||
---|---|---|---|---|
Product: | [Retired] oVirt | Reporter: | Sandro Bonazzola <sbonazzo> | |
Component: | ovirt-engine-core | Assignee: | Allon Mureinik <amureini> | |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Aharon Canan <acanan> | |
Severity: | urgent | Docs Contact: | ||
Priority: | high | |||
Version: | 3.6 | CC: | amureini, bugs, ecohen, gklein, lsurette, rbalakri, yeylon | |
Target Milestone: | m1 | Keywords: | CodeChange | |
Target Release: | 3.6.0 | |||
Hardware: | Unspecified | |||
OS: | Unspecified | |||
Whiteboard: | storage | |||
Fixed In Version: | ovirt-engine-3.6.0-0.0.master.20150412172306.git55ba764 | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | ||
Clone Of: | ||||
: | 1180887 (view as bug list) | Environment: | ||
Last Closed: | 2015-11-04 11:30:22 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | Storage | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 1163062, 1180887 |
Description
Sandro Bonazzola
2015-01-09 10:52:24 UTC
Indeed. The code in the test implicitly assumes the order in which a HashMap is iterated over. This assumption definitely breaks when transition from JDK7 to JDK8, as evident by this BZ, but may very well happen in a numerous number of other slight changes in the environment. This change is to oVirt's unit testing code, and is not exposed to the QA. The fact that the build passed proves it worked, marking as VERIFIED. oVirt 3.6.0 has been released on November 4th, 2015 and should fix this issue. If problems still persist, please open a new BZ and reference this one. |