-
This problem is easily reproducible.
Context:
Eclipse GlassFish 7.0.14
JDK versions 11.0.22
JDK version 17.0.8
JDK version 21.0.2
Windows 11 Pro
Derby 10.15.2.0
----------
Reproduce by…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
A test failed on a tracked branch
```
Error: thrown: "Exceeded timeout of 5000 ms for a test.
Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jes…
-
I have gunicorn managing a Flask app run using the following docker command
```
CMD gunicorn flask_app:app -b 0.0.0.0:8080 --max-requests 1000 --max-requests-jitter 50 -w 2 -k uvicorn.workers.Uvicor…
-
To have at least once delivery guarantee the otel exporter should use the [exportbatcher](https://github.com/open-telemetry/opentelemetry-collector/blob/main/exporter/exporterbatcher). But this can c…
-
### Problem
Elasticsearch supports a [`timeout` parameter](https://www.elastic.co/guide/en/elasticsearch/guide/current/_search_options.html#_timeout_2). At the same time, Console configures request…
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Current Behavior
When i start the docker container I get the following errors:
```sh
wireguard | [ERROR] pl…
-
### Issue Description
Looks like `bgp/test_reliable_tsa.py` was added recently in https://github.com/sonic-net/sonic-mgmt/pull/13290
Looks like the `timeout` in the `wait_until` is passed as `None…
-
I would love to have an option for timeout in the I2C calls.
Generally I find it bad when code can stall in a while(1) loop.
-
### What we’re after
We should research the different types of gevent workers and monkeypatching to improve the API.
### Related ticket(s)
(Include the tickets that either came before, after…