[GitHub] [qpid-dispatch] jiridanek commented on pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
jiridanek commented on pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#issuecomment-1030407932 That python-checker fail, `75: AttributeError: module 'wrapt' has no attribute 'decorator'`, I broke that before ;( The 'allowed-fail; jobs are too easy to ignore, when

[GitHub] [qpid-dispatch] jiridanek edited a comment on pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
jiridanek edited a comment on pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#issuecomment-1030404166 > And to your point (re: usefulness): it takes way too long to get feedback from travis for pull request verification. Checking the history we're talking ~5 hour

[GitHub] [qpid-dispatch] jiridanek edited a comment on pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
jiridanek edited a comment on pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#issuecomment-1030404166 > And to your point (re: usefulness): it takes way too long to get feedback from travis for pull request verification. Checking the history we're talking ~5 hour

[GitHub] [qpid-dispatch] jiridanek edited a comment on pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
jiridanek edited a comment on pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#issuecomment-1030404166 > And to your point (re: usefulness): it takes way too long to get feedback from travis for pull request verification. Checking the history we're talking ~5 hour

[GitHub] [qpid-dispatch] jiridanek commented on pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
jiridanek commented on pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#issuecomment-1030404166 > And to your point (re: usefulness): it takes way too long to get feedback from travis for pull request verification. Checking the history we're talking ~5 hours plus

[GitHub] [qpid-dispatch] jiridanek commented on a change in pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
jiridanek commented on a change in pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#discussion_r799851878 ## File path: .travis.yml ## @@ -20,83 +20,53 @@ language: c cache: ccache os: linux -dist: xenial +dist: focal jobs: fast_finish: true

[GitHub] [qpid-dispatch] kgiusti commented on pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
kgiusti commented on pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#issuecomment-1030390399 @jiridanek: And to your point (re: usefulness): it takes way too long to get feedback from travis for _pull request verification_. Checking the history we're tal

[GitHub] [qpid-dispatch] kgiusti commented on pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
kgiusti commented on pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#issuecomment-1030317256 > @kgiusti Can you please remind me what is the problem we are solving here? What is the motivating principle? "Tests that are deleted do not fail"? "Frugal with ASF reso

[GitHub] [qpid-dispatch] codecov-commenter edited a comment on pull request #1491: NO-JIRA: Removed HTTP1/HTTP2/TCP adaptors and other adaptor related code

2022-02-04 Thread GitBox
codecov-commenter edited a comment on pull request #1491: URL: https://github.com/apache/qpid-dispatch/pull/1491#issuecomment-1018165125 # [Codecov](https://codecov.io/gh/apache/qpid-dispatch/pull/1491?src=pr&el=h1&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+co

[jira] [Created] (DISPATCH-2326) Remove HTTP1/HTTP2/TCP Adaptors from the source code.

2022-02-04 Thread Ganesh Murthy (Jira)
Ganesh Murthy created DISPATCH-2326: --- Summary: Remove HTTP1/HTTP2/TCP Adaptors from the source code. Key: DISPATCH-2326 URL: https://issues.apache.org/jira/browse/DISPATCH-2326 Project: Qpid Dispatc

[jira] [Assigned] (DISPATCH-2326) Remove HTTP1/HTTP2/TCP Adaptors from the source code.

2022-02-04 Thread Ganesh Murthy (Jira)
[ https://issues.apache.org/jira/browse/DISPATCH-2326?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ganesh Murthy reassigned DISPATCH-2326: --- Assignee: Ganesh Murthy > Remove HTTP1/HTTP2/TCP Adaptors from the source code.

[GitHub] [qpid-dispatch] jiridanek commented on pull request #1351: NO-JIRA: remove those travis test combinations that duplicate GHA tests

2022-02-04 Thread GitBox
jiridanek commented on pull request #1351: URL: https://github.com/apache/qpid-dispatch/pull/1351#issuecomment-1030127099 @kgiusti Can you please remind me what is the problem we are solving here? What is the motivating principle? "Tests that are deleted do not fail"? "Frugal with ASF reso

[jira] [Commented] (PROTON-2492) Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487129#comment-17487129 ] ASF GitHub Bot commented on PROTON-2492: astitcher commented on pull request #35

[GitHub] [qpid-proton] astitcher commented on pull request #356: PROTON-2492 Fix -lssl Python module linking when openssl is not on default LIBRARY_PATH

2022-02-04 Thread GitBox
astitcher commented on pull request #356: URL: https://github.com/apache/qpid-proton/pull/356#issuecomment-1030099403 Another significant point that comes to me is that we should also consider using the built in python ssl/tls library and not even link in openssl at all. This would actuall

[jira] [Created] (PROTON-2495) Use python builtin tls support for encrypted connections

2022-02-04 Thread Andrew Stitcher (Jira)
Andrew Stitcher created PROTON-2495: --- Summary: Use python builtin tls support for encrypted connections Key: PROTON-2495 URL: https://issues.apache.org/jira/browse/PROTON-2495 Project: Qpid Proton

[jira] [Commented] (PROTON-2492) Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487123#comment-17487123 ] ASF GitHub Bot commented on PROTON-2492: astitcher commented on a change in pull

[GitHub] [qpid-proton] astitcher commented on a change in pull request #356: PROTON-2492 Fix -lssl Python module linking when openssl is not on default LIBRARY_PATH

2022-02-04 Thread GitBox
astitcher commented on a change in pull request #356: URL: https://github.com/apache/qpid-proton/pull/356#discussion_r799556735 ## File path: python/setup.py.in ## @@ -145,6 +146,7 @@ class Configure(build_ext): # pkg-config for a minimum version 0. If it's installed,

[jira] [Assigned] (PROTON-2362) c-threaderciser timed out on 32-core machine.

2022-02-04 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk reassigned PROTON-2362: -- Assignee: Clifford Jansen > c-threaderciser timed out on 32-core machine. > -

[jira] [Commented] (PROTON-2362) c-threaderciser timed out on 32-core machine.

2022-02-04 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-2362?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487079#comment-17487079 ] Jiri Daněk commented on PROTON-2362: Still can timeout, https://app.travis-ci.com/g

[jira] [Deleted] (PROTON-2493) CLONE - Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-2493?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk deleted PROTON-2493: --- > CLONE - Python module linking on recent macOS fails with clang unable to find > -lssl >

[jira] [Commented] (PROTON-2492) Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487042#comment-17487042 ] ASF GitHub Bot commented on PROTON-2492: jiridanek edited a comment on pull requ

[jira] [Commented] (PROTON-2492) Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread ASF subversion and git services (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487044#comment-17487044 ] ASF subversion and git services commented on PROTON-2492: - Commi

[jira] [Commented] (PROTON-2492) Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487043#comment-17487043 ] ASF GitHub Bot commented on PROTON-2492: jiridanek merged pull request #356: URL

[GitHub] [qpid-proton] jiridanek merged pull request #356: PROTON-2492 Fix -lssl Python module linking when openssl is not on default LIBRARY_PATH

2022-02-04 Thread GitBox
jiridanek merged pull request #356: URL: https://github.com/apache/qpid-proton/pull/356 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubs

[GitHub] [qpid-proton] jiridanek edited a comment on pull request #356: PROTON-2492 Fix -lssl Python module linking when openssl is not on default LIBRARY_PATH

2022-02-04 Thread GitBox
jiridanek edited a comment on pull request #356: URL: https://github.com/apache/qpid-proton/pull/356#issuecomment-1029912403 @astitcher Agreed. I'll go with what's here now, but I'll fill Jira with your recommendations. There are three things that I have my eyes on about Python binding: ty

[jira] [Updated] (PROTON-2494) Improve python-qpid-proton wheel build regarding pkgconfig and deps

2022-02-04 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk updated PROTON-2494: --- Description: https://github.com/apache/qpid-proton/pull/356#pullrequestreview-872590821 {quote} I c

[jira] [Updated] (PROTON-2494) Improve python-qpid-proton wheel build regarding pkgconfig and deps

2022-02-04 Thread Jira
[ https://issues.apache.org/jira/browse/PROTON-2494?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jiri Daněk updated PROTON-2494: --- Description: https://github.com/apache/qpid-proton/pull/356#pullrequestreview-872590821 {quote} I c

[jira] [Created] (PROTON-2494) Improve python-qpid-proton wheel build regarding pkgconfig and deps

2022-02-04 Thread Jira
Jiri Daněk created PROTON-2494: -- Summary: Improve python-qpid-proton wheel build regarding pkgconfig and deps Key: PROTON-2494 URL: https://issues.apache.org/jira/browse/PROTON-2494 Project: Qpid Proton

[jira] [Created] (PROTON-2493) CLONE - Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread Jira
Jiri Daněk created PROTON-2493: -- Summary: CLONE - Python module linking on recent macOS fails with clang unable to find -lssl Key: PROTON-2493 URL: https://issues.apache.org/jira/browse/PROTON-2493 Proje

[jira] [Commented] (PROTON-2492) Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487040#comment-17487040 ] ASF GitHub Bot commented on PROTON-2492: jiridanek commented on a change in pull

[GitHub] [qpid-proton] jiridanek commented on a change in pull request #356: PROTON-2492 Fix -lssl Python module linking when openssl is not on default LIBRARY_PATH

2022-02-04 Thread GitBox
jiridanek commented on a change in pull request #356: URL: https://github.com/apache/qpid-proton/pull/356#discussion_r799395097 ## File path: python/setup.py.in ## @@ -145,6 +146,7 @@ class Configure(build_ext): # pkg-config for a minimum version 0. If it's installed,

[jira] [Commented] (PROTON-2492) Python module linking on recent macOS fails with clang unable to find -lssl

2022-02-04 Thread ASF GitHub Bot (Jira)
[ https://issues.apache.org/jira/browse/PROTON-2492?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17487037#comment-17487037 ] ASF GitHub Bot commented on PROTON-2492: jiridanek commented on pull request #35

[GitHub] [qpid-proton] jiridanek commented on pull request #356: PROTON-2492 Fix -lssl Python module linking when openssl is not on default LIBRARY_PATH

2022-02-04 Thread GitBox
jiridanek commented on pull request #356: URL: https://github.com/apache/qpid-proton/pull/356#issuecomment-1029912403 @astitcher Agreed. I'll go with what's here now, but I'll fill Jira with your recommendations. There are three things that I have my eyes on about Python binding: type anno