Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishekdwivedi3060 committed Feb 28, 2024
1 parent 77720f3 commit 42b3255
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions test/k8snode_block_list_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ var _ = FDescribe(
"Migrate pods from K8s blocked nodes", func() {
clusterName := "k8s-node-block-cluster"
clusterNamespacedName := getNamespacedName(clusterName, namespace)
podName := clusterName + "-1-0"
podName := clusterName + "-2.0"
aeroCluster := &asdbv1.AerospikeCluster{}
oldK8sNode := ""
oldPvcInfo := make(map[string]types.UID)
Expand All @@ -34,7 +34,7 @@ var _ = FDescribe(
BeforeEach(
func() {
aeroCluster = createDummyAerospikeCluster(
clusterNamespacedName, 2,
clusterNamespacedName, 3,
)

batchSize := intstr.FromString("100%")
Expand Down
2 changes: 1 addition & 1 deletion test/large_reconcile_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ var _ = Describe(
}
aeroCluster.Spec.AerospikeNetworkPolicy = networkPolicy

FIt(
It(
"Should try large reconcile operations", func() {

By("Deploy and load data")
Expand Down
2 changes: 0 additions & 2 deletions test/utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -293,8 +293,6 @@ func isClusterStateValid(

if !reflect.DeepEqual(statusToSpec, &newCluster.Spec) {
pkgLog.Info("Cluster status is not matching the spec")
pkgLog.Info(fmt.Sprintf("statusToSpec: %+v", statusToSpec))
pkgLog.Info(fmt.Sprintf("newCluster.Spec: %+v", newCluster.Spec))
return false
}

Expand Down

0 comments on commit 42b3255

Please sign in to comment.