Uploaded image for project: 'Qpid Dispatch'
  1. Qpid Dispatch
  2. DISPATCH-1431

system_tests_one_router_failing on test_19_semantics_multicast

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • 1.9.0
    • 1.10.0
    • Tests
    • None

    Description

      Turn on valgrind and compile the router code.

      make clean
      cmake .. -DUSE_VALGRIND=Yes -DVALGRIND_XML=Yes
      make install

      Then run test_19_semantics_multicast

      [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]$ 
       

      Attachments

        Activity

          People

            kgiusti Ken Giusti
            gmurthy Ganesh Murthy
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: