Pete Edwards

Results 34 comments of Pete Edwards

Ok, whilst the discussion is ongoing, I will at least allow 403,404 in the tests.

What is the difference you identified? I had not spotted any issues.

Perhaps I was just getting the maven coordinates wrong but in my first few attempts I was just getting time outs when running tests. That is normally what I see...

I have found a solution. The problem, as you pointed out above, is that the maven coordinates have changed with version 23.1.0. As such I had to exclude the graal...

It appears to be about licensing issues. From https://github.com/oracle/graaljs?tab=readme-ov-file#maven-artifact: > Language and tool dependencies use the [GraalVM Free Terms and Conditions (GFTC)](https://www.oracle.com/downloads/licenses/graal-free-license.html) license by default. To use community-licensed versions instead,...

I haven't had an opportunity to test this but it looks like the underlying problem was fixed in `>[email protected]` which was included in https://github.com/tcort/link-check/commit/9d1f24f3b1bcddd95a27fb5e54eed5e4c9c76609. So the 5.3.0 release 2 days...

I was having problems with timeouts too. Where are you seeing them? I was OK running in parallel with 8 threads against a local CSS and against pod-compat for ESS...

I just realised I was thinking about HTTP timeouts connecting to the server. That is one class of issue but I realise that this was probably an issue of the...