Tommy Alander

Results 21 comments of Tommy Alander

@HofmeisterAn @Yeseh I think we pretty much got it now. It is possible to remove the cosmos client dependency by doing raw rest calls to cosmos. We might have the...

Ok, seems to be a known error: https://github.com/microsoft/azure-pipelines-tasks/issues/15865 Maybe try a different image when running the tests?

Hmm.... cake didn't like ubuntu 22.

Ok, might be working now. Azurite test failed once as well.

This seems to be the real issue: https://github.com/Azure/azure-cosmos-db-emulator-docker/issues/45

@HofmeisterAn A suggestion. Just run the test on windows until the actual emulator bug is fixed. What do you think?

> > @HofmeisterAn A suggestion. Just run the test on windows until the actual emulator bug is fixed. What do you think? > > OC, sounds good. I assume the...

@HofmeisterAn I created a "SkipOnLinuxOS" fact attribute similar to SkipOnLinuxEngineAttribute(neat idea btw) and used that for the cosmos tests. It works now but the build is a bit fragile due...

@Yeseh anything else you want to add to this?

> > @HofmeisterAn I created a "SkipOnLinuxOS" fact attribute similar to SkipOnLinuxEngineAttribute(neat idea btw) and used that for the cosmos tests. It works now but the build is a bit...