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

FW should complain on non-existing application properties file #1285

Open
rsvoboda opened this issue Sep 5, 2024 · 0 comments
Open

FW should complain on non-existing application properties file #1285

rsvoboda opened this issue Sep 5, 2024 · 0 comments

Comments

@rsvoboda
Copy link
Member

rsvoboda commented Sep 5, 2024

I had code that was backported from main to 3.8 branch. The testing app used property file that was introduced in one of the previous PRs. That PR was not selected for backport and thus the property file did,t exist in 3.8 branch.

There was no complain about non-existing property file when he application was started

    @QuarkusApplication(classes = { DownloadResource.class }, properties = "non-existing.properties")
    static RestService app = new RestService();

FW should complain on non-existing application properties file and maybe fail the tests quickly / throw error.

Trigger: quarkus-qe/quarkus-test-suite#1971 (comment)

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

1 participant