Commit Graph

73 Commits

Author SHA1 Message Date
jlsong01 2ad53d57ea update stress installation command for go version 1.17 and later 2022-01-03 00:08:16 +08:00
Kubernetes Prow Robot 5658578375
Merge pull request #6127 from pravarag/verify-documentation
Add documentation for remaining hack/verify* tests
2021-11-23 16:58:21 -08:00
Claudiu Belu a48453ebf6 Removes [Exclude:WindowsDocker] test tag
We've removed support for Windows Docker in Kubernetes v1.24, so
we no longer need this tag.

Updates a few of the Windows tests considerations, since a few of them
are supported by Windows Containerd
2021-11-16 08:55:15 -08:00
Pravar Agrawal 2979af4f98 add documentation for verify-spelling script 2021-10-10 22:43:20 +05:30
Pravar Agrawal 9791d9897a add documentation for verify-gofmt script 2021-10-10 22:43:20 +05:30
Pravar Agrawal ec0dcfbcc2 update documentation for verify-structured-logging 2021-10-10 22:43:20 +05:30
Kubernetes Prow Robot 7deec62168
Merge pull request #5355 from claudiubelu/adds-excluded-windows-docker-tag
tags: Adds [Excluded:WindowsDocker] tag
2021-10-06 20:41:45 -07:00
Pravar Agrawal 15d2ce6938 update as per review comments 2021-10-05 21:44:11 +05:30
Pravar Agrawal 15f001cdbe add documentation for verify-codegen script 2021-10-05 21:39:00 +05:30
Pravar Agrawal 9ffd5971f3 add documentation for verify-cli-conventions 2021-10-05 21:39:00 +05:30
Pravar Agrawal de45ce7cb3 add documentation for verify-boilerplate script 2021-10-05 21:39:00 +05:30
Pravar Agrawal a52b7d6dd2 add documentation for verify-bazel script 2021-10-05 21:39:00 +05:30
Claudiu Belu 3d02c5dbd5 tags: Adds [Excluded:WindowsDcoker] tag
Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
2021-09-22 00:24:00 -07:00
Robert Kielty a50309d44d
Guide for monitoring tests run by CI - final push (#5449)
* Describe how to find and report failing tests

Co-authored-by: Joyce Kung <thejoycekung@users.noreply.github.com>
Co-authored-by: Jorge Alarcon Ochoa <alejandrox1@users.noreply.github.com>

* updates TestGrid screen shot

* adds fixes for review comments

* adds a generated toc

* adds generated toc

* removes duplicated toc heading

* removes toc comment

* adds capitalization feedback

* adds grammar and typo fixes

* clarifies that this doc is about CI on Kubernetes

* fixes a markdown issue

* adds fixes for review comments

adds a generated toc

* adds generated toc

removes duplicated toc heading

* removes toc comment

* adds capitalization feedback

* adds grammar and typo fixes

* clarifies that this doc is about CI on Kubernetes

* fixes a markdown issue

* Revert "fixes a markdown issue"

This reverts commit 78a8e2f257.

* Revert "clarifies that this doc is about CI on Kubernetes"

This reverts commit 53acc8991a.

* Revert "adds grammar and typo fixes"

This reverts commit 4c81b457fc.

* Revert "adds capitalization feedback"

This reverts commit b56a4469ee.

* Revert "removes toc comment"

This reverts commit 12423175e4.

* Revert "adds generated toc"

This reverts commit 9725c9efc5.

* Revert "adds fixes for review comments"

This reverts commit d9a6347e4b.

Co-authored-by: Joyce Kung <thejoycekung@users.noreply.github.com>
Co-authored-by: Jorge Alarcon Ochoa <alejandrox1@users.noreply.github.com>
2021-08-16 18:56:01 -07:00
SataQiu 51b267d7a4 remove bazel build 2021-07-25 16:35:42 +08:00
Pravar Agrawal a8d041d470 add documentation for verify-api-groups 2021-06-16 20:43:22 +05:30
Mauricio Poppe 97f9d03363 Debugging an e2e test with delve 2021-04-16 21:15:05 +00:00
Lubomir I. Ivanov a275d97885 sig-testing/e2e-tests.md: add notes about MinimumKubeletVersion 2021-03-10 03:32:32 +02:00
Kubernetes Prow Robot 6b00f86465
Merge pull request #5349 from PurelyApplied/verify-documentation
Add documentation for hack/verify* tests.
2021-02-16 14:21:07 -08:00
Michael Vorburger ⛑️ 05c117e8d4 recommend using bazelisk 2021-02-13 04:17:41 +01:00
Patrick Rhomberg 2e11bf8b96 Add note about documentation being incomplete. 2021-02-12 18:42:00 +00:00
Patrick Rhomberg 303915f8aa Respond to review comments. 2021-02-11 18:12:44 +00:00
Patrick Rhomberg 389b06b077 Add documentation for verification tests.
In particular, add documentation for verify-govet-levee
2021-02-11 01:43:50 +00:00
Erik L. Arneson 15de14640b Add Deflaking tests information to Developer Guide
This updates flaky-tests.md with all of the information on finding and deflaking tests from the presentation to SIG Testing found here: https://www.youtube.com/watch?v=Ewp8LNY_qTg
Also, this drops the outdated "Hunting flaky unit tests" section from flaky-tests.md.

Co-authored-by: Aaron Crickenberger <spiffxp@google.com>
2020-10-21 09:03:13 -07:00
Ben Moss 27585bcc90
Remove references to velodrome 2020-10-06 11:02:56 -04:00
Michael McCune 978aa3fb5b update link to reboot test in writing good e2e tests doc
This change updates the link to reboot.go as it has moved to the
`test/e2e/cloud/gcp` directory of the kubernetes repository.
2020-09-14 14:45:40 -04:00
Erik L. Arneson be0155ba47 Developer guide: Adding kubetest2 --build instructions to e2e testing
This change adds details on building with kubetest2 and without --legacy-mode.
2020-09-01 15:41:46 -07:00
Erik L. Arneson 758f3086db Developer Guide: Fixing updates to kubetest2 tutorial
This addresses some suggested changes to the kubetest2 getting started guide.
2020-08-27 17:09:39 -07:00
Erik L. Arneson 1ecb12378f Developer Guide: Refresh e2e testing documents for kubetest2
This change creates a new file with e2e testing documentation for the
new kubetest2 test runner. Once kubetest is retired, this can drop
right into the existing e2e developer guide docs.
2020-08-18 14:29:36 -07:00
SataQiu f7a14ee23c remove planter from bazel.md
Signed-off-by: SataQiu <1527062125@qq.com>
2020-06-30 18:11:55 +08:00
Kubernetes Prow Robot 5b8655717d
Merge pull request #4878 from heyste/update-e2e-testing
Remove/update legacy references in e2e testing guide
2020-06-23 15:21:17 -07:00
markyjackson-taulia 618976900f
Adding link to San Diego CS testgrid presentation
Signed-off-by: markyjackson-taulia <marky.r.jackson@gmail.com>
2020-06-23 13:09:25 -07:00
Stephen Heywood eaa22ca5f5 Remove/update legacy references in e2e testing guide 2020-06-22 23:47:04 +00:00
Brian Pursley 5267030865 Update Testing Guide to clarify how to use go test as an alternative to make test 2020-06-16 09:20:01 -04:00
Michael McCune 777dfe5ea6 update kubetest installation instructions in the developer e2e testing documentation
This change removes the installation instructions for kubetest
in favor of links to the project documentation. The reason for this
change is that the installation instructions are no longer current for
the project, this removal will aid with a de-duplication of information.
2020-06-05 16:10:07 -04:00
Maru Newby 26f200e6a7 Update e2e test doc to remove mention of federation testing
The federation codebase was removed from the kubernetes repo years ago
so there is no point in maintaining documentation on how to test it.
2020-03-30 19:15:34 -07:00
Robert Kielty 95fdc65c13
fixes contrib doc bug #4486 - kubetest replaces hack/e2e.go (#4563)
* fixes contrib doc bug #4486 - kubetest replaces hack/e2e.go

* Update contributors/devel/sig-testing/e2e-tests.md

Restoring original list formatting for doc consistency.

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

* Update contributors/devel/sig-testing/e2e-tests.md

Co-Authored-By: Bob Killen <killen.bob@gmail.com>

Co-authored-by: Bob Killen <killen.bob@gmail.com>
2020-03-10 10:43:35 -07:00
Kubernetes Prow Robot 2a46b9628b
Merge pull request #4553 from m-rey/fix-opensuse-spelling
Fix misspelling of openSUSE
2020-03-03 22:13:47 -08:00
Kenichi Omichi 1b5c23bcf2 Add NOTE to know how to download kubetest command
According to the test-infra issue, some people seem to face the issue
when downloading kubetest command. So this adds NOTE to know how to
avoid the issue at this time.
2020-03-03 18:40:47 +00:00
Martin Rey 548c6ee904
Fix misspelling of openSUSE 2020-02-28 02:55:23 +01:00
mattjmcnaughton 3e43b40313
Delete instructions describing the `kubetest -ctl` command
As far as I can tell, `kubetest` no longer has a `-ctl` flag.
Remove it from the examples of commands that can be run using `kubetest`.
2020-01-15 07:44:46 -05:00
Aaron Crickenberger be3986f7d0 Add some suggestions on how to handle flakes
based on looking at deflaking PRs from the past few months,
what are some common anti-patterns or fixes?
2020-01-14 18:44:52 -08:00
Spencer Thomas 85e57ee4c3
Fix broken links
Updated the link to the test failure report to include the colon after protocol. Updated the link to velodrome to HTTP, as it does not run on HTTPS
2019-12-26 14:34:10 -08:00
Aaron Crickenberger 460f52fda3 Try adding some more useful links for hunting flakes 2019-12-09 16:19:35 -08:00
Devan Carpenter af108e4f6e
Contributor Testing Guide: Update punctuation and grammar 2019-10-16 13:22:27 -07:00
Devan Carpenter 76f7827eda
Contributor Testing Guide: Add section on smooth PR review process 2019-10-13 13:52:33 -07:00
Caleb Woodbine 4b16390444 Add logging documentation 2019-10-08 11:43:09 +13:00
Caleb Woodbine 2aa77f1a77 Add clean up docs 2019-10-02 09:46:45 +13:00
Caleb Woodbine 3294528633 Add resource usage docs 2019-10-01 15:06:55 +13:00
John Belamaric 6170f23cbe Some edits and additional notes for writing conformance tests
Signed-off-by: John Belamaric <jbelamaric@google.com>
2019-09-30 10:09:33 -07:00