| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
tracyboehrer (@tracyboehrer) we noticed that the build is failing, most likely due to the bot-azure tests. Those unit tests contain the following requirements to be executed:
This is because Java needs the CosmosDbEmulator certificate in its cacert. We solved this by following this guide, which basically involves exporting the CosmosDbEmulator certificate, and importing it to the Java cacert repository. We don't have permissions to analyze the build pipeline, however, let us know if you need help from our side for this 😊. |
Sorry, something went wrong.
|
tracyboehrer (@tracyboehrer) we removed the following files as they are generated during the build:
We noticed that the .gitignore is missing a configuration for these files. Do you want us to add an entry in the configuration to ignore these binaries? |
Sorry, something went wrong.
|
Victor Grycuk (@VictorGrycuk) So these unit tests require the cosmosdb emulator and that appears to be why the PR build is failing. I need to look into how DotNet is dealing with this. |
Sorry, something went wrong.
|
Victor Grycuk (@VictorGrycuk) For the time being, I disabled running one of the unit tests for this in DevOps. This isn't a permanent solution, but we'll have to do some more research on our side. If you have the emulator installed, it will still run the unit tests as before. For DevOps, or if you try to run mvn and you DON'T have the emulator installed, you must include the following mvn options: -Dtest=!CosmosDbPartitionStorageTests* -DfailIfNoTests=false Not sure I really like this solution, but it does have the advantage of annoying me enough to provide motivation to solve the problem for real. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Fixes #739
Description
Implements support for CosmosDbPartitionedStorage class and its tests.
Specific Changes
Adds the following classes:
Testing
Unit tests of bot-azure passing correctly

mvn clean install passing correctly
