Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

autoapply_actions doesn't mark failed results as unprocessed #1202

Closed
sils opened this issue Jan 9, 2016 · 0 comments
Closed

autoapply_actions doesn't mark failed results as unprocessed #1202

sils opened this issue Jan 9, 2016 · 0 comments

Comments

@sils
Copy link
Member

sils commented Jan 9, 2016

        self.results = [self.resultY, self.resultZ]
# ...
        self.section.append(Setting("default_actions",
                                    "YBear: FailingTestAction"))
# ...
        ret = autoapply_actions(self.results,
                                {},
                                {},
                                self.section,
                                self.log_printer)
        self.assertEqual(ret, [self.resultZ])
        self.assertEqual(self.log_queue.get().message,
                         "Failed to execute action 'FailingTestAction'.")

there's probably a bug in some usage scenario because of that...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants