Added new scenario and updated FIPS testing related documentation#1427
Open
besteffects wants to merge 24 commits into
Open
Added new scenario and updated FIPS testing related documentation#1427besteffects wants to merge 24 commits into
besteffects wants to merge 24 commits into
Conversation
besteffects
commented
Jun 17, 2026
Member
- Added test for GODEBUG modes
- Added support for --stress mode to run all specified cipher tests
- Coverage reports for FIPS tests
- Added godebug_fips140_modes scenario
…in, improve TestKill which actually test .pid remove
Bumps [github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager](https://github.com/aws/aws-sdk-go-v2) from 0.2.6 to 0.2.8. - [Release notes](https://github.com/aws/aws-sdk-go-v2/releases) - [Commits](aws/aws-sdk-go-v2@feature/s3/transfermanager/v0.2.6...feature/s3/transfermanager/v0.2.8) --- updated-dependencies: - dependency-name: github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager dependency-version: 0.2.8 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps [golang.org/x/sync](https://github.com/golang/sync) from 0.20.0 to 0.21.0. - [Commits](golang/sync@v0.20.0...v0.21.0) --- updated-dependencies: - dependency-name: golang.org/x/sync dependency-version: 0.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
…sent on remote storage
…anges
restic 0.19.0 (test installs releases/latest) crossed the 0.17.0 boundary
where exit codes were formalized, breaking two custom-storage scripts that
had not changed in years:
- upload.sh: restic now returns exit code 3 ("backed up some source files,
but not all") whenever a command-line path does not exist. Most disks have
no backup directory, so the skipped paths flip the exit code even though the
snapshot is saved. set -euo pipefail aborted before restic forget, so
clickhouse-backup saw a failure. Accept exit code 3, fail on anything else.
- list.sh: restic stats --json now writes a progress line to stdout before the
JSON (even with --quiet), poisoning the jq parse and failing list_custom.
Keep only the JSON object line via grep.
Verified live in the running container and with the full TestCustomRestic run.
…compression_use_multi_thread` to `true` fix Altinity#1378
- `fips.xml` to disable insecure listeners and enforce secure ports with a specified cipher list - Added `listeners-fips-cipher-stress.xml`
Member
Author
|
@Slach |
Member
Author
|
@Slach The PR is ready to be merged. Please review. |
Collaborator
|
@besteffects please fix failed CI/CD first |
Member
Author
|
@Slach I increased timeout in RestartContainer from 10 to 12 minutes. This was the place where integration tests sometimes failed. |
Slach
requested changes
Jun 23, 2026
| return err | ||
| } | ||
| return tc.waitHealthy(ctx, name, 10*time.Minute, t.Name()) | ||
| // 12min restart headroom. |
| # These requirements were auto generated | ||
| # from software requirements specification (SRS) | ||
| # document by TestFlows v2.1.240306.1133530. | ||
| # document by TestFlows v2.0.250110.1002922. |
Collaborator
There was a problem hiding this comment.
why do you use outdated testflows version? look requirements.txt
testflows==2.4.19
use separate venv for it
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.