Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Cannot Reproduce
-
Affects Version/s: 2.9.1
-
Fix Version/s: None
-
Component/s: Instruction Architecture: PowerPC, Operating System: Linux
-
Labels:None
-
Environment:rvmppclnx32.anu.edu.au
-
Number of attachments :
Description
This is an intermittent failure that occurs on Linux/PPC. It seems to occur across many different build configurations. The last time it occurred was on "core" test run at "2007-06-01 15:01:14" (against revision 12422). It has occurred 35 times in total since we moved to new test infrastructure. An example of the output occurs at;
To find the other tests where this also happened you can execute the following SQL on the cattrack database.
SELECT hosts.name, build_configurations.name AS build_configuration_name, test_configurations.name AS test_configurations_name, test_runs.name, test_runs.revision, test_runs.occurred_at, test_runs.id, groups.name AS group_name, test_cases.name as test_case_name FROM test_runs RIGHT JOIN hosts ON hosts.id = test_runs.host_id RIGHT JOIN build_configurations ON build_configurations.test_run_id = test_runs.id RIGHT JOIN test_configurations ON test_configurations.build_configuration_id = build_configurations.id RIGHT JOIN groups ON groups.test_configuration_id = test_configurations.id RIGHT JOIN test_cases ON test_cases.group_id = groups.id WHERE test_cases.id IN (SELECT test_case_id FROM test_case_outputs WHERE output LIKE '%imap->l_type%') ORDER BY occurred_at DESC
Activity
| Field | Original Value | New Value |
|---|---|---|
| Fix Version/s | 2.9.4 [ 14162 ] |
| Fix Version/s | 2.9.4 [ 14162 ] | |
| Resolution | Cannot Reproduce [ 5 ] | |
| Status | Open [ 1 ] | Closed [ 6 ] |
Link to old tests don't work and don't believe we've seen this in quite a while.