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

WFLY-5756 Unable to exclude root context (/) via excluded-contexts in… #8448

Merged
merged 1 commit into from Dec 4, 2015

Conversation

rhusar
Copy link
Member

@rhusar rhusar commented Dec 2, 2015

… mod_cluster subsystem

Jira
https://issues.jboss.org/browse/WFLY-5756

@wildfly-ci
Copy link

Linux with security manager Build 3685 outcome was FAILURE using a merge of 1cd65a1
Summary: Tests failed: 3 (3 new), passed: 935, ignored: 291 Build time: 00:07:56

Failed tests

org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath(UndertowContextTestCase.java:68)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts(UndertowHostTestCase.java:84)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext(UndertowHostTestCase.java:103)


@wildfly-ci
Copy link

Windows Build 3886 outcome was FAILURE using a merge of 1cd65a1
Summary: Tests failed: 3 (3 new), passed: 3251, ignored: 363 Build time: 00:57:46

Failed tests

org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath(UndertowContextTestCase.java:68)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts(UndertowHostTestCase.java:84)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext(UndertowHostTestCase.java:103)


@wildfly-ci
Copy link

Linux Build 8855 outcome was FAILURE using a merge of 1cd65a1
Summary: Tests failed: 3 (3 new), passed: 3222, ignored: 363 Build time: 01:16:46

Failed tests

org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath(UndertowContextTestCase.java:68)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts(UndertowHostTestCase.java:84)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext(UndertowHostTestCase.java:103)


@wildfly-ci
Copy link

Linux with security manager Build 3687 outcome was FAILURE using a merge of 1cd65a1
Summary: Tests failed: 3, passed: 935, ignored: 291 Build time: 00:08:08

Failed tests

org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath(UndertowContextTestCase.java:68)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts(UndertowHostTestCase.java:84)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext(UndertowHostTestCase.java:103)


@wildfly-ci
Copy link

Linux Build 8857 outcome was FAILURE using a merge of 1cd65a1
Summary: Tests failed: 3, passed: 3251, ignored: 363 Build time: 00:51:03

Failed tests

org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath(UndertowContextTestCase.java:68)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts(UndertowHostTestCase.java:84)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext(UndertowHostTestCase.java:103)


@wildfly-ci
Copy link

Windows Build 3888 outcome was FAILURE using a merge of 1cd65a1
Summary: Tests failed: 3, passed: 3251, ignored: 363 Build time: 00:56:45

Failed tests

org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowContextTestCase.getPath(UndertowContextTestCase.java:68)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.getContexts(UndertowHostTestCase.java:84)


org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext: java.lang.AssertionError: expected same:</> was not:<>
    at org.wildfly.mod_cluster.undertow.UndertowHostTestCase.findContext(UndertowHostTestCase.java:103)


@pferraro
Copy link
Contributor

pferraro commented Dec 2, 2015

👍

n1hility added a commit that referenced this pull request Dec 4, 2015
WFLY-5756 Unable to exclude root context (/) via excluded-contexts in…
@n1hility n1hility merged commit 9bf5185 into wildfly:master Dec 4, 2015
@rhusar rhusar deleted the WFLY-5756 branch December 4, 2015 22:28
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