Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder curl-unthreaded-solaris11-i386 Build #4200

Results:

Build successful

SourceStamp:

Projectcurl
Repositoryhttps://github.com/curl/curl.git
Branchmaster
Revision9cf4a400d2ef21a2436f73a6e44a6fa129999647
Got Revision9cf4a400d2ef21a2436f73a6e44a6fa129999647
Changes1 change

BuildSlave:

unstable11x

Reason:

The SingleBranchScheduler scheduler named 'schedule-curl-unthreaded-solaris11-i386' triggered this build

Steps and Logfiles:

  1. git update ( 10 secs )
    1. stdio
  2. Runtest './tests/testcurl.pl --nogitpull ...' ( 2 mins, 41 secs )
    1. stdio
    2. resultlog
  3. Mail result 'cat resultlog ...' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
branch master Build
builddir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave
buildername curl-unthreaded-solaris11-i386 Builder
buildnumber 4200 Build
codebase Build
got_revision 9cf4a400d2ef21a2436f73a6e44a6fa129999647 Git
osplatform I386 SetPropertyFromCommand Step
osrelease 11 SetPropertyFromCommand Step
project curl Build
repository https://github.com/curl/curl.git Build
revision 9cf4a400d2ef21a2436f73a6e44a6fa129999647 Build
scheduler schedule-curl-unthreaded-solaris11-i386 Scheduler
slavename unstable11x BuildSlave
workdir /export/home/buildbot/slave/curl-unthreaded-solaris11-i386 slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. Stefan Eissing

Timing:

StartTue Dec 2 17:08:12 2025
EndTue Dec 2 17:14:48 2025
Elapsed6 mins, 36 secs

All Changes:

:

  1. Change #250742

    Category curl
    Changed by Stefan Eissing <stefanohnoyoudont@eissing.org>
    Changed at Tue 02 Dec 2025 17:04:20
    Repository https://github.com/curl/curl.git
    Project curl
    Branch master
    Revision 9cf4a400d2ef21a2436f73a6e44a6fa129999647

    Comments

    pytest: improve stragglers
    A fix for the tests that took the longest:
    - test_05: make the server close the HTTP/1.1 connection when
      simulating an error during a download. This eliminates waiting
      for a keepalive timeout
    - test_02: pause tests with slightly smaller documents, eliminate
      special setup for HTTP/2. We test stream window handling now
      elsewhere already
    - cli_hx_download: run look in 500ms steps instead of 1sec, resuming
      paused tranfers earlier.
    
    Closes #19809

    Changed files

    • docs/libcurl/libcurl-env-dbg.md
    • lib/http2.c
    • tests/http/test_02_download.py
    • tests/http/testenv/mod_curltest/mod_curltest.c
    • tests/libtest/cli_hx_download.c