Uploaded image for project: 'WildFly'
  1. WildFly
  2. WFLY-16524

ManagedBeanIdentifierMarshallerTestCase fails intermittently

    XMLWordPrintable

Details

    • ---
    • ---

    Description

      [INFO] -------------------------------------------------------
      [INFO]  T E S T S
      [INFO] -------------------------------------------------------
      [INFO] Running org.wildfly.clustering.weld.bean.StringBeanIdentifierMarshallerTestCase
      [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.334 s - in org.wildfly.clustering.weld.bean.StringBeanIdentifierMarshallerTestCase
      [INFO] Running org.wildfly.clustering.weld.bean.ManagedBeanIdentifierMarshallerTestCase
      [ERROR] Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 0.009 s <<< FAILURE! - in org.wildfly.clustering.weld.bean.ManagedBeanIdentifierMarshallerTestCase
      [ERROR] test(org.wildfly.clustering.weld.bean.ManagedBeanIdentifierMarshallerTestCase)  Time elapsed: 0.009 s  <<< ERROR!
      java.lang.IllegalStateException: Singleton not set for foo => []
      	at org.jboss.weld.bootstrap.api.helpers.RegistrySingletonProvider$RegistrySingleton.get(RegistrySingletonProvider.java:28)
      	at org.jboss.weld.Container.instance(Container.java:65)
      	at org.wildfly.clustering.weld.annotated.slim.AnnotatedTypeIdentifierMarshaller.writeTo(AnnotatedTypeIdentifierMarshaller.java:80)
      	at org.wildfly.clustering.weld.annotated.slim.AnnotatedTypeIdentifierMarshaller.writeTo(AnnotatedTypeIdentifierMarshaller.java:39)
      	at org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter.writeObjectNoTag(SizeComputingProtoStreamWriter.java:59)
      	at org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter.writeObject(ProtoStreamWriter.java:60)
      	at org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller.writeTo(TypedObjectMarshaller.java:60)
      	at org.wildfly.clustering.marshalling.protostream.AnyMarshaller.writeTo(AnyMarshaller.java:76)
      	at org.wildfly.clustering.marshalling.protostream.AnyMarshaller.writeTo(AnyMarshaller.java:36)
      	at org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter.writeObjectNoTag(SizeComputingProtoStreamWriter.java:59)
      	at org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter.writeObject(ProtoStreamWriter.java:60)
      	at org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter.writeAny(ProtoStreamWriter.java:48)
      	at org.wildfly.clustering.marshalling.protostream.reflect.AbstractMemberMarshaller.writeTo(AbstractMemberMarshaller.java:81)
      	at org.wildfly.clustering.marshalling.protostream.SizeComputingProtoStreamWriter.writeObjectNoTag(SizeComputingProtoStreamWriter.java:59)
      	at org.wildfly.clustering.marshalling.protostream.ProtoStreamWriter.writeObject(ProtoStreamWriter.java:60)
      	at org.wildfly.clustering.marshalling.protostream.TypedObjectMarshaller.writeTo(TypedObjectMarshaller.java:60)
      	at org.wildfly.clustering.marshalling.protostream.AnyMarshaller.writeTo(AnyMarshaller.java:76)
      	at org.wildfly.clustering.marshalling.protostream.AnyMarshaller.writeTo(AnyMarshaller.java:36)
      	at org.wildfly.clustering.marshalling.protostream.ProtoStreamByteBufferMarshaller.size(ProtoStreamByteBufferMarshaller.java:53)
      	at org.wildfly.clustering.marshalling.protostream.TestProtoStreamByteBufferMarshaller.size(TestProtoStreamByteBufferMarshaller.java:64)
      	at org.wildfly.clustering.marshalling.spi.ByteBufferMarshaller.write(ByteBufferMarshaller.java:53)
      	at org.wildfly.clustering.marshalling.spi.ByteBufferTestMarshaller.write(ByteBufferTestMarshaller.java:50)
      	at org.wildfly.clustering.marshalling.MarshallingTester.test(MarshallingTester.java:46)
      	at org.wildfly.clustering.marshalling.Tester.test(Tester.java:37)
      	at org.wildfly.clustering.weld.bean.ManagedBeanIdentifierMarshallerTestCase.test(ManagedBeanIdentifierMarshallerTestCase.java:41)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
      	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
      	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      	at java.base/java.lang.reflect.Method.invoke(Method.java:566)
      	at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59)
      	at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12)
      	at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56)
      	at org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17)
      	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
      	at org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100)
      	at org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103)
      	at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63)
      	at org.junit.runners.ParentRunner$4.run(ParentRunner.java:331)
      	at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79)
      	at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329)
      	at org.junit.runners.ParentRunner.access$100(ParentRunner.java:66)
      	at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293)
      	at org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306)
      	at org.junit.runners.ParentRunner.run(ParentRunner.java:413)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:365)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeWithRerun(JUnit4Provider.java:273)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:238)
      	at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:159)
      	at org.apache.maven.surefire.booter.ForkedBooter.invokeProviderInSameClassLoader(ForkedBooter.java:384)
      	at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:345)
      	at org.apache.maven.surefire.booter.ForkedBooter.execute(ForkedBooter.java:126)
      	at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:418)
      
      [INFO] Running org.wildfly.clustering.weld.annotated.slim.AnnotatedTypeIdentifierMarshallerTestCase
      [INFO] Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.428 s - in org.wildfly.clustering.weld.annotated.slim.AnnotatedTypeIdentifierMarshallerTestCase
      

      http://clusterdev01.lab.eng.brq.redhat.com:8080/job/wildfly-main-smallrye-fault-tolerance-main/609/console

      Attachments

        Issue Links

          Activity

            People

              pferraro@redhat.com Paul Ferraro
              rhn-engineering-rhusar Radoslav Husar
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: