-
Notifications
You must be signed in to change notification settings - Fork 28
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
Unification of all test-framework-related options #791
Unification of all test-framework-related options #791
Conversation
run tests |
a7c6afa
to
37a5005
Compare
70fd173
to
61233bd
Compare
run tests |
61233bd
to
7b85220
Compare
run tests |
7b85220
to
bf6a131
Compare
Is this PR still active / relevant @fedinskiy ? |
@mocenas this MR is relevant, but not very active. |
2564ceb
to
8f7a931
Compare
run tests |
1 similar comment
run tests |
Can one of the admins verify this patch? |
@mjurc @michalvavrik @fedinskiy what about this effort? |
framework has changed a little, I think it requires additional work and I doubt @fedinskiy has time for it; let's hear from him |
I am working on this, when I have time, lately I didn't have any. Are we in a hurry with this? |
I was just wondering if this is abandoned or still on radar. |
7f1cffe
to
e4071fa
Compare
3b757a3
to
ea96b56
Compare
@fedinskiy please update this PR with a property added in the #1467. Thank you |
I have finished first review, I'll need answers to my comments and have a second look. I think overall it looks very good and there is very little to change, but I am nervous about service-specific properties being gone, I'll wait for replies and think about it a lot. |
ffe59eb
to
145b078
Compare
The jenkins tests are green, but they are failing, for unclear, but PR-related reasons. Will investigate further |
145b078
to
36f0cc1
Compare
run tests |
friendly reminder @fedinskiy , I can see you are pushing changes and running OpenShift tests, but I still believe you must address my comment on the OpenShift Funqy regarding system properties. Thanks |
8d8d3a2
to
3546ff8
Compare
run tests |
Since all of them are now gathered in one place it would become easier to monitor and document them Required for potential automation of quarkus-qe#369
3546ff8
to
50bf10b
Compare
run tests |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good job. Thanks.
We need @mjurc && green OCP. Then this can be merged. |
BTW I'd also recommend to check TS, but it's no biggie, IMHO we can just fix it in follow-ups, this is big enough. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Native failure unrelated; merging |
// There is no properties file: this is not mandatory. | ||
} catch (Exception exception) { | ||
if (exception instanceof NullPointerException && exception.getMessage().equals("inStream parameter is null")) { | ||
System.err.println("No properties file: " + propertiesFile); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just saw No properties file: test.properties
when running mvn clean verify -Dit.test=MssqlHandlerIT
in quarkus-test-suite/sql-db/vertx-sql
. I am not on a fence, I didn't realize this can be normal situation that there are no test properties, but on the other hand, the message is not noisy and does not indicate something went wrong. We should probably keep it as is 🤷♂️
Summary
Since all of them are now gathered in one place
it would become easier to monitor and document them
Required for potential automation of #369
Future changes in test suite require accommodation of #309
Please check the relevant options
run tests
phrase in comment)Checklist: