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

Hydra stops being able to build if given a jobset with a unicode character in its name #359

Open
expipiplus1 opened this issue Jul 11, 2016 · 3 comments
Labels

Comments

@expipiplus1
Copy link
Contributor

expipiplus1 commented Jul 11, 2016

I have a jobset named foo bar… (note the single ellipses character).

Every time hydra-evaluator encounters this job it fails with "specified jobset does not exist".

The evaluator is never able to progress past this jobset, and loops forever trying.

This is closely related to #343, although it would be nice if hydra could handle jobsets with any string as a name, there's certainly something fishy if it's requiring strings are in special forms. I don't know if Perl's type system is able to cope with enforcing this though.

@expipiplus1
Copy link
Contributor Author

Oh, It would be really handy if someone can tell me how to remove this naughty-named jobset from the queue so I don't have to nuke the server's state. "cancel queued non-current builds" didn't work.

@expipiplus1
Copy link
Contributor Author

#360 Is useful in debugging this.

@expipiplus1
Copy link
Contributor Author

To fix this:

delete from jobsets where name = 'foo bar…';

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

No branches or pull requests

2 participants