This is an automated email from the ASF dual-hosted git repository.
broustant pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/solr.git
from 191884dcd77 SolrParams.equals implementation (#3141)
add 38f4ec7e1dc SOLR-17663: Protect TimeOut from overflow. (#3173)
No new revisions were added by this update.
Summary of changes:
.../src/java/org/apache/solr/util/TimeOut.java | 20 +++++-
.../src/test/org/apache/solr/util/TimeOutTest.java | 77 ++++++++++++++++++++++
2 files changed, 94 insertions(+), 3 deletions(-)
create mode 100644 solr/core/src/test/org/apache/solr/util/TimeOutTest.java