Skip to content

Conversation

@abhishekdwivedi3060
Copy link
Collaborator

  • Added support for ABS v3.4.0
  • Added test-cases for TLS backup and restore

@abhishekdwivedi3060 abhishekdwivedi3060 force-pushed the feature/KO-460-support-abs-3.4.0 branch from c522ba8 to 4d88408 Compare November 13, 2025 12:45
@abhishekdwivedi3060 abhishekdwivedi3060 force-pushed the feature/KO-460-support-abs-3.4.0 branch from 7f6d52f to 2629d88 Compare November 20, 2025 15:02
@abhishekdwivedi3060 abhishekdwivedi3060 force-pushed the feature/KO-460-support-abs-3.4.0 branch from 2629d88 to 429de8c Compare November 20, 2025 15:40
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())
Copy link
Contributor

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?

Copy link
Collaborator Author

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",
Copy link
Contributor

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

@abhishekdwivedi3060 abhishekdwivedi3060 merged commit 7b312eb into master Nov 25, 2025
7 checks passed
@abhishekdwivedi3060 abhishekdwivedi3060 deleted the feature/KO-460-support-abs-3.4.0 branch November 25, 2025 13:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants