Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add tests for the chart #61

Merged
merged 5 commits into from
Aug 19, 2024
Merged

add tests for the chart #61

merged 5 commits into from
Aug 19, 2024

Conversation

QuantumEnigmaa
Copy link
Contributor

Towards giantswarm/roadmap#3615

Checklist

  • Update changelog in CHANGELOG.md.

@QuantumEnigmaa QuantumEnigmaa self-assigned this Aug 1, 2024
@QuantumEnigmaa QuantumEnigmaa requested a review from a team as a code owner August 1, 2024 13:43
@QuantumEnigmaa QuantumEnigmaa force-pushed the add-tests branch 2 times, most recently from 4375d80 to 7a4ec91 Compare August 1, 2024 14:01
@QuantumEnigmaa
Copy link
Contributor Author

Tests are failing in a strange way 🤔

.ats/main.yaml Outdated Show resolved Hide resolved
@pytest.mark.flaky(reruns=5, reruns_delay=10)
def test_pods_available(ic_deployment: List[pykube.Deployment]):
for s in ic_deployment:
assert int(s.obj["status"]["readyReplicas"]) == int(
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Line break feels weird at the end but sure

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Python weirdiness I guess 🤷

@QuantumEnigmaa QuantumEnigmaa merged commit 5344001 into main Aug 19, 2024
8 checks passed
@QuantumEnigmaa QuantumEnigmaa deleted the add-tests branch August 19, 2024 12:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants