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

Smoke Test integration #19

Merged
merged 13 commits into from
Sep 27, 2024
Merged

Smoke Test integration #19

merged 13 commits into from
Sep 27, 2024

Conversation

micoleaoo
Copy link
Collaborator

@micoleaoo micoleaoo commented Sep 27, 2024

Solves all tasks of issue #17
Integration of general Smoke Test in /tests, which validates basic and critical functions of the tesp-api.

Copy link
Collaborator

@BorisYourich BorisYourich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, time to add them to CI

@micoleaoo
Copy link
Collaborator Author

All core tests execute successfully, with the exception of one that relies on workdir.json. The issue lies in the implementation; run_script.sh files are being mounted to workdir, which fails with special directories like /proc in the case of the failed test.

Suggested solution:
Run script files should have a stable bind-mount directory such as /tmp/{job_id} or similar.

@micoleaoo micoleaoo merged commit 1e3e746 into main Sep 27, 2024
0 of 2 checks passed
@micoleaoo micoleaoo mentioned this pull request Sep 27, 2024
3 tasks
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

Successfully merging this pull request may close these issues.

2 participants