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

tests: Turn assets into resources #8589

Open
fviernau opened this issue Apr 29, 2024 · 1 comment
Open

tests: Turn assets into resources #8589

fviernau opened this issue Apr 29, 2024 · 1 comment
Labels
enhancement Issues that are considered to be enhancements tech debt Technical debt that should be addressed

Comments

@fviernau
Copy link
Member

Assets have been used historically for performance reasons.
Issue with this is:

  • If only asset file is changed, test is not re-run since no changed file detected.
  • A few code complications, e.g. getAssetFile()

goal: Move assets to resources and simplify code.

@fviernau fviernau added the enhancement Issues that are considered to be enhancements label Apr 29, 2024
@sschuberth sschuberth added the tech debt Technical debt that should be addressed label Apr 29, 2024
@mnonnenmacher
Copy link
Member

If adding those files to the resources still has negative impact on performance, another option might be to add them as inputs for the test tasks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Issues that are considered to be enhancements tech debt Technical debt that should be addressed
Projects
None yet
Development

No branches or pull requests

3 participants