Actions
Bug #18316
closedRerun job with failed hosts fails with "Stack level too deep" in the log.
Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Target version:
Difficulty:
Triaged:
Bugzilla link:
Description
Started as a reproducer for https://bugzilla.redhat.com/show_bug.cgi?id=1406489
The test didn't reproduce the issue, but it's already written.
Updated by The Foreman Bot almost 8 years ago
- Status changed from New to Ready For Testing
- Pull request https://github.com/theforeman/foreman_remote_execution/pull/226 added
Updated by Ivan Necas almost 8 years ago
- Target version set to 1.11.3
- Bugzilla link set to 1406489
Updated by Shimon Shtein over 7 years ago
After an investigation, I was able to reproduce the issue. The problem was in query syntax: originally rerun query was generating a huge OR statement like: "name = X or name = Y...". This query could not be loaded into AST inside scoped_search without blowing up the stack.
Updated by Shimon Shtein over 7 years ago
- Subject changed from Add test for job invocation UI controller to Rerun job with failed hosts fails with "Stack level too deep" in the log.
Updated by Ivan Necas over 7 years ago
- Target version changed from 1.11.3 to 1.12.4
Updated by Ivan Necas over 7 years ago
- Status changed from Ready For Testing to Closed
Updated by Ivan Necas over 7 years ago
- Translation missing: en.field_release set to 262
Actions