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

build_jobs are not killed on abort #3366

Open
Blanca-Fuentes opened this issue Jan 23, 2025 · 1 comment
Open

build_jobs are not killed on abort #3366

Blanca-Fuentes opened this issue Jan 23, 2025 · 1 comment

Comments

@Blanca-Fuentes
Copy link
Contributor

Blanca-Fuentes commented Jan 23, 2025

I think build jobs are not killed on abort

def abort(self, cause=None):
if self.failed or self._aborted:
return
logging.getlogger().debug2(f'Aborting test case: {self.testcase!r}')
exc = AbortTaskError()
exc.__cause__ = cause
self._aborted = True
try:
if not self.zombie and self.check.job:
self.check.job.cancel()

@vkarak
Copy link
Contributor

vkarak commented Jan 23, 2025

@Blanca-Fuentes Do you have a reproducer?

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

No branches or pull requests

2 participants