Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test: update integration test to use round 12012 #295

Merged
merged 2 commits into from
Jul 30, 2024

Commits on Jul 30, 2024

  1. test: add cache for fetched measurements

    Nowadays, it takes ~50 seconds to fetch a batch of measurements.
    This makes re-running the integration test way too slow.
    
    In this change, I am adding `fetchMeasurementsWithCache` to cache
    the measurements on subsequent runs.
    
    Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
    bajtos committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    e3c8cea View commit details
    Browse the repository at this point in the history
  2. test: update integration test to use round 12012

    We need a more recent round for which the spark-api endpoint returns
    "startEpoch" so that we can obtain the DRAND beacon.
    
    Signed-off-by: Miroslav Bajtoš <oss@bajtos.net>
    bajtos committed Jul 30, 2024
    Configuration menu
    Copy the full SHA
    52a326a View commit details
    Browse the repository at this point in the history