https://bz.apache.org/bugzilla/show_bug.cgi?id=69320

--- Comment #24 from elatl...@gmail.com ---

    (In reply to Mark Thomas from comment #21)
    > No, h2psec won't be added to the tests....

    a very simple bash script can be used to trigger and test:

    URL="$1"
    LOAD=9
    for N in $(seq 1 $LOAD) ; do
        (curl -s "$URL#$N" \
                > /dev/null \
                || echo "Fail at $N" >&2 ) &
    done
    wait

    The LOAD value required to trigger related issues is likely larger as I'm
using the smallest/slowest instance available for testing.






    Aside continued:

    > ... The links in old VOTE mails are 404s because the VOTE has completed.
They
    > were valid during the VOTE.

    With free services like GitHub there is literally zero cost to keeping
references in git, or gz patches, and the cost of removing them is that
automated RC testing can only be worked on during a limited time frame.
Additionally RCs can't be compared to releases. Please let me know if this
decision ever gets revised, if so I'll look into RC testing again.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to