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

[chore] parallelize tests #30901

Merged

Conversation

TylerHelmuth
Copy link
Member

@TylerHelmuth TylerHelmuth commented Jan 31, 2024

Description:

  • Parallelize the integration tests like the unit/lint job.
  • Add more groups to spread out the load

Link to tracking Issue:

Related to #30880

Testing:

Documentation:

@TylerHelmuth TylerHelmuth force-pushed the parallelize-integration-tests branch 5 times, most recently from 4257e89 to d1bda33 Compare January 31, 2024 16:29
@TylerHelmuth TylerHelmuth changed the title [chore] parallelize integration tests [chore] parallelize tests Jan 31, 2024
@TylerHelmuth TylerHelmuth force-pushed the parallelize-integration-tests branch 3 times, most recently from 97ca8dd to a9cdf7e Compare January 31, 2024 17:38
@TylerHelmuth TylerHelmuth marked this pull request as ready for review January 31, 2024 17:55
@TylerHelmuth TylerHelmuth requested review from a team and dashpole January 31, 2024 17:55
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) )
Copy link
Member Author

@TylerHelmuth TylerHelmuth Jan 31, 2024

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

@djaglowski djaglowski merged commit 4e8b2f9 into open-telemetry:main Feb 1, 2024
129 checks passed
@github-actions github-actions bot added this to the next release milestone Feb 1, 2024
@TylerHelmuth TylerHelmuth deleted the parallelize-integration-tests branch February 1, 2024 15:54
codeboten pushed a commit to open-telemetry/opentelemetry-collector that referenced this pull request Feb 1, 2024
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.>
TylerHelmuth added a commit that referenced this pull request Apr 18, 2024
**Description:**
Someone, and we may never know who, forgot to update the windows test
groups when they created
#30901

Fixes
#32508

---------

Co-authored-by: Curtis Robert <crobert@splunk.com>
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.

4 participants