-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Re-enable Windows tests disabled due to #11451 #28679
Labels
Comments
This was referenced Oct 28, 2023
crobert-1
added
ci-cd
CI, CD, testing, build issues
os:windows
and removed
needs triage
New item requiring triage
labels
Oct 30, 2023
mx-psi
pushed a commit
that referenced
this issue
Oct 31, 2023
…19421 (#28680) **Description:** Update go-sqlite3 on cmd/configschema (same as #19421) to start re-enabling tests currently being skipped on Windows, see #28679. **Link to tracking Issue:** First part of #28679 Related to #11451 **Testing:** Local tests of `cmd/configschema`. **Documentation:** N/A
jmsnll
pushed a commit
to jmsnll/opentelemetry-collector-contrib
that referenced
this issue
Nov 12, 2023
…pen-telemetry#19421 (open-telemetry#28680) **Description:** Update go-sqlite3 on cmd/configschema (same as open-telemetry#19421) to start re-enabling tests currently being skipped on Windows, see open-telemetry#28679. **Link to tracking Issue:** First part of open-telemetry#28679 Related to open-telemetry#11451 **Testing:** Local tests of `cmd/configschema`. **Documentation:** N/A
RoryCrispin
pushed a commit
to ClickHouse/opentelemetry-collector-contrib
that referenced
this issue
Nov 24, 2023
…pen-telemetry#19421 (open-telemetry#28680) **Description:** Update go-sqlite3 on cmd/configschema (same as open-telemetry#19421) to start re-enabling tests currently being skipped on Windows, see open-telemetry#28679. **Link to tracking Issue:** First part of open-telemetry#28679 Related to open-telemetry#11451 **Testing:** Local tests of `cmd/configschema`. **Documentation:** N/A
RoryCrispin
pushed a commit
to ClickHouse/opentelemetry-collector-contrib
that referenced
this issue
Nov 24, 2023
…ixes (open-telemetry#28682) **Description:** Part 2 of open-telemetry#28679 these are the tests that can be re-enabled without requiring any code changes after open-telemetry#28680 is merged. **Link to tracking Issue:** Related to open-telemetry#28679
RoryCrispin
pushed a commit
to ClickHouse/opentelemetry-collector-contrib
that referenced
this issue
Nov 24, 2023
…open-telemetry#29343) **Description:** Part 3 of open-telemetry#28679 these tests needed some fixes, related to file paths, to be re-enabled on Windows. **Link to tracking Issue:** Related to open-telemetry#28679 **Testing:** Local test run on Windows for the affected packages. **Documentation:** N/A
djaglowski
pushed a commit
that referenced
this issue
Nov 27, 2023
…ing Start call (#29505) **Description:** The `activedirectorydsreceiver` is panicking when Shutdown is called without a previous call to Start. This can happen when some component fails to be created or started. **Link to tracking Issue:** Required for #28679 **Testing:** Ran test locally and `Run Windows` on my fork. **Documentation:** .chloggen for bug fix.
djaglowski
pushed a commit
that referenced
this issue
Dec 1, 2023
…n Windows (#29532) **Description:** Last part to re-enable all Windows tests disabled due to issue #11451. Notes: * The default test timeout is not enough for the `cmd` GROUP on CI and it was increased to 1200s just for this group on Windows, the default stays at 300s (which was also enough for my local run). * The `fileexporter` life cycle test indicates an issue that shouldn't affect most usages of the collector: if the same configuration is used to export multiple signals it opens one file handle for each signal but just closes the one of them at shutdown (the helper only executes the shutdown for the one signal). This is an issue for the test because during cleanup the testing attempts to delete the test folder and there are still handles open to the file that lives inside it. This shouldn't be a problem for collector users. That said the exporter should close all file handles on shutdown. I will take look at what can be done to correct this behavior. * Fixed a minor typo on the receivers test that affected many lines. **Link to tracking Issue:** Fix #28679 - last part. **Testing:** Local run and GH CI on my fork with `Run Windows` label. **Documentation:** N/A
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Component(s)
No response
Describe the issue you're reporting
Many tests were disabled on Windows due to issue #11451 - this issue tracks re-enabling all these tests.
The text was updated successfully, but these errors were encountered: