On 2024/01/13 18:16, [email protected] wrote:
> Author: dsahlberg
> Date: Sat Jan 13 09:16:26 2024
> New Revision: 1915215
>
> URL: http://svn.apache.org/viewvc?rev=1915215&view=rev
> Log:
> Manage spurious Reverted message caused by non-W access to files
> owned by another user. Part of Issue #4622.
>
> The revert notification comes from the code trying to add W permissions
> but since there is already W (for another user) the code doesn't change
> anything and the notification will come back next time as well.
>
> Changing to add a separate notification type "you don't have W access
> and we can't do anything about it".
>
> The text should be tweaked further.
>
> Discussed on dev@:
> https://lists.apache.org/thread/p1ky889bxwy8okqly7h1lgckxfpldnxs
After r1915215, make check and check-apache-javahl failed.
[[[
Summary of test results:
2558 tests PASSED
168 tests SKIPPED
81 tests XFAILED (17 WORK-IN-PROGRESS)
27 tests FAILED
]]]
[[[
There was 1 error:
1)
testDiff(org.apache.subversion.javahl.BasicTests)org.apache.subversion.javahl.ClientException:
The operation was interrupted
svn: Operation cancelled
svn: Wrapped Java Exception
at org.apache.subversion.javahl.SVNClient.revert(Native Method)
at org.apache.subversion.javahl.SVNClient.revert(SVNClient.java:253)
at org.apache.subversion.javahl.BasicTests.testDiff(BasicTests.java:3419)
at
java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
at org.apache.subversion.javahl.RunTests.main(RunTests.java:119)
Caused by: java.lang.ArrayIndexOutOfBoundsException: Index 90 out of bounds for
length 80
... 19 more
FAILURES!!!
Tests run: 148, Failures: 0, Errors: 1
make: *** [Makefile:534: check-apache-javahl] Error 1
]]]
--
Jun Omae <[email protected]> (大前 潤)