Automated testing without tripping monthly extraction limit

PMC
PMC Newcomer

I'm implementing a new CICD pipeline for my company that will include automated testing of all tests for our application every time a developer submits a commit. This test suite includes a handful of tests that submits extraction requests to Refinitiv's DSS API to ensure that we can correctly interpret, unpack, and manage the response from Refinitiv. Normally this is fine, and contributes minutely to our contracted extractions per month. That said, once this pipeline is implemented, I expect these builds to run several hundred times per day, which would put an unnecessary load on our monthly extractions.

Is there a way to test extraction requests in DSS without contributing to the extractions in monthly contracts?

Best Answer

  • Christiaan Meihsl
    Answer ✓

    @PMC,

    A few thoughts:

    • You do not mention if you have a development / staging environment, separate from the production environment. I shall assume you have, as making changes in production is a risky endeavor. That said, there are limits on the number of concurrent requests to our servers. If you are using the same DSS account for a production system and a development system, and running hundreds of requests on the test system, then it might negatively impact your production system.
    • I'm a bit surprised about the expectancy to have several hundred builds per day; I would not expect software to be modified at such a pace.
    • DSS extractions can take a certain time, depending on their size. Running them after every single commit, multiple times per day, does not seem very efficient, and could potentially add an unnecessary load on your network and systems, and our servers.
    • I believe it would make sense to first commit all software changes, and only then run the automated test suite. An alternative could be to run the test suite once a day. That would also put a lid on the DSS data consumption.

    I'm guessing there might be an option to use a DSS test environment, but I'm not at all sure if that is possible or not. As stated by Ramprasad, this is a point you need to raise with your account manager, as this forum is dedicated to technical queries on APIs usage.

Answers

  • Hi @PMC,

    I understand your concern here. But this portal is to exchange technical knowledge with the product and your requirement is more about billing and usage.

    Hence would you please contact your account manager/Sales team for more support.

    Thank you

Welcome!

It looks like you're new here. Sign in or register to get started.

Welcome!

It looks like you're new here. Sign in or register to get started.