[ 
https://issues.apache.org/jira/browse/QPID-7148?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17622661#comment-17622661
 ] 

ASF GitHub Bot commented on QPID-7148:
--------------------------------------

jiridanek commented on PR #33:
URL: https://github.com/apache/qpid-cpp/pull/33#issuecomment-1287843098

   As far as I can remember, federation tests are broken and failure can be 
ignored
   
   ```
   6: federation.FederationTests.test_dynamic_direct_shared_queue ............. 
fail
   6: Error during test:  Traceback (most recent call last):
   6:     File "/home/travis/.local/bin/qpid-python-test", line 340, in run
   6:       phase()
   6:     File 
"/home/travis/build/apache/qpid-cpp/Build/src/tests/federation.py", line 2592, 
in test_dynamic_direct_shared_queue
   6:       self.assertNotEqual(_c.msgsToClient, 0, "Messages did not pass over 
link as expected.")
   6:     File "/usr/lib/python2.7/unittest/case.py", line 522, in 
assertNotEqual
   6:       raise self.failureException(msg)
   6:   AssertionError: Messages did not pass over link as expected.
   ```
   
   https://app.travis-ci.com/github/apache/qpid-cpp/builds/256978344#L2108




> Update CMake to use more modern simpler features
> ------------------------------------------------
>
>                 Key: QPID-7148
>                 URL: https://issues.apache.org/jira/browse/QPID-7148
>             Project: Qpid
>          Issue Type: Improvement
>          Components: C++ Build
>            Reporter: Andrew Stitcher
>            Assignee: Andrew Stitcher
>            Priority: Major
>
> The CMake build system for Qpid especially the Windows relevant bits can be 
> improved and made easier to understand by using newer features of more recent 
> CMake releases (especially post 3.0 features).
> This will allow us to remove the warnings:
> {noformat}
> CMake Warning (dev) at src/msvc.cmake:31 (get_target_property):
>   Policy CMP0026 is not set: Disallow use of the LOCATION target property.
>   Run "cmake --help-policy CMP0026" for policy details.  Use the cmake_policy
>   command to set the policy and suppress this warning.
>  
>   The LOCATION property should not be read from target "qpidtypes".  Use the
>   target name directly with add_custom_command, or use the generator
>   expression $<TARGET_FILE>, as appropriate.
>  {noformat}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to