efcore
efcore copied to clipboard
CosmosDb: Investigate why pooling does not work in Northwind tests
Current error seems to be coming from 2 things
- With pooling on, our cosmos test throughput increases even further which emulator in PR failed to serve. (Local works fine). There are request failures in some tests.
- There may be some concurrency issue in creating database too. Local run with database already created works fine. For PR run, most failed tests did not have any results indicating no data in tables or partial data.
Note from triage: low-pri test bug; consider for next MQ.