- Oct 08, 2024
-
-
Mikhail Karnevskiy authored
chnage logic get next available See merge request asapo/asapo!305
-
Mikhail Karnevskiy authored
-
- Oct 07, 2024
-
-
Mikhail Karnevskiy authored
remove monitoring of receiver cache See merge request asapo/asapo!302
-
- Oct 04, 2024
-
-
Mikhail Karnevskiy authored
Fix api link See merge request asapo/asapo!304
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
No error if multiple stream_finish flag was sent See merge request asapo/asapo!300
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
No error on multiple ack. of the same message See merge request asapo/asapo!299
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
-
- Oct 02, 2024
-
-
Mikhail Karnevskiy authored
-
Mikhail Karnevskiy authored
- Oct 01, 2024
-
-
Mikhail Karnevskiy authored
Add script to test performance See merge request asapo/asapo!282
-
- Sep 30, 2024
-
-
Tim Schoof authored
-
Tim Schoof authored
Previously, the throughput was calculated from the supposed number of messages to be sent and received, ignoring any errors. The script still raises an error if the supposed and actual numbers don't match.
-
Tim Schoof authored
The new algorithm doesn't drift. Therefore, it is more accurate and potentially creates more pressure by sending messages in bursts. Additionally, this commit fixes the latency calculation which previously included the sleep time.
-
Tim Schoof authored
-
Tim Schoof authored
-
Tim Schoof authored
-
Tim Schoof authored
Some ASAPO test instances don't support raw.
-
Tim Schoof authored
Setting up multiprocessing-safe logging can be done later when the need arises.
-
Tim Schoof authored
-
Tim Schoof authored
-
Tim Schoof authored
-
Tim Schoof authored
Also add the corresponding options to configure the resend behavior or disable it.
-
Tim Schoof authored
-
- Sep 26, 2024
-
-
Marc-Olivier Andrez authored
ci: run all Python tests against `asapo-standalone-dev` Docker container See merge request asapo/asapo!296
-
Marc-Olivier Andrez authored
-
Marc-Olivier Andrez authored
Cleanup building of manylinux wheels See merge request asapo/asapo!290
-
Marc-Olivier Andrez authored
In addition, the CI job `test-services-linux-debug` does not run `pytest` anymore because they need a different authentication token, what can be annoying (especially for documentation). This may have an impact on code coverage (but I don't think it does actually).)
-
Tim Schoof authored
-
Tim Schoof authored
-
Tim Schoof authored
-
Tim Schoof authored
It will correctly update the files in ${CMAKE_CURRENT_BINARY_DIR} when the source files change.
-
Marc-Olivier Andrez authored
test: increase timeout passed to `producer.wait_requests_finished` in `test_pipeline.py` See merge request asapo/asapo!295
-
Marc-Olivier Andrez authored
The tests in `test_pipeline.py` are regularly failing because of `producer.wait_requests_finished` that raises an `AsapoTimeOutError` (see for example https://gitlab.desy.de/asapo/asapo/-/jobs/567443). This commit increases the timeout from 3 to 10 seconds to reduce the number of such errors and the number of times where CI jobs `test_wheels-python3xx_dev` fail.
-
Marc-Olivier Andrez authored
ci: build `ASAP::O` service Docker images only for Git tags See merge request asapo/asapo!287
-
Marc-Olivier Andrez authored
Rationale: building these service Docker images takes time (~4 min 30 sec), and we could not see a use case where we would need develop versions of these Docker images.
-