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

tests: skip microk8s test in tumbleweed #14727

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

sergiocazzolato
Copy link
Collaborator

@sergiocazzolato sergiocazzolato commented Nov 14, 2024

The nginx service fails to start in tumbleweed.

microk8s kubectl get pods
NAME READY STATUS RESTARTS AGE
nginx 0/1 ContainerStatusUnknown 1 7m10s

Sometimes it starts (RUNNING status) but after few seconds it goes to COMPLETED.

microk8s kubectl get pods
NAME READY STATUS RESTARTS AGE
nginx 0/1 Completed 0 37s

@sergiocazzolato sergiocazzolato added the Simple 😃 A small PR which can be reviewed quickly label Nov 14, 2024
Copy link

codecov bot commented Nov 14, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.03%. Comparing base (96ea7b0) to head (6ca3860).
Report is 75 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff             @@
##           master   #14727      +/-   ##
==========================================
+ Coverage   78.95%   79.03%   +0.08%     
==========================================
  Files        1084     1087       +3     
  Lines      146638   147628     +990     
==========================================
+ Hits       115773   116673     +900     
- Misses      23667    23727      +60     
- Partials     7198     7228      +30     
Flag Coverage Δ
unittests 79.03% <ø> (+0.08%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@bboozzoo
Copy link
Contributor

Do we know if this is a race or something else is broken?

The nginx service fails to start in tumbleweed.

# microk8s kubectl get pods
NAME     READY   STATUS                   RESTARTS   AGE
nginx    0/1     ContainerStatusUnknown   1          7m10s

Sometimes it starts (RUNNING status) but after few seconds it goes to
COMPLETED.

# microk8s kubectl get pods
NAME    READY   STATUS      RESTARTS   AGE
nginx   0/1     Completed   0          37s
Copy link
Contributor

@zyga zyga left a comment

Choose a reason for hiding this comment

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

It feels like something we should debug. Can you file a task about it and land it with the reference so that we can revert it once we debug it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Simple 😃 A small PR which can be reviewed quickly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants