Juri Leino
Juri Leino
Memory is cheap. Where do you expect parallel uploads to impact memory significantly? one megabyte of memory can hold 1024 files in memory (assuming the 10K default limit you mentioned)....
@yamahito `%test:assertEquals('Success!')` works.
I believe this is a limitation of the use of function annotations. But correct me, if I am wrong.
related https://github.com/eXist-db/public-repo/pull/76
Today, with support from @duncdrum I was able to have a full successful test run on M1. Since we saw the above issue also in CI, I guess this is...
What I did in order to get to a running setup was: ```sh git clean -dfX mvn package ```
`test:fail` does not assert anything @adamretter As you can clearly see in the provided example.
In order to get the desired test output on failure it is crucial to pass both expected and actual to test:fail. Function annotations are _not_ sufficient to handle these.
@adamretter I am all for discussions. I would appreciate it, though, that you state what you think needs to change and why. From reading through your comments, I understand that...
@adamretter I incorporated your feedback.