-
Notifications
You must be signed in to change notification settings - Fork 39
feat: Add support for ABS v3.4.0 [KO-460] #417
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
abhishekdwivedi3060
commented
Nov 10, 2025
- Added support for ABS v3.4.0
- Added test-cases for TLS backup and restore
c522ba8 to
4d88408
Compare
7f6d52f to
2629d88
Compare
2629d88 to
429de8c
Compare
| Eventually(func() bool { | ||
| return checkBothRevisionsExist(k8sClient, ctx, clusterNamespacedName, versionV1, versionV2) | ||
| }, 5*time.Minute, 10*time.Second).Should(BeTrue()) | ||
| }, 10*time.Minute, 10*time.Second).Should(BeTrue()) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why increased timeout? and is 10s interval not high for this?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Because of 8 thread parallel test runs, it takes more than 5 minutes to satisfy this check.
Retry interval is high to reduce the API calls during the wait period
| aerospikeCluster := aerospikeClusterMap[fmt.Sprintf("%s-%s", prefix, "test-cluster")].(map[string]interface{}) | ||
|
|
||
| aerospikeCluster["tls"] = map[string]interface{}{ | ||
| "ca-path": "/etc/aerospike/secret/cacerts", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Check if we have aliases for these strings