storage
storage copied to clipboard
🚀 [Feature]: Implement TLS tests for Cassandra Driver
Feature Description
The new Cassandra storage driver is missing tests using TLS. This requires testcontainers-go to support this feature. The main purpose of this ticket is to track that effort.
Related #1665 Blocked by https://github.com/testcontainers/testcontainers-go/issues/3124
Additional Context (optional)
No response
Code Snippet (optional)
package main
import "github.com/gofiber/storage/%package%"
func main() {
// Steps to reproduce
}
Checklist:
- [x] I agree to follow Fiber's Code of Conduct.
- [x] I have checked for existing issues that describe my suggestion prior to opening this one.
- [x] I understand that improperly formatted feature requests may be closed without explanation.