storage icon indicating copy to clipboard operation
storage copied to clipboard

🚀 [Feature]: Implement TLS tests for Cassandra Driver

Open gaby opened this issue 8 months ago • 0 comments

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.

gaby avatar Apr 26 '25 13:04 gaby