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

[Bug] Allow spark job to run a country for which no checks are configured to run #578

Open
reichg opened this issue Jun 24, 2021 · 1 comment
Labels

Comments

@reichg
Copy link
Collaborator

reichg commented Jun 24, 2021

Describe the bug
Spark job fails if country is configured to run but no checks are configured to run in that country. This is not ideal in a scenario where you have country restricted checks but want to run a small group of checks on a small group of countries.

To Reproduce

  1. add "countries": ["NZL"] to the PoolSizeCheck object in the configuration.json.
  2. in the atlas-checks spark job command (IntegrityCheckSparkJob) configure the job to run on NZL and AUS.
  3. The job will complete for NZL but will fail afterwards since the check is restricted to NZL.

Expected behavior
Allow jobs to complete when the job tries to run in a country where there are no atlas checks configured to run.

@reichg reichg added the bug label Jun 24, 2021
@reichg
Copy link
Collaborator Author

reichg commented Aug 27, 2021

@Bentleysb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant