-
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
Reduce windowseventlogreceiver tests flakiness #34791
Closed
pjanotti
wants to merge
6
commits into
open-telemetry:main
from
pjanotti:fix-windowseventlogreceiver-test-flakiness
Closed
Reduce windowseventlogreceiver tests flakiness #34791
pjanotti
wants to merge
6
commits into
open-telemetry:main
from
pjanotti:fix-windowseventlogreceiver-test-flakiness
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
/label os:windows |
**Description:** Updates core libraries to latest version. Adjust for `componentstatus.InstanceID` breaking changes --------- Signed-off-by: Tyler Helmuth <[email protected]> Co-authored-by: Matthew Wear <[email protected]>
…om:pjanotti/opentelemetry-service-contrib into fix-windowseventlogreceiver-test-flakiness
pjanotti
requested review from
djaglowski,
MovieStoreGuy,
andrzej-stencel,
crobert-1,
dashpole,
atoulme,
jmacd,
dmitryax,
fatsheep9146,
jpkrohling,
TylerHelmuth,
yurishkuro,
mx-psi,
bogdandrutu,
evan-bradley and
tigrannajaryan
as code owners
August 21, 2024 17:47
github-actions
bot
added
connector/sum
exporter/alertmanager
exporter/alibabacloudlogservice
Alibaba components
exporter/awscloudwatchlogs
awscloudwatchlogs exporter
exporter/awsemf
awsemf exporter
exporter/awskinesis
exporter/awss3
exporter/awsxray
exporter/azuredataexplorer
exporter/azuremonitor
exporter/carbon
exporter/cassandra
exporter/clickhouse
exporter/coralogix
exporter/datadog
Datadog components
exporter/dataset
exporter/elasticsearch
exporter/file
exporter/googlecloud
exporter/googlecloudpubsub
exporter/googlemanagedprometheus
Google Managed Prometheus exporter
exporter/honeycombmarker
exporter/influxdb
exporter/instana
exporter/kafka
exporter/kinetica
exporter/loadbalancing
exporter/logicmonitor
labels
Aug 21, 2024
Did not intend for all the go.mod changes, closing until that is cleaned up. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
cmd/githubgen
cmd/opampsupervisor
cmd/otelcontribcol
otelcontribcol command
cmd/oteltestbedcol
cmd/telemetrygen
telemetrygen command
confmap/provider/s3provider
confmap/provider/secretsmanagerprovider
connector/count
connector/datadog
connector/exceptions
connector/failover
connector/grafanacloud
connector/otlpjson
connector/roundrobin
connector/routing
connector/servicegraph
connector/spanmetrics
connector/sum
exporter/alertmanager
exporter/alibabacloudlogservice
Alibaba components
exporter/awscloudwatchlogs
awscloudwatchlogs exporter
exporter/awsemf
awsemf exporter
exporter/awskinesis
exporter/awss3
exporter/awsxray
exporter/azuredataexplorer
exporter/azuremonitor
exporter/carbon
exporter/cassandra
exporter/clickhouse
exporter/coralogix
exporter/datadog
Datadog components
exporter/dataset
exporter/elasticsearch
exporter/file
exporter/googlecloud
exporter/googlecloudpubsub
exporter/googlemanagedprometheus
Google Managed Prometheus exporter
exporter/honeycombmarker
exporter/influxdb
exporter/instana
exporter/kafka
exporter/kinetica
exporter/loadbalancing
exporter/logicmonitor
os:windows
receiver/windowseventlog
Run Windows
Enable running windows test on a PR
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:
There are 3 main issues being addressed on this PR:
Link to tracking Issue:
Fixes #34687
Testing:
Multiple local runs, we should do a few runs on CI given the runner characteristics.
Documentation:
N/A