Skip to content

Commit 9a9f7ca

Browse files
authored
Migrate (pkg/ddc/jindocache/sync_runtime_test.go) tests to use Ginkgo (#5536)
* test(jindocache): migrate sync_runtime_test to ginkgo Signed-off-by: Harsh <harshmastic@gmail.com> * fix: suite package + typo emtpy->empty Signed-off-by: Harsh <harshmastic@gmail.com> * fix: change base suite and tests to package base Signed-off-by: Harsh <harshmastic@gmail.com> * fix: revert accidental changes to base package Restores pkg/ddc/base/base_suite_test.go and runtime_conventions_test.go to their upstream versions. These files should remain as package base_test (external test package) to avoid conflicts with existing tests. Signed-off-by: Harsh <harshmastic@gmail.com> --------- Signed-off-by: Harsh <harshmastic@gmail.com>
1 parent 8e3673a commit 9a9f7ca

File tree

2 files changed

+416
-445
lines changed

2 files changed

+416
-445
lines changed

pkg/ddc/jindocache/jindocache_suite_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
package jindocache_test
1+
package jindocache
22

33
import (
44
"testing"

0 commit comments

Comments
 (0)