Skip to content

Commit

Permalink
Check use_imaginary_chunk_locations in test
Browse files Browse the repository at this point in the history
  • Loading branch information
l0kix2 committed Jan 10, 2025
1 parent a2d14b0 commit 46e8a96
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/e2e/ytsaurus_controller_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,7 @@ var _ = Describe("Basic e2e test for Ytsaurus controller", Label("e2e"), func()
By("Waiting cluster update completes")
EventuallyYtsaurus(ctx, ytsaurus, upgradeTimeout).Should(HaveClusterStateRunning())
checkClusterBaseViability(ytClient)
checkChunkLocations(ytClient)

podsAfterFullUpdate := getComponentPods(ctx, namespace)
pods := getChangedPods(podsBeforeUpdate, podsAfterFullUpdate)
Expand Down Expand Up @@ -1022,8 +1023,6 @@ func checkClusterBaseViability(ytClient yt.Client) {
res := make([]string, 0)
Expect(ytClient.ListNode(ctx, ypath.Path("/"), &res, nil)).Should(Succeed())

checkChunkLocations(ytClient)

By("Check that tablet cell bundles are in `good` health")
Eventually(func() bool {
notGoodBundles, err := components.GetNotGoodTabletCellBundles(ctx, ytClient)
Expand Down

0 comments on commit 46e8a96

Please sign in to comment.