On 03.01.2020 16:57, Daniel Shahaf wrote:
> Nathan Hartman wrote on Fri, Jan 03, 2020 at 09:22:45 -0500:
>> Copying the fail log from the buildbot (since it appears they don't
>> stay up forever):
> It seems to save the last 100 builds (click on "Show more" than increase the
> argument to the URL q
On Thu, Jan 2, 2020 at 3:36 PM Yasuhito FUTATSUKI wrote:
>
> Hi,
> As I saw Nathan add note about DeprecationWarning in run_test.py on
> Subversion's Python 3 Support Status page yesterday, I've made a patch
> to avoid warning.
>
> I didn't read context around the code changed, I only rewrited it
On Mon, Dec 30, 2019 at 12:28 PM Julian Foad wrote:
> I have added thorough random-input testing for svn_rangelist_merge2().
I assume that's the one added in r1872121,
test_mergeinfo_merge_random_non_validated_inputs().
I got a fail on it.
Quoth the function's docstring: "Unlike the tests with
Yasuhito FUTATSUKI wrote on Fri, Jan 03, 2020 at 05:34:48 +0900:
> +++ build/run_tests.py(working copy)
> @@ -64,6 +64,11 @@
> +if sys.version_info < (3, 5):
> + import imp
> +else:
> + import importlib.util
Add a comment here explaining the reason for this? E.g., —
# The imp modul
Nathan Hartman wrote on Fri, Jan 03, 2020 at 09:22:45 -0500:
> Copying the fail log from the buildbot (since it appears they don't
> stay up forever):
It seems to save the last 100 builds (click on "Show more" than increase the
argument to the URL query argument) going back to 2019-01-26 (sic), an
On Thu, Jan 2, 2020 at 11:33 PM wrote:
>
> The Buildbot has detected a new failure on builder svn-x64-macosx-bdb while
> building . Full details are available at:
> https://ci.apache.org/builders/svn-x64-macosx-bdb/builds/4121
>
> Buildbot URL: https://ci.apache.org/
>
> Buildslave for this B
On Thu, Jan 02, 2020 at 10:45:25AM -0500, Nathan Hartman wrote:
> Before investigating too much further, I see that Makefile.svn is
> downloading an antique bdb 4.7.25. From the Subversion 1.13.0-rc1
> signing emails [1], I see that Brane runs his tests with the newest,
> 18.1.32. So I'll try that
7 matches
Mail list logo