Project

General

Custom queries

Profile

Actions

Bug #18316

closed

Rerun job with failed hosts fails with "Stack level too deep" in the log.

Added by Shimon Shtein over 8 years ago. Updated almost 7 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Category:
-
Fixed in Releases:
Found in Releases:

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.

Actions #3

Updated by Shimon Shtein about 8 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.

Actions

Also available in: Atom PDF