-
Notifications
You must be signed in to change notification settings - Fork 1.9k
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
Enable gcloud testing in docker #5651
Conversation
Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
Signed-off-by: Jan Bartel <janb@webtide.com>
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
3239dc7
to
f08cfad
Compare
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.
Remove the unnecessary lines for the surefire plugin in the pom and its good.
@@ -78,6 +94,7 @@ | |||
<artifactId>maven-surefire-plugin</artifactId> | |||
<configuration> | |||
<skipTests>false</skipTests> | |||
<trimStackTrace>false</trimStackTrace> | |||
<systemPropertyVariables> | |||
<DATASTORE_DATASET>jetty9-work</DATASTORE_DATASET> | |||
<DATASTORE_HOST>http://localhost:8088</DATASTORE_HOST> |
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 don't think lines 99-100 are needed anymore are they?
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.
ah yup. We will need that in the top pom :)
@@ -25,8 +25,6 @@ | |||
import java.util.Properties; | |||
|
|||
import org.eclipse.jetty.toolchain.test.FS; | |||
import org.eclipse.jetty.toolchain.test.jupiter.WorkDir; | |||
import org.eclipse.jetty.toolchain.test.jupiter.WorkDirExtension; | |||
import org.eclipse.jetty.util.IO; |
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.
Not a fan of making changes to totally unrelated code ... but as they're unused imports I guess its ok.
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.
This looks like changes from a merge.
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.
@joakime nope I was just looking at this class and removed unused imports
Signed-off-by: olivier lamy <oliver.lamy@gmail.com>
No description provided.