Skip to content

Commit 5ac1955

Browse files
committed
test with new changes
1 parent 30f6eb1 commit 5ac1955

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,4 +95,4 @@ require (
9595
sigs.k8s.io/yaml v1.4.0 // indirect
9696
)
9797

98-
replace github.com/aws-controllers-k8s/runtime => github.com/michaelhtm/ack-runtime v0.49.1-0.20251125200234-a9b99409495f
98+
replace github.com/aws-controllers-k8s/runtime => github.com/michaelhtm/ack-runtime v0.49.1-0.20251127030001-28136dd1e8e3

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ github.com/mailru/easyjson v0.7.7 h1:UGYAvKxe3sBsEDzO8ZeWOSlIQfWFlxbzLZe7hwFURr0
115115
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
116116
github.com/mattn/go-isatty v0.0.14/go.mod h1:7GGIvUiUoEMVVmxf/4nioHXj79iQHKdU27kJ6hsGG94=
117117
github.com/mattn/go-runewidth v0.0.9/go.mod h1:H031xJmbD/WCDINGzjvQ9THkh0rPKHF+m2gUSrubnMI=
118-
github.com/michaelhtm/ack-runtime v0.49.1-0.20251125200234-a9b99409495f h1:3g8FiST0S0SZTt346twBca3JjumYdMuxj16J9Y4CBpU=
119-
github.com/michaelhtm/ack-runtime v0.49.1-0.20251125200234-a9b99409495f/go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc=
118+
github.com/michaelhtm/ack-runtime v0.49.1-0.20251127030001-28136dd1e8e3 h1:Aiv5oeUAdkJLwzkVLXzFgf/KwPTLuBOWaNNq/5ge7nw=
119+
github.com/michaelhtm/ack-runtime v0.49.1-0.20251127030001-28136dd1e8e3/go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc=
120120
github.com/modern-go/concurrent v0.0.0-20180228061459-e0a39a4cb421/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=
121121
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd h1:TRLaZ9cD/w8PVh93nsPXa1VrQ6jlwL5oN8l14QlcNfg=
122122
github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd/go.mod h1:6dJC0mAP4ikYIbvyc7fijjWJddQyLn8Ig3JB5CqoB9Q=

test/e2e/tests/test_bucket_adoption_policy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,9 +157,9 @@ def test_adopt_policy_missing_fields(
157157
):
158158
(ref, cr) = bucket_adoption_policy
159159

160-
k8s.wait_on_condition(ref, "ACK.Terminal", "True", wait_periods=5)
160+
k8s.wait_on_condition(ref, "ACK.ResourceSynced", "Unknown", wait_periods=5)
161161

162-
condition = k8s.get_resource_condition(ref, "ACK.Terminal")
162+
condition = k8s.get_resource_condition(ref, "ACK.ResourceSynced")
163163
assert condition is not None
164164

165165
expected_msg = "adoption-fields is not defined"

0 commit comments

Comments
 (0)