fix(ci,deps): migrate to .gitea/workflows, update domain to forgejo.riotpiao.com/rock, fix k8s argocd config
ci / test (push) Canceled after 0s

This commit is contained in:
Story Crater Bot
2026-08-21 20:14:58 -07:00
parent 370b5a894f
commit 3d52eab41d
30 changed files with 64 additions and 112 deletions
+4 -4
View File
@@ -5,14 +5,14 @@ import (
"testing"
"time"
kafkamgmtv1 "github.com/Riotpiaole/kmsvc-proto/gen/kafkamgmt/v1"
kafkamgmtv1 "forgejo.riotpiao.com/rock/kmsvc-proto/gen/kafkamgmt/v1"
"github.com/alicebob/miniredis/v2"
goredis "github.com/redis/go-redis/v9"
"github.com/twmb/franz-go/pkg/kfake"
"github.com/rockliang/kafka-management-service/internal/core/queue"
"github.com/rockliang/kafka-management-service/internal/kafka"
kmsvcredis "github.com/rockliang/kafka-management-service/internal/redis"
"forgejo.riotpiao.com/rock/kmsvc-manage/internal/core/queue"
"forgejo.riotpiao.com/rock/kmsvc-manage/internal/kafka"
kmsvcredis "forgejo.riotpiao.com/rock/kmsvc-manage/internal/redis"
)
// newTestKafka starts an in-memory, wire-protocol-compatible fake Kafka