Closed
Description
OpenSearch org needs random testing on the main and supported unreleased minor version branches (e.g., 1x). Without it, PRs bear the burden of finding corner case bugs introduced in merged features.
This just occurred in opensearch-project/OpenSearch#1073 where SimpleFS deprecation PR failed twice w/ a corner case bug not caught in the original PR. Without random testing to catch corner cases like this the project is at the mercy of the law of large numbers where situations like these will occur more frequently and very few PR checks will succeed.
Outstanding tasks:
- I will utilize the core team channel and @channel in slack msg, which already have the fork Jenkins links to run
- In Git Issues I will include the error msg stacktrace, the seed, and the build number for now
Activity