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 for Heatmap Endpoint #1946

Closed
Tracked by #1828
metemaddar opened this issue Feb 14, 2023 · 1 comment
Closed
Tracked by #1828

Test for Heatmap Endpoint #1946

metemaddar opened this issue Feb 14, 2023 · 1 comment
Assignees

Comments

@metemaddar
Copy link
Contributor

No description provided.

@metemaddar metemaddar self-assigned this Feb 14, 2023
@metemaddar metemaddar added this to the v1.5 milestone Feb 14, 2023
@metemaddar
Copy link
Contributor Author

  • As Majk Suggests, we can use the Celery test doc for testing without workers running.
  • For Heatmaps as we need the Cache data, Majk suggests to run data preparation test before testing heatmaps. So we will have the heatmap data.
  • For testing scheduled endpoints, we need to avoid running them at the same time, as the endpoint may be busy with another long time taking task.
  • But as we are testing against python endpoint, we have the boilerplate at endpoint, we can reduce the vs-code tester workers to 1
  • We also need to set this at runners configurations.

@EPajares EPajares removed this from the v1.5 milestone Jun 6, 2023
@EPajares EPajares closed this as completed Aug 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants