Skip to content

Conversation

@timovv
Copy link
Member

@timovv timovv commented Sep 26, 2022

Packages impacted by this PR

  • @azure/monitor-ingestion

Describe the problem that is addressed by this PR

Fixes CI tests which were failing, most likely as a result of test proxy issue Azure/azure-sdk-tools#4169. The fix allows us to unskip the Node recorded tests as well, which is a bonus.

@ghost ghost added the Monitor Monitor, Monitor Ingestion, Monitor Query label Sep 26, 2022
let recordedClient: RecorderAndLogsClient;
let client: LogsIngestionClient;
beforeEach(async function (this: Context) {
if (isPlaybackMode() && isNode) this.skip();
Copy link
Member

@KarishmaGhiya KarishmaGhiya Sep 26, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do we want to enable these in node and playback?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes we do! The recent test proxy fix solved the cross-OS issue, since it unzips the request body before matching.

@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Monitor Monitor, Monitor Ingestion, Monitor Query

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants