Michal Shalev
Michal Shalev
## What Add explanation for the "-b" flag of `ucx_perftest` help message. ## Why ? Following https://github.com/openucx/ucx/discussions/9868: The current help message of "-b" flag of `ucx_perftest` doesn't specify that the...
## Waiting for: - [x] https://github.com/openucx/ucx/pull/10128 - [x] https://github.com/openucx/ucx/pull/10157 - [x] https://github.com/openucx/ucx/pull/10130 - [ ] https://github.com/openucx/ucx/pull/10131 - [ ] https://github.com/openucx/ucx/pull/10127 ## What? Improve stack memory usage by introducing an 8KB...
## What Updated ucx/buildlib/tools/builds.sh to allow running a specific test by passing its name as an argument. ## Why ? To make debugging more efficient by allowing developers to run...
## What ? Create environment variables (`UCX_FORCE_FAST_CMPL` and `UCX_FORCE_MULTI_SEND`) to automatically enforce the `UCP_OP_ATTR_FLAG_FAST_CMPL` and `UCP_OP_ATTR_FLAG_MULTI_SEND` flags for all UCX operations. ## Why ? These variables provide a way to...
## What? This PR reduces stack memory usage by converting stack allocations to heap in various UCX tests. ## Why? Customers with limited stack sizes have recently experienced stack overflow...
## What? Improves reporting across multiple CI scripts to provide clear information on the CI environment and the details required for reproducing issues. ## Why? Locating Docker info, identifying the...
## What? This PR changes all stack allocations of char arrays sized `PATH_MAX` to heap allocations. ## Why? Customers with limited stack sizes have recently experienced stack overflow issues when...
## What? Improves error reporting in buildlib/tools/coverity.sh to make Coverity errors more visible in the Azure DevOps CI pipeline. ## Why? Currently, identifying the specific Coverity errors causing CI failures...
## What? Original PR: https://github.com/openucx/ucx/pull/10096 Revert PR: https://github.com/openucx/ucx/pull/10185 Re enabled single test run in `builds.sh`. ## Why? Reverted due to a sub-shell not inheriting shell options such as -e. ##...