-
Notifications
You must be signed in to change notification settings - Fork 2.4k
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
[chore] parallelize tests #30901
Merged
djaglowski
merged 1 commit into
open-telemetry:main
from
TylerHelmuth:parallelize-integration-tests
Feb 1, 2024
Merged
[chore] parallelize tests #30901
djaglowski
merged 1 commit into
open-telemetry:main
from
TylerHelmuth:parallelize-integration-tests
Feb 1, 2024
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
TylerHelmuth
force-pushed
the
parallelize-integration-tests
branch
5 times, most recently
from
January 31, 2024 16:29
4257e89
to
d1bda33
Compare
TylerHelmuth
changed the title
[chore] parallelize integration tests
[chore] parallelize tests
Jan 31, 2024
TylerHelmuth
force-pushed
the
parallelize-integration-tests
branch
3 times, most recently
from
January 31, 2024 17:38
97ca8dd
to
a9cdf7e
Compare
TylerHelmuth
commented
Jan 31, 2024
EXTENSION_MODS := $(shell find ./extension/* $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) ) | ||
CONNECTOR_MODS := $(shell find ./connector/* $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) ) | ||
INTERNAL_MODS := $(shell find ./internal/* $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) ) | ||
PKG_MODS := $(shell find ./pkg/* $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) ) | ||
CMD_MODS := $(shell find ./cmd/* $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) ) | ||
CMD_MODS_0 := $(shell find ./cmd/[a-m]* $(FIND_MOD_ARGS) -exec $(TO_MOD_DIR) ) | ||
CMD_MODS_1 := $(shell find ./cmd/[n-z]* $(FIND_MOD_ARGS) -not -path "./cmd/otelcontribcol/*" -exec $(TO_MOD_DIR) ) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Excluding cmd/otelcontribcol
now with the expectation that we are moving forward with #30884
TylerHelmuth
force-pushed
the
parallelize-integration-tests
branch
from
January 31, 2024 21:00
a9cdf7e
to
3a783b7
Compare
atoulme
approved these changes
Jan 31, 2024
djaglowski
approved these changes
Feb 1, 2024
codeboten
pushed a commit
to open-telemetry/opentelemetry-collector
that referenced
this pull request
Feb 1, 2024
We'll need this if open-telemetry/opentelemetry-collector-contrib#30901 is merged
cparkins
pushed a commit
to AmadeusITGroup/opentelemetry-collector-contrib
that referenced
this pull request
Feb 1, 2024
**Description:** - Parallelize the integration tests like the unit/lint job. - Add more groups to spread out the load **Link to tracking Issue:** <Issue number if applicable> Related to open-telemetry#30880 **Testing:** <Describe what testing was performed and which tests were added.> **Documentation:** <Describe the documentation added.>
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.
Description:
Link to tracking Issue:
Related to #30880
Testing:
Documentation: