Skip to content

Store a list of previously passed tiles #8

Description

@dyoung522

To speed up tests, we should only check tiles which have not previously passed validation (i.e. new or failed).

To this end, we should probably keep a database of tiles which have passed validation. Once a tile has passed, it's not likely to have changed.

Additionally, we should:

  • store the tile creation date, and if it's changed, re-run the check (re-built tiles)
  • provide an option to re-run all checks.

Possible ways to accomplish this:

  • create a sqlite database to hold the data
  • store a semaphore file in each tile directory

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions