You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: TOOLS-3078 Added 8.1 Server Schema based Test cases (#71)
* feat: TOOLS-3078 Add test cases for Aerospike 8.1 config conversion
Introduces new test data and configuration files for Aerospike server version 8.1.0.0, including .conf, .yaml, and associated test definitions. Updates the schema submodule to the latest commit to support these tests.
* fix: correct apply-ttl-reduction key to apply-ttl-reductions in server81.yaml
* feat: implement exponential backoff for Docker image pulling to handle rate limiting
* fix: remove exponential backoff logic for Docker container creation in integration tests
* feat: TOOLS-3078 Update schema submodule to 8.1.0 commit
Advanced the schema/schemas submodule to commit f99d3c1, pulling in the latest changes from the schema repository.
* Update dependencies in go.mod and go.sum
Upgraded multiple direct and indirect dependencies to newer versions, including aerospike-client-go, aerospike-management-lib, tools-common-go, docker, go-logr, fsnotify, viper, cast, and OpenTelemetry packages. Removed unused and outdated dependencies to keep the project up to date and improve compatibility and security.
0 commit comments