-
Notifications
You must be signed in to change notification settings - Fork 132
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
feat: Release/v1.16.11 #4711
Merged
Merged
feat: Release/v1.16.11 #4711
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… in slaves pod (#4385) * Added slaves filed in Executor CRD to add slaves configs Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * OwnerRefs changes for slaves pod Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> * removed the local path from go.mod file Signed-off-by: Aman Parauliya <aman@infracloud.io> * Fixed linters issue Signed-off-by: Aman Parauliya <aman@infracloud.io> --------- Signed-off-by: hiteshwani <hitesh.wani@infracloud.io> Signed-off-by: Aman Parauliya <aman@infracloud.io> Co-authored-by: Aman Parauliya <aman@infracloud.io>
* feat: refactor jmeterd slaves module * fix flaky slaves unit test
* add arm64 for jmeterd
* fix: do not store output in test suite execution result * fix: clean execution result in the BatchResults as well * fix: add apis spec note and check for nil
* permission issue fixed in .testkube directory * Update build/kubectl-testkube/Dockerfile Co-authored-by: Dawid Rusnak <dawid@drcode.pl> --------- Co-authored-by: Dawid Rusnak <dawid@drcode.pl>
* gitlab-improvement * bugfix
… better exit status handling (#4704) * refactor jmeterd executor to add better testing and support for better exit status handling * minor updates and test fixes to jmeterd * add integration test flag for jmeterd test * lint pass at jmeterd executor
* docs: Add references to the args and command explanations * docs: added parameter explanations * docs: code review comments * docs: add quotes around tags * docs: update flags * docs: apply suggestions from code review Co-authored-by: Julianne Fermi <julianne@kubeshop.io> * docs: Apply suggestions from code review Co-authored-by: Julianne Fermi <julianne@kubeshop.io> * docs: Update docs/docs/test-types/executor-jmeter.md Co-authored-by: Julianne Fermi <julianne@kubeshop.io> * docs: apply suggestions from code review Co-authored-by: Julianne Fermi <julianne@kubeshop.io> --------- Co-authored-by: Julianne Fermi <julianne@kubeshop.io>
# Conflicts: # api/v1/testkube.yaml # cmd/kubectl-testkube/commands/tests/run.go # cmd/kubectl-testkube/commands/testsuites/run.go # contrib/executor/jmeterd/pkg/parser/mapper.go # contrib/executor/jmeterd/pkg/runner/runner.go # docs/docs/articles/argocd-integration.md # docs/docs/articles/cicd-overview.md # docs/docs/articles/getting-started.md # docs/docs/articles/gitlab.md # docs/docs/cli/testkube.md # docs/docs/cli/testkube_cloud.md # docs/docs/cli/testkube_download_testsuite-artifacts.md # docs/docs/cli/testkube_login.md # docs/docs/cli/testkube_pro.md # docs/docs/cli/testkube_pro_connect.md # docs/docs/cli/testkube_pro_disconnect.md # docs/docs/cli/testkube_pro_init.md # docs/docs/cli/testkube_pro_login.md # docs/docs/cli/testkube_run_test.md # docs/sidebars.js # go.mod # go.sum # internal/app/api/v1/testsuites.go # internal/config/config.go # pkg/api/v1/testkube/model_execution.go # pkg/api/v1/testkube/model_execution_request.go # pkg/api/v1/testkube/model_execution_update_request.go # pkg/executor/client/job.go # pkg/repository/result/mongo.go # pkg/repository/testresult/mongo.go # pkg/scheduler/test_scheduler.go
vsukhin
requested review from
exu,
nicufk,
vLia,
povilasv and
dejanzele
as code owners
November 30, 2023 18:14
✅ Deploy Preview for testkube-docs-preview canceled.
|
Could we include #4712 too? 🙂 |
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## main #4711 +/- ##
==========================================
+ Coverage 25.16% 25.62% +0.46%
==========================================
Files 237 245 +8
Lines 21787 22571 +784
==========================================
+ Hits 5482 5784 +302
- Misses 15746 16187 +441
- Partials 559 600 +41
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
vLia
approved these changes
Dec 4, 2023
nicufk
approved these changes
Dec 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Pull request description
Checklist (choose whats happened)
Breaking changes
Changes
Fixes