Angles is a test dashboard that will allow you to store all your automated test results independent of the test automation framework you are using (as long as there is a client which supports using the Angles API), in a single location and has common for reports for all of them. It also allows you to view the results from various angles
Apache License 2.0
9
stars
7
forks
source link
Attempting to retrieve a non existent build will cause the backend to hang #61
When trying to get a build with an ID that doesn't exist, but is in a valid format for Mongo, the backend will continuously try to retrieve the build by running a query to retrieve it.
During this time, Angles will become unresponsive and will need a restart.
When trying to get a build with an ID that doesn't exist, but is in a valid format for Mongo, the backend will continuously try to retrieve the build by running a query to retrieve it.
During this time, Angles will become unresponsive and will need a restart.