CrossRef / cayenne

MOVED to https://gitlab.com/crossref/rest_api
https://gitlab.com/crossref/rest_api
MIT License
17 stars 9 forks source link

Test for scroll pagination - are results frozen? #81

Closed afandian closed 5 years ago

afandian commented 5 years ago

If the document set changes in the duration of a cursor session, are new results included or is the result set effectively frozen for the duration?

The ResourceSync draft specification assumes that the result set is frozen. If we rely on this, we should demonstrate it in an integration test.

Also, this will surely happen in real usage, so we should be able to say for sure what the behaviour is.