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

WFCORE-6824 ServiceNameFactory.resolveServiceName(UnaryServiceDescriptor) throws ISE if resolved to a NullaryServiceDescriptor #5994

Merged
merged 1 commit into from
May 13, 2024

Conversation

pferraro
Copy link
Contributor

@pferraro pferraro commented May 9, 2024

…tor) throws ISE if resolved to a NullaryServiceDescriptor
@github-actions github-actions bot added the deps-ok Dependencies have been checked, and there are no significant changes label May 9, 2024
@wildfly-ci
Copy link

Core -> Full Integration Build 13801 outcome was FAILURE using a merge of 69b9357
Summary: Tests failed: 1 (1 new), passed: 5827, ignored: 115 Build time: 03:46:40

Failed tests

org.jboss.as.test.integration.domain.OrderedChildResourcesTestCase.testOrderedChildResources: java.lang.AssertionError: expected:<{
    "statistics-enabled" => false,
    "protocol" => {
        "RED" => undefined,
        "MPING" => undefined,
        "MERGE3" => undefined,
        "FD_SOCK2" => undefined,
        "FD_ALL3" => undefined,
        "VERIFY_SUSPECT2" => undefined,
        "pbcast.NAKACK2" => undefined,
        "UNICAST3" => undefined,
        "pbcast.STABLE" => undefined,
        "pbcast.GMS" => undefined,
        "UFC" => undefined,
        "MFC" => undefined,
        "FRAG4" => undefined
    },
    "relay" => undefined,
    "transport" => {"TCP" => undefined}
}> but was:<{
    "statistics-enabled" => false,
    "protocol" => {
        "RED" => undefined,
        "MPING" => undefined,
        "MERGE3" => undefined,
        "FD_SOCK2" => undefined,
        "FD_ALL3" => undefined,
        "VERIFY_SUSPECT2" => undefined,
        "pbcast.NAKACK2" => undefined,
        "UNICAST3" => undefined,
        "pbcast.GMS" => undefined,
        "UFC" => undefined,
        "MFC" => undefined,
        "FRAG4" => undefined
    },
    "relay" => undefined,
    "transport" => {"TCP" => undefined}
}>
java.lang.AssertionError: 
expected:<{
    "statistics-enabled" => false,
    "protocol" => {
        "RED" => undefined,
        "MPING" => undefined,
        "MERGE3" => undefined,
        "FD_SOCK2" => undefined,
        "FD_ALL3" => undefined,
        "VERIFY_SUSPECT2" => undefined,
        "pbcast.NAKACK2" => undefined,
        "UNICAST3" => undefined,
        "pbcast.STABLE" => undefined,


@yersan yersan added the ready-for-merge This PR is ready to be merged and fulfills all requirements label May 13, 2024
@yersan yersan merged commit 9814c28 into wildfly:main May 13, 2024
12 checks passed
@pferraro pferraro deleted the WFCORE-6824 branch July 24, 2024 21:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deps-ok Dependencies have been checked, and there are no significant changes ready-for-merge This PR is ready to be merged and fulfills all requirements
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants