This is an automated email from the ASF dual-hosted git repository.
rombert pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-whiteboard.git.
from c63a136 [r2f] moving InventoryPrinter implementations to
org.apache.sling.feature.inventoryprinter
new 0916edb Minor test cleanups
new 1fc6c66 Add support for setting timeouts using the client API in
HttpClientLauncher
new 80a1681 Add tests for client-api enforced timeouts
new 1708431 Improve logging in HttpClientLauncher
new a7f5d7f Move classes and methods out of AgentIT to make it simpler to
understand
new 753c11f Add a set of positive tests
new a20fd43 Increase execution timeout to make Jenkins failures less
likely
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
url-connection-agent/README.md | 12 +-
.../java/org/apache/sling/uca/impl/AgentIT.java | 185 ++++++++-------------
.../org/apache/sling/uca/impl/AgentLauncher.java | 107 ++++++++++++
.../org/apache/sling/uca/impl/ErrorDescriptor.java | 24 +--
.../apache/sling/uca/impl/HttpClientLauncher.java | 83 ++++++---
.../sling/uca/impl/MisbehavingServerControl.java | 14 ++
.../sling/uca/impl/MisbehavingServerExtension.java | 39 +++--
...ngServerControl.java => RecordedThrowable.java} | 29 ++--
.../org/apache/sling/uca/impl/TestTimeouts.java | 64 +++++++
9 files changed, 380 insertions(+), 177 deletions(-)
create mode 100644
url-connection-agent/src/test/java/org/apache/sling/uca/impl/AgentLauncher.java
copy upgrade/src/main/java/org/apache/sling/upgrade/StartupBundleEntry.java =>
url-connection-agent/src/test/java/org/apache/sling/uca/impl/ErrorDescriptor.java
(55%)
copy
url-connection-agent/src/test/java/org/apache/sling/uca/impl/{MisbehavingServerControl.java
=> RecordedThrowable.java} (57%)
create mode 100644
url-connection-agent/src/test/java/org/apache/sling/uca/impl/TestTimeouts.java