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

WINDUP-670: Make Rexster more convenient to use #628

Merged
merged 2 commits into from
Jul 13, 2015

Conversation

mbriskar
Copy link
Contributor

@mbriskar mbriskar commented Jul 2, 2015

From now on, rexster is deployed by default everytime you debug within windup.

@mbriskar
Copy link
Contributor Author

mbriskar commented Jul 2, 2015

It will work after the furnace new version will be released with the patch.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/906/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/275/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/907/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/276/
Test FAILed.

</dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>arquillian</artifactId>
<version>${project.version}</version>
Copy link
Contributor Author

Choose a reason for hiding this comment

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

note that this is not a forge addon

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe this should be renamed to "windup-test-harness" instead of "arquillian" ?

@Override public List<DeploymentDescription> enhance(TestClass testClass, List<DeploymentDescription> deployments)
{
String debugProperty = System.getProperty("maven.surefire.debug");
if(Boolean.getBoolean(debugProperty)) {
Copy link
Contributor

Choose a reason for hiding this comment

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

This should be if(Boolean.getBoolean("maven.surefire.debug"))

* Tests that rexster is properly deployed thanks to Arquillian ad
*/
@RunWith(Arquillian.class)
public class RexsterDefaultDeploymentTest
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This is the test testing that it is deployed when surefire debug is ON

@mbriskar mbriskar force-pushed the WINDUP-670 branch 2 times, most recently from e4b1bb3 to cdb8891 Compare July 8, 2015 13:10
@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/923/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/293/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/924/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/294/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/926/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/296/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/927/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/297/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/928/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/298/
Test FAILed.

@mbriskar
Copy link
Contributor Author

mbriskar commented Jul 8, 2015

retest please

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/930/
Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/300/
Test FAILed.

@mbriskar
Copy link
Contributor Author

mbriskar commented Jul 9, 2015

problem is on my side, fixing immediately

@mbriskar mbriskar force-pushed the WINDUP-670 branch 2 times, most recently from ea2d83d to 39d6513 Compare July 9, 2015 20:35
@mbriskar
Copy link
Contributor Author

mbriskar commented Jul 9, 2015

hopefully fixed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/934/
Test PASSed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/304/

Failed Tests: 1

org.jboss.windup.rules:windup-rulesets: 1


Test FAILed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/935/
Test PASSed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/305/

Failed Tests: 1

org.jboss.windup.rules:windup-rulesets: 1


Test FAILed.

<scope>test</scope>
</dependency>
<groupId>org.jboss.windup</groupId>
<artifactId>windup-test-harness</artifactId>
Copy link
Contributor

Choose a reason for hiding this comment

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

good.

@mbriskar
Copy link
Contributor Author

@lincolnthree what about the failing tests in rulesets? Or didn't this PR cause it?

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-pr-builder/938/
Test PASSed.

@windupgithubbot1
Copy link

Refer to this link for build results (access rights to CI server needed):
http://10.3.8.5//job/windup-core-PR-dependents-check/308/

Failed Tests: 1

org.jboss.windup.rules:windup-rulesets: 1


Test FAILed.

@lincolnthree
Copy link
Contributor

I don't think this PR caused it.

lincolnthree added a commit that referenced this pull request Jul 13, 2015
WINDUP-670: Make Rexster more convenient to use
@lincolnthree lincolnthree merged commit 5874ffe into windup:master Jul 13, 2015
PhilipCattanach pushed a commit to PhilipCattanach/windup that referenced this pull request Feb 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants