Robert Muir
Robert Muir
We try to prevent these elsewhere in the tests but i think it's difficult to prevent in eg assertion strings or exception strings. Maybe a worst case option is to...
Here's the bug: https://github.com/jenkinsci/junit-plugin/blob/5173dddf0feb54dca1ac7fbe6b62d1b464c68019/src/main/java/hudson/tasks/junit/CaseResult.java#L394-L395 the junit plugin truncates long output by default, and "long" is relative and not that long. I stare at these outputs quite often in jenkins at...
The issue is some work to fix there. If the file is < 1MB, the entire File is read into a `java.lang.String`, and the linked code above is called which...
https://github.com/jenkinsci/junit-plugin/pull/701
In the meantime, one potential workaround would be to simply clean up tests that print too much. But we'd have to really really reduce `TestRuleLimitSysouts` default limit to dodge their...
I think increasing the back compat burden should be the last resort. The burden can easily hamstring the entire project: allowing a lucene version to write multiple index formats makes...
disclaimer: i'm not fully up to speed on the `DocIdSetIterator.intoBitSet` addition that motivated this discussion, but maybe one thought is that it was backported too soon? I'm not trying to...
I don't know of any software that handles file formats as proposed, I don't think it is the best solution and just adds complexity. Along the same lines of "be...
I agree with you, I dont want to slow anything down either. But if we were to look at say, the last 10 file format changes as a sample for...
I like the idea of reducing the deps: not anything crazy, but just trying to keep the dep tree minimal. We frequently hear from users on decades-old versions on the...