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

test: dump the namespace content when e2e test cases failed #571

Merged
merged 9 commits into from
Jul 5, 2021

Conversation

tokers
Copy link
Contributor

@tokers tokers commented Jul 5, 2021

Please answer these questions before submitting a pull request

  • Why submit this pull request?

  • Bugfix

  • New feature provided

  • Improve performance

  • Backport patches

  • Related issues


Bugfix

  • Description

  • How to fix?


New feature or improvement

  • Describe the details and related test reports.

Backport patches

  • Why need to backport?

  • Source branch

  • Related commits and pull requests

  • Target branch

@tokers tokers changed the title chore: fix the count field type in apisix client test Jul 5, 2021
@tokers tokers changed the title test test: dump the namespace content when e2e test cases failed Jul 5, 2021
@codecov-commenter
Copy link

codecov-commenter commented Jul 5, 2021

Codecov Report

Merging #571 (27d6cee) into master (b4a6889) will decrease coverage by 0.01%.
The diff coverage is n/a.

❗ Current head 27d6cee differs from pull request most recent head 7a84933. Consider uploading reports for the commit 7a84933 to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master     #571      +/-   ##
==========================================
- Coverage   35.04%   35.03%   -0.02%     
==========================================
  Files          55       54       -1     
  Lines        4557     4556       -1     
==========================================
- Hits         1597     1596       -1     
  Misses       2742     2742              
  Partials      218      218              
Impacted Files Coverage Δ
test/e2e/e2e.go

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update dbc8133...7a84933. Read the comment docs.

@@ -73,7 +73,7 @@ jobs:
submodules: recursive
- name: Install kind
run: |
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.10.0/kind-linux-amd64
curl -Lo ./kind https://kind.sigs.k8s.io/dl/v0.11.0/kind-linux-amd64
Copy link
Member

Choose a reason for hiding this comment

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

should we update to v0.11.1 ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Updated.

- name: Create K8s cluster
run: |
make kind-up
kubectl get nodes
Copy link
Member

Choose a reason for hiding this comment

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

should we need add kubectl wait --for=condition=Ready nodes --all to wait node ready ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Good point! Changed.

@tao12345666333 tao12345666333 merged commit c871bdf into apache:master Jul 5, 2021
fgksgf pushed a commit to fgksgf/apisix-ingress-controller that referenced this pull request Aug 14, 2021
* chore: fix the count field type in apisix client

* fix: show k8s nodes

* change: kind version
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.

None yet

4 participants