Mark Grondona

Results 533 comments of Mark Grondona

I'm not sure I follow what is meant by seeing output in a general way, sorry! I think without a use case, it would be difficult to design such a...

Yeah, maybe at first it could just gobble up lines without printing until a timestamp. (kind of like I assume `tail` does when reading `stdin`?)

Yes, long term that would be good. However, given there isn't a requirement at this time for a solution to this issue, and in fact in most cases we _do...

Now we do have a couple user requests to add this option (e.g. #6843, which I'll close in favor of this issue). So it requires a priority bump! Maybe we...

> it appears the system coverage builder has failed on the 60m timeout 3 times in a row. Unclear to me if this is due to the extra tests, which...

Maybe CONTINUED to match `waitpid(2)`? Not sure if there's a use case for this though..

Yeah, I was struggling with NO_SETPGRP too, but the simplicity is indeed appealing. I think this PR is probably fine as is.

The main reason we added STOPPED was to detect when the broker launched an interactive process non-interactively 95a906161c525c6e6c10a9d4bac04dafa7cd2f89. If this is still working for now, I like the idea of...

> Hmmm. it sounds to me like maybe you just want to know that SIGSTOP was received by the process. We want to know if the process was stopped by...

I wonder if we should limit the size of hostlist allowed in a constraint query for `job-list`. This probably goes for job constraints too. I was basically able to hang...