[jira] [Updated] (DISPATCH-1431) system_tests_one_router_failing on test_19_semantics_multicast

2019-12-12 Thread Ganesh Murthy (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-1431:

Issue Type: Bug  (was: Improvement)

> system_tests_one_router_failing on test_19_semantics_multicast
> --
>
> Key: DISPATCH-1431
> URL: https://issues.apache.org/jira/browse/DISPATCH-1431
> Project: Qpid Dispatch
>  Issue Type: Bug
>  Components: Tests
>Affects Versions: 1.9.0
>Reporter: Ganesh Murthy
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.10.0
>
>
> Turn on valgrind and compile the router code.
> {noformat}
> make clean
> cmake .. -DUSE_VALGRIND=Yes -DVALGRIND_XML=Yes
> make install{noformat}
> Then run test_19_semantics_multicast
> {noformat}
> [gmurthy@localhost build]$ /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
> "-v" "system_tests_one_router.OneRouterTest.test_19_semantics_multicast"
> test_19_semantics_multicast (system_tests_one_router.OneRouterTest) ... 
> FAIL==
> FAIL: test_19_semantics_multicast (system_tests_one_router.OneRouterTest)
> --
> Traceback (most recent call last):
>   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_one_router.py", 
> line 264, in test_19_semantics_multicast
> self.assertEqual(None, test.error)
> AssertionError: None != u'Timeout Expired: sent=1 
> rcvd=0/1/0'--
> Ran 1 test in 65.460sFAILED (failures=1)
> [gmurthy@localhost build]$ 
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org



[jira] [Updated] (DISPATCH-1431) system_tests_one_router_failing on test_19_semantics_multicast

2019-09-25 Thread Ganesh Murthy (Jira)


 [ 
https://issues.apache.org/jira/browse/DISPATCH-1431?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Ganesh Murthy updated DISPATCH-1431:

Description: 
Turn on valgrind and compile the router code.
{noformat}
make clean
cmake .. -DUSE_VALGRIND=Yes -DVALGRIND_XML=Yes
make install{noformat}
Then run test_19_semantics_multicast
{noformat}
[gmurthy@localhost build]$ /usr/bin/python 
"/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
"-v" "system_tests_one_router.OneRouterTest.test_19_semantics_multicast"
test_19_semantics_multicast (system_tests_one_router.OneRouterTest) ... 
FAIL==
FAIL: test_19_semantics_multicast (system_tests_one_router.OneRouterTest)
--
Traceback (most recent call last):
  File 
"/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_one_router.py", line 
264, in test_19_semantics_multicast
self.assertEqual(None, test.error)
AssertionError: None != u'Timeout Expired: sent=1 
rcvd=0/1/0'--
Ran 1 test in 65.460sFAILED (failures=1)
[gmurthy@localhost build]$ 
 {noformat}

  was:
{noformat}
[gmurthy@localhost build]$ /usr/bin/python 
"/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
"-v" "system_tests_one_router.OneRouterTest.test_19_semantics_multicast"
test_19_semantics_multicast (system_tests_one_router.OneRouterTest) ... 
FAIL==
FAIL: test_19_semantics_multicast (system_tests_one_router.OneRouterTest)
--
Traceback (most recent call last):
  File 
"/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_one_router.py", line 
264, in test_19_semantics_multicast
self.assertEqual(None, test.error)
AssertionError: None != u'Timeout Expired: sent=1 
rcvd=0/1/0'--
Ran 1 test in 65.460sFAILED (failures=1)
[gmurthy@localhost build]$ 
 {noformat}


> system_tests_one_router_failing on test_19_semantics_multicast
> --
>
> Key: DISPATCH-1431
> URL: https://issues.apache.org/jira/browse/DISPATCH-1431
> Project: Qpid Dispatch
>  Issue Type: Improvement
>  Components: Tests
>Affects Versions: 1.9.0
>Reporter: Ganesh Murthy
>Assignee: Ken Giusti
>Priority: Major
> Fix For: 1.10.0
>
>
> Turn on valgrind and compile the router code.
> {noformat}
> make clean
> cmake .. -DUSE_VALGRIND=Yes -DVALGRIND_XML=Yes
> make install{noformat}
> Then run test_19_semantics_multicast
> {noformat}
> [gmurthy@localhost build]$ /usr/bin/python 
> "/home/gmurthy/opensource/qpid-dispatch/build/tests/run.py" "-m" "unittest" 
> "-v" "system_tests_one_router.OneRouterTest.test_19_semantics_multicast"
> test_19_semantics_multicast (system_tests_one_router.OneRouterTest) ... 
> FAIL==
> FAIL: test_19_semantics_multicast (system_tests_one_router.OneRouterTest)
> --
> Traceback (most recent call last):
>   File 
> "/home/gmurthy/opensource/qpid-dispatch/tests/system_tests_one_router.py", 
> line 264, in test_19_semantics_multicast
> self.assertEqual(None, test.error)
> AssertionError: None != u'Timeout Expired: sent=1 
> rcvd=0/1/0'--
> Ran 1 test in 65.460sFAILED (failures=1)
> [gmurthy@localhost build]$ 
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
To unsubscribe, e-mail: dev-unsubscr...@qpid.apache.org
For additional commands, e-mail: dev-h...@qpid.apache.org