Skip to content

Switch MySQL live tests to use IAsyncLifetime #238

@adrianhall

Description

@adrianhall

All the tests that are "live" use .ToList() (and other sync-over-async methods).

Swap out the sync methods to use async.

This will require implementing IAsyncLifetime in the same way that the Cosmos live tests do.

Metadata

Metadata

Assignees

Labels

InfrastructureChanges to the build and release system

Type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions