Git Product home page Git Product logo

Comments (3)

ylt avatar ylt commented on August 17, 2024

Is this necessarily to start the feed listener?

As discussed in calls, this could take a while to start, so starting it at the same time may not be an option. It may be necessary to host this somewhere. Of course this opens up the problem that the feed listener itself will have stale / out of date data after code changes to tbe rpde feed.


In order to have the test suite work when started at the same time as the feed listener, we'll probably need a few additional endpoints on the feed listener.

  • Query ready status: determine whether it's ready
  • Wait until ready: keep request open until it's ready
  • Shutdown: once it's done, it'll need shutting down, easiest way is probably via a new endpoint (or perhaps we could achieve this by keeping track of the pid and sending a kill signal)

from openactive-test-suite.

henryaddison avatar henryaddison commented on August 17, 2024

Decided approach:
start feed listener and wait for it to be ready before starting tests
ready means: wait for pagination to finish across all feeds in dataset (or 404)

from openactive-test-suite.

nickevansuk avatar nickevansuk commented on August 17, 2024

https://github.com/openactive/openactive-test-suite/blob/master/simple-ci.sh

from openactive-test-suite.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.