[JBoss JIRA] (JGRP-1996) org.jgroups.tests.QueueTest.testBarrierWithTimeOut fails on several configurations
by Ivan Straka (JIRA)
Ivan Straka created JGRP-1996:
---------------------------------
Summary: org.jgroups.tests.QueueTest.testBarrierWithTimeOut fails on several configurations
Key: JGRP-1996
URL: https://issues.jboss.org/browse/JGRP-1996
Project: JGroups
Issue Type: Bug
Reporter: Ivan Straka
Assignee: Bela Ban
org.jgroups.tests.QueueTest.testBarrierWithTimeOut fails on several configurations
actual num_dead differs on some configurations
{code:java}
Error Message
num_dead should have been 10 but was 9
Stacktrace
java.lang.AssertionError
at org.jgroups.tests.QueueTest.testBarrierWithTimeOut(QueueTest.java:666)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:639)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:354)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:312)
at org.testng.SuiteRunner.run(SuiteRunner.java:261)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1215)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
at org.testng.TestNG.run(TestNG.java:1048)
at org.testng.TestNG.privateMain(TestNG.java:1355)
at org.testng.TestNG.main(TestNG.java:1324)
Standard Output
------------- testAddAll -----------
queue is Queue (3) elements
------------- testBarrier -----------
-- adding element 99
-- adding element 100
remover #0 is alive
remover #1 is alive
remover #2 is alive
remover #3 is alive
remover #4 is alive
remover #5 is alive
remover #6 is alive
remover #7 is terminated
remover #8 is alive
remover #9 is terminated
------------- testBarrierWithTimeOut -----------
-- adding element 99
-- adding element 100
Thread #9: retrieved 99
remover #0 is alive
Thread #8: retrieved 100
remover #1 is alive
remover #2 is alive
remover #3 is alive
remover #4 is alive
remover #5 is alive
remover #6 is alive
remover #7 is alive
remover #8 is terminated
remover #9 is terminated
closing queue - causing all remaining threads to terminate
Thread #0: queue was closed
Thread #1: queue was closed
remover #0 is alive
Thread #5: queue was closed
Thread #4: queue was closed
Thread #3: queue was closed
Thread #2: queue was closed
Thread #7: queue was closed
remover #1 is terminated
remover #2 is terminated
remover #3 is terminated
remover #4 is terminated
remover #5 is terminated
remover #6 is alive
remover #7 is terminated
remover #8 is terminated
remover #9 is terminated
Thread #6: queue was closed
------------- testClear -----------
------------- testCloseWithFlush -----------
------------- testCloseWithFlush2 -----------
------------- testCloseWithoutFlush -----------
------------- testConcurrentAccess -----------
current queue size=139
current queue size=155
Thread #0: 102 writes, 185 reads
Thread #1: 86 writes, 61 reads
Thread #2: 161 writes, 67 reads
Thread #3: 78 writes, 65 reads
Thread #4: 73 writes, 52 reads
Thread #5: 129 writes, 70 reads
Thread #6: 29 writes, 51 reads
Thread #7: 47 writes, 30 reads
Thread #8: 24 writes, 17 reads
Thread #9: 28 writes, 4 reads
total writes=757, total_reads=602, diff=155
------------- testConcurrentAddRemove -----------
time to add/remove 1000000 elements: 609
------------- testEmptyQueue -----------
------------- testInsertionAndRemoval -----------
o1=Q1, o2=Q1, o1.equals(o2)=true
------------- testInterruptAndRemove -----------
------------- testLargeInsertion -----------
Inserting 100000 elements
Took 11 msecs
Removing 100000 elements
Took 6 msecs
------------- testMultipleWriterOneReader -----------
adder #0 is terminated
adder #1 is terminated
adder #2 is terminated
adder #3 is terminated
adder #4 is terminated
adder #5 is terminated
adder #6 is terminated
adder #7 is terminated
adder #8 is terminated
adder #9 is terminated
------------- testQueue -----------
------------- testRemoveAndClose -----------
------------- testRemoveAndCloseWithTimeout -----------
------------- testRemoveAndInterrupt -----------
-- removing element
-- closing queue
------------- testRemoveElementNoElement -----------
------------- testRemoveElementOneElement -----------
------------- testRemoveElementThreeElementsFirstFound -----------
------------- testRemoveElementThreeElementsSecondFound -----------
------------- testRemoveElementThreeElementsThirdFound -----------
------------- testRemoveElementTwoElementsFirstFound -----------
------------- testRemoveElementTwoElementsSecondFound -----------
------------- testValues -----------
queue: 1
3
99
8
------------- testWaitUntilClosed -----------
------------- testWaitUntilClosed2 -----------
------------- testWaitUntilClosed3 -----------
------------- testWaitUntilClosed4 -----------
-- removed 0
-- removed 1
-- removed 2
-- removed 3
-- removed 4
-- removed 5
-- removed 6
-- removed 7
-- removed 8
-- removed 9
------------- testWaitUntilClosed5 -----------
-- removed 0
-- removed 1
-- removed 2
Standard Error
Thread #2: queue was closed
Thread #4: queue was closed
java.lang.InterruptedException
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JGRP-1995) org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-1995?page=com.atlassian.jira.plugin.... ]
Bela Ban closed JGRP-1995.
--------------------------
Resolution: Rejected
> org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
> -------------------------------------------------------------------------------------
>
> Key: JGRP-1995
> URL: https://issues.jboss.org/browse/JGRP-1995
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.6.6
> Reporter: Ivan Straka
> Assignee: Bela Ban
>
> org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
> full output:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-jgroups-maven-...
> {code:java}
> Error Message
> Timeout 10000 kicked in, views are: A: [A|0] (1) [A] B: [B|0] (1) [B] C: [C|0] (1) [C]
> Stacktrace
> org.jgroups.TimeoutException
> at org.jgroups.util.Util.waitUntilAllChannelsHaveSameSize(Util.java:295)
> at org.jgroups.tests.byteman.SequencerFailoverTest.setUp(SequencerFailoverTest.java:36)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
> at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:585)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
> at org.testng.TestRunner.privateRun(TestRunner.java:774)
> at org.testng.TestRunner.run(TestRunner.java:624)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
> at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:354)
> at org.testng.SuiteRunner.privateRun(SuiteRunner.java:312)
> at org.testng.SuiteRunner.run(SuiteRunner.java:261)
> at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
> at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
> at org.testng.TestNG.runSuitesSequentially(TestNG.java:1215)
> at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
> at org.testng.TestNG.run(TestNG.java:1048)
> at org.testng.TestNG.privateMain(TestNG.java:1355)
> at org.testng.TestNG.main(TestNG.java:1324)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JGRP-1995) org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
by Bela Ban (JIRA)
[ https://issues.jboss.org/browse/JGRP-1995?page=com.atlassian.jira.plugin.... ]
Bela Ban commented on JGRP-1995:
--------------------------------
There are unit test failures every now and then, but transient failures are expected. They're caused by several tests running in parallel, GC etc.
This is the 10th time we're having this discussion and I'm getting tired of it. Closing this issue.
> org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
> -------------------------------------------------------------------------------------
>
> Key: JGRP-1995
> URL: https://issues.jboss.org/browse/JGRP-1995
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.6.6
> Reporter: Ivan Straka
> Assignee: Bela Ban
>
> org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
> full output:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-jgroups-maven-...
> {code:java}
> Error Message
> Timeout 10000 kicked in, views are: A: [A|0] (1) [A] B: [B|0] (1) [B] C: [C|0] (1) [C]
> Stacktrace
> org.jgroups.TimeoutException
> at org.jgroups.util.Util.waitUntilAllChannelsHaveSameSize(Util.java:295)
> at org.jgroups.tests.byteman.SequencerFailoverTest.setUp(SequencerFailoverTest.java:36)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
> at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:585)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
> at org.testng.TestRunner.privateRun(TestRunner.java:774)
> at org.testng.TestRunner.run(TestRunner.java:624)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
> at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:354)
> at org.testng.SuiteRunner.privateRun(SuiteRunner.java:312)
> at org.testng.SuiteRunner.run(SuiteRunner.java:261)
> at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
> at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
> at org.testng.TestNG.runSuitesSequentially(TestNG.java:1215)
> at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
> at org.testng.TestNG.run(TestNG.java:1048)
> at org.testng.TestNG.privateMain(TestNG.java:1355)
> at org.testng.TestNG.main(TestNG.java:1324)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (WFCORE-991) Starting server with config that doesn't end with .xml fails
by ehsavoie Hugonnet (JIRA)
[ https://issues.jboss.org/browse/WFCORE-991?page=com.atlassian.jira.plugin... ]
ehsavoie Hugonnet reassigned WFCORE-991:
----------------------------------------
Assignee: ehsavoie Hugonnet (was: Ken Wills)
> Starting server with config that doesn't end with .xml fails
> ------------------------------------------------------------
>
> Key: WFCORE-991
> URL: https://issues.jboss.org/browse/WFCORE-991
> Project: WildFly Core
> Issue Type: Bug
> Components: Domain Management
> Reporter: Ken Wills
> Assignee: ehsavoie Hugonnet
>
> [copy standalone.xml to test in the standalone/config directory]
> ./build/target/wildfly-core-2.0.0.CR2-SNAPSHOT/bin/standalone.sh --server-config=test
> =========================================================================
> JBoss Bootstrap Environment
> JBOSS_HOME: /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.CR2-SNAPSHOT
> JAVA: java
> JAVA_OPTS: -server -Xms64m -Xmx512m -Djava.net.preferIPv4Stack=true -Djboss.modules.system.pkgs=org.jboss.byteman -Djava.awt.headless=true
> =========================================================================
> 01:19:50,510 INFO [org.jboss.modules] (main) JBoss Modules version 1.4.4.Final
> 01:19:50,654 INFO [org.jboss.msc] (main) JBoss MSC version 1.2.6.Final
> 01:19:50,709 INFO [org.jboss.as] (MSC service thread 1-6) WFLYSRV0049: WildFly Core 2.0.0.CR2-SNAPSHOT "Kenny" starting
> 01:19:51,110 INFO [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0039: Creating http management service using socket-binding (management-http)
> 01:19:51,125 INFO [org.xnio] (MSC service thread 1-4) XNIO version 3.3.2.Final
> 01:19:51,135 INFO [org.xnio.nio] (MSC service thread 1-4) XNIO NIO Implementation Version 3.3.2.Final
> 01:19:51,161 INFO [org.jboss.remoting] (MSC service thread 1-4) JBoss Remoting version 4.0.10.Final
> 01:19:51,189 WARN [org.jboss.as.domain.http.api.undertow] (MSC service thread 1-8) WFLYDMHTTP0003: Unable to load console module for slot main, disabling console
> 01:19:51,264 INFO [stdout] (Controller Boot Thread) XXX historyBase: /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.CR2-SNAPSHOT/standalone/configuration/standalone_xml_history/test
> 01:19:51,265 INFO [stdout] (Controller Boot Thread) XXX lastFile: /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.last.CR2-SNAPSHOT/standalone/configuration/standalone_xml_history/test
> 01:19:51,265 INFO [stdout] (Controller Boot Thread) XXX boot: /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.boot.CR2-SNAPSHOT/standalone/configuration/standalone_xml_history/test
> 01:19:51,265 INFO [stdout] (Controller Boot Thread) XXX initial: /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.initial.CR2-SNAPSHOT/standalone/configuration/standalone_xml_history/test
> 01:19:51,265 INFO [stdout] (Controller Boot Thread) XXX from: /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.CR2-SNAPSHOT/standalone/configuration/test -> /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.initial.CR2-SNAPSHOT/standalone/configuration/standalone_xml_history/test
> 01:19:51,267 ERROR [org.jboss.as.server] (Controller Boot Thread) WFLYSRV0055: Caught exception during boot: org.jboss.as.controller.persistence.ConfigurationPersistenceException: WFLYCTL0082: Failed to create backup copies of configuration file /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.CR2-SNAPSHOT/standalone/configuration/test
> at org.jboss.as.controller.persistence.ConfigurationFile.successfulBoot(ConfigurationFile.java:488)
> at org.jboss.as.controller.persistence.BackupXmlConfigurationPersister.successfulBoot(BackupXmlConfigurationPersister.java:94)
> at org.jboss.as.controller.AbstractControllerService.finishBoot(AbstractControllerService.java:449)
> at org.jboss.as.server.ServerService.boot(ServerService.java:367)
> at org.jboss.as.controller.AbstractControllerService$1.run(AbstractControllerService.java:299)
> at java.lang.Thread.run(Thread.java:745)
> Caused by: java.nio.file.NoSuchFileException: /home/kwills/git/wildfly-core/build/target/wildfly-core-2.0.0.initial.CR2-SNAPSHOT/standalone/configuration/standalone_xml_history/test
> at sun.nio.fs.UnixException.translateToIOException(UnixException.java:86)
> at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:102)
> at sun.nio.fs.UnixException.rethrowAsIOException(UnixException.java:107)
> at sun.nio.fs.UnixCopyFile.copyFile(UnixCopyFile.java:243)
> at sun.nio.fs.UnixCopyFile.copy(UnixCopyFile.java:581)
> at sun.nio.fs.UnixFileSystemProvider.copy(UnixFileSystemProvider.java:253)
> at java.nio.file.Files.copy(Files.java:1274)
> at org.jboss.as.controller.persistence.FilePersistenceUtils.copyFile(FilePersistenceUtils.java:73)
> at org.jboss.as.controller.persistence.ConfigurationFile.successfulBoot(ConfigurationFile.java:482)
> ... 5 more
> This is due to ConfiguratioinFile.addSuffixToFile(historyBase, INITIAL) assuming that the right most . is part of a file suffix.
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JGRP-1995) org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
by Ivan Straka (JIRA)
Ivan Straka created JGRP-1995:
---------------------------------
Summary: org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
Key: JGRP-1995
URL: https://issues.jboss.org/browse/JGRP-1995
Project: JGroups
Issue Type: Bug
Reporter: Ivan Straka
Assignee: Bela Ban
org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
full output:
http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-jgroups-maven-...
{code:java}
Error Message
Timeout 10000 kicked in, views are: A: [A|0] (1) [A] B: [B|0] (1) [B] C: [C|0] (1) [C]
Stacktrace
org.jgroups.TimeoutException
at org.jgroups.util.Util.waitUntilAllChannelsHaveSameSize(Util.java:295)
at org.jgroups.tests.byteman.SequencerFailoverTest.setUp(SequencerFailoverTest.java:36)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:497)
at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
at org.testng.internal.Invoker.invokeMethod(Invoker.java:585)
at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
at org.testng.TestRunner.privateRun(TestRunner.java:774)
at org.testng.TestRunner.run(TestRunner.java:624)
at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:354)
at org.testng.SuiteRunner.privateRun(SuiteRunner.java:312)
at org.testng.SuiteRunner.run(SuiteRunner.java:261)
at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
at org.testng.TestNG.runSuitesSequentially(TestNG.java:1215)
at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
at org.testng.TestNG.run(TestNG.java:1048)
at org.testng.TestNG.privateMain(TestNG.java:1355)
at org.testng.TestNG.main(TestNG.java:1324)
{code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months
[JBoss JIRA] (JGRP-1995) org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
by Ivan Straka (JIRA)
[ https://issues.jboss.org/browse/JGRP-1995?page=com.atlassian.jira.plugin.... ]
Ivan Straka updated JGRP-1995:
------------------------------
Affects Version/s: 3.6.6
> org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
> -------------------------------------------------------------------------------------
>
> Key: JGRP-1995
> URL: https://issues.jboss.org/browse/JGRP-1995
> Project: JGroups
> Issue Type: Bug
> Affects Versions: 3.6.6
> Reporter: Ivan Straka
> Assignee: Bela Ban
>
> org.jgroups.tests.byteman.SequencerFailoverTest.setUp fails on several configurations
> full output:
> http://jenkins.mw.lab.eng.bos.redhat.com/hudson/job/eap-7x-jgroups-maven-...
> {code:java}
> Error Message
> Timeout 10000 kicked in, views are: A: [A|0] (1) [A] B: [B|0] (1) [B] C: [C|0] (1) [C]
> Stacktrace
> org.jgroups.TimeoutException
> at org.jgroups.util.Util.waitUntilAllChannelsHaveSameSize(Util.java:295)
> at org.jgroups.tests.byteman.SequencerFailoverTest.setUp(SequencerFailoverTest.java:36)
> at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
> at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> at java.lang.reflect.Method.invoke(Method.java:497)
> at org.testng.internal.MethodInvocationHelper.invokeMethod(MethodInvocationHelper.java:85)
> at org.testng.internal.Invoker.invokeConfigurationMethod(Invoker.java:510)
> at org.testng.internal.Invoker.invokeConfigurations(Invoker.java:211)
> at org.testng.internal.Invoker.invokeMethod(Invoker.java:585)
> at org.testng.internal.Invoker.invokeTestMethod(Invoker.java:816)
> at org.testng.internal.Invoker.invokeTestMethods(Invoker.java:1124)
> at org.testng.internal.TestMethodWorker.invokeTestMethods(TestMethodWorker.java:125)
> at org.testng.internal.TestMethodWorker.run(TestMethodWorker.java:108)
> at org.testng.TestRunner.privateRun(TestRunner.java:774)
> at org.testng.TestRunner.run(TestRunner.java:624)
> at org.testng.SuiteRunner.runTest(SuiteRunner.java:359)
> at org.testng.SuiteRunner.runSequentially(SuiteRunner.java:354)
> at org.testng.SuiteRunner.privateRun(SuiteRunner.java:312)
> at org.testng.SuiteRunner.run(SuiteRunner.java:261)
> at org.testng.SuiteRunnerWorker.runSuite(SuiteRunnerWorker.java:52)
> at org.testng.SuiteRunnerWorker.run(SuiteRunnerWorker.java:86)
> at org.testng.TestNG.runSuitesSequentially(TestNG.java:1215)
> at org.testng.TestNG.runSuitesLocally(TestNG.java:1140)
> at org.testng.TestNG.run(TestNG.java:1048)
> at org.testng.TestNG.privateMain(TestNG.java:1355)
> at org.testng.TestNG.main(TestNG.java:1324)
> {code}
--
This message was sent by Atlassian JIRA
(v6.4.11#64026)
10 years, 5 months