Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -88,3 +88,5 @@ require (
sigs.k8s.io/structured-merge-diff/v4 v4.4.2 // indirect
sigs.k8s.io/yaml v1.4.0 // indirect
)

replace github.com/aws-controllers-k8s/runtime => github.com/gustavodiaz7722/ack-runtime v0.54.0
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
github.com/aws-controllers-k8s/runtime v0.52.0 h1:Q5UIAn6SSBr60t/DiU/zr6NLBlUuK2AG3yy2ma/9gDU=
github.com/aws-controllers-k8s/runtime v0.52.0/go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc=
github.com/aws/aws-sdk-go v1.49.0 h1:g9BkW1fo9GqKfwg2+zCD+TW/D36Ux+vtfJ8guF4AYmY=
github.com/aws/aws-sdk-go v1.49.0/go.mod h1:LF8svs817+Nz+DmiMQKTO3ubZ/6IaTpq3TjupRn3Eqk=
github.com/aws/aws-sdk-go-v2 v1.34.0 h1:9iyL+cjifckRGEVpRKZP3eIxVlL06Qk1Tk13vreaVQU=
Expand Down Expand Up @@ -84,6 +82,8 @@ github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db h1:097atOisP2aRj7vFgY
github.com/google/pprof v0.0.0-20241029153458-d1b30febd7db/go.mod h1:vavhavw2zAxS5dIdcRluK6cSGGPlZynqzFM8NdvU144=
github.com/google/uuid v1.6.0 h1:NIvaJDMOsjHA8n1jAhLSgzrAzy1Hgr+hNrb57e+94F0=
github.com/google/uuid v1.6.0/go.mod h1:TIyPZe4MgqvfeYDBFedMoGGpEw/LqOeaOT+nhxU+yHo=
github.com/gustavodiaz7722/ack-runtime v0.54.0 h1:Mxf2oUm5Skgf0sLik5otKE5+I2+0ziC1aRWZJOwRiWQ=
github.com/gustavodiaz7722/ack-runtime v0.54.0/go.mod h1:OkUJN+Ds799JLYZsMJrO2vDJ4snxUeHK2MgrQHbU+Qc=
github.com/itchyny/gojq v0.12.6 h1:VjaFn59Em2wTxDNGcrRkDK9ZHMNa8IksOgL13sLL4d0=
github.com/itchyny/gojq v0.12.6/go.mod h1:ZHrkfu7A+RbZLy5J1/JKpS4poEqrzItSTGDItqsfP0A=
github.com/itchyny/timefmt-go v0.1.3 h1:7M3LGVDsqcd0VZH2U+x393obrzZisp7C0uEe921iRkU=
Expand Down
2 changes: 1 addition & 1 deletion test/e2e/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
acktest @ git+https://github.com/aws-controllers-k8s/test-infra.git@0585d0671b593e1b1a1d070614af41eb022c695a
acktest @ git+https://github.com/gustavodiaz7722/ack-test-infra.git@77f6bc5602557fe48e0dd157fefbd97a6aa3e54b
6 changes: 3 additions & 3 deletions test/e2e/tests/test_permission.py
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ def test_crud(self, permission):
time.sleep(MODIFY_WAIT_AFTER_SECONDS)

# Check resource synced successfully
assert k8s.wait_on_condition(ref, "ACK.ResourceSynced", "True", wait_periods=5)
assert k8s.wait_on_condition(ref, "Ready", "True", wait_periods=5)

cr = k8s.get_resource(ref)
assert 'spec' in cr
Expand All @@ -137,7 +137,7 @@ def test_crud(self, permission):
time.sleep(MODIFY_WAIT_AFTER_SECONDS)

# Check resource synced successfully
assert k8s.wait_on_condition(ref, "ACK.ResourceSynced", "True", wait_periods=5)
assert k8s.wait_on_condition(ref, "Ready", "True", wait_periods=5)

cr = k8s.get_resource(ref)
assert 'spec' in cr
Expand Down Expand Up @@ -179,7 +179,7 @@ def test_crud(self, permission):
time.sleep(MODIFY_WAIT_AFTER_SECONDS)

# Check resource synced successfully
assert k8s.wait_on_condition(ref, "ACK.ResourceSynced", "True", wait_periods=5)
assert k8s.wait_on_condition(ref, "Ready", "True", wait_periods=5)

latest = ram_permission.get_permission(resource_arn)
assert 'tags' in latest
Expand Down
6 changes: 3 additions & 3 deletions test/e2e/tests/test_resource_share.py
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ def test_crud(self, resource_share):
time.sleep(MODIFY_WAIT_AFTER_SECONDS)

# Check resource synced successfully
assert k8s.wait_on_condition(ref, "ACK.ResourceSynced", "True", wait_periods=5)
assert k8s.wait_on_condition(ref, "Ready", "True", wait_periods=5)

latest = ram_resource_share.get_resource_shares(resource_share_name=resource_name)
assert 'tags' in latest
Expand All @@ -153,7 +153,7 @@ def test_crud(self, resource_share):

time.sleep(CREATE_WAIT_AFTER_SECONDS)

assert k8s.wait_on_condition(permission_ref, "ACK.ResourceSynced", "True", wait_periods=5)
assert k8s.wait_on_condition(permission_ref, "Ready", "True", wait_periods=5)

permission_reference = {
"from": {
Expand All @@ -171,7 +171,7 @@ def test_crud(self, resource_share):
time.sleep(MODIFY_WAIT_AFTER_SECONDS)

# Check resource synced successfully
assert k8s.wait_on_condition(ref, "ACK.ResourceSynced", "True", wait_periods=5)
assert k8s.wait_on_condition(ref, "Ready", "True", wait_periods=5)

associated_permissions = ram_resource_share.list_associated_permissions(arn=resource_share_arn)

Expand Down