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

ASF GitHub Bot commented on PROTON-2149:
----------------------------------------

codecov-io commented on issue #216: PROTON-2149: session state is a property, 
not a method
URL: https://github.com/apache/qpid-proton/pull/216#issuecomment-558858298
 
 
   # [Codecov](https://codecov.io/gh/apache/qpid-proton/pull/216?src=pr&el=h1) 
Report
   > Merging 
[#216](https://codecov.io/gh/apache/qpid-proton/pull/216?src=pr&el=desc) into 
[master](https://codecov.io/gh/apache/qpid-proton/commit/3da78b5871e22724c0b16c5704ad8493705b3e45?src=pr&el=desc)
 will **not change** coverage.
   > The diff coverage is `0%`.
   
   [![Impacted file tree 
graph](https://codecov.io/gh/apache/qpid-proton/pull/216/graphs/tree.svg?width=650&token=UKKzV9XnFF&height=150&src=pr)](https://codecov.io/gh/apache/qpid-proton/pull/216?src=pr&el=tree)
   
   ```diff
   @@           Coverage Diff           @@
   ##           master     #216   +/-   ##
   =======================================
     Coverage   81.96%   81.96%           
   =======================================
     Files         267      267           
     Lines       35951    35951           
   =======================================
     Hits        29468    29468           
     Misses       6483     6483
   ```
   
   
   | [Impacted 
Files](https://codecov.io/gh/apache/qpid-proton/pull/216?src=pr&el=tree) | 
Coverage Δ | |
   |---|---|---|
   | 
[python/proton/\_handlers.py](https://codecov.io/gh/apache/qpid-proton/pull/216/diff?src=pr&el=tree#diff-cHl0aG9uL3Byb3Rvbi9faGFuZGxlcnMucHk=)
 | `68.41% <0%> (ø)` | :arrow_up: |
   
   ------
   
   [Continue to review full report at 
Codecov](https://codecov.io/gh/apache/qpid-proton/pull/216?src=pr&el=continue).
   > **Legend** - [Click here to learn 
more](https://docs.codecov.io/docs/codecov-delta)
   > `Δ = absolute <relative> (impact)`, `ø = not affected`, `? = missing data`
   > Powered by 
[Codecov](https://codecov.io/gh/apache/qpid-proton/pull/216?src=pr&el=footer). 
Last update 
[3da78b5...49613f9](https://codecov.io/gh/apache/qpid-proton/pull/216?src=pr&el=lastupdated).
 Read the [comment docs](https://docs.codecov.io/docs/pull-request-comments).
   
 
----------------------------------------------------------------
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.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> Handler incorrectly uses session state a method call
> ----------------------------------------------------
>
>                 Key: PROTON-2149
>                 URL: https://issues.apache.org/jira/browse/PROTON-2149
>             Project: Qpid Proton
>          Issue Type: Bug
>          Components: python-binding
>    Affects Versions: proton-c-0.29.0
>            Reporter: Ken Giusti
>            Assignee: Ken Giusti
>            Priority: Major
>             Fix For: proton-c-0.30.0
>
>
> 25:   Exception in thread server-thread:
> 25:   Traceback (most recent call last):
> 25:     File "/usr/lib64/python2.7/threading.py", line 804, in 
> __bootstrap_inner
> 25:       self.run()
> 25:     File "/usr/lib64/python2.7/threading.py", line 757, in run
> 25:       self.__target(*self.__args, **self.__kwargs)
> 25:     File 
> "/home/kgiusti/work/proton/qpid-proton/python/tests/proton_tests/common.py", 
> line 233, in run
> 25:       while self.reactor.process():
> 25:     File 
> "/home/kgiusti/work/proton/qpid-proton/python/proton/_reactor.py", line 241, 
> in process
> 25:       event.dispatch(handler)
> 25:     File 
> "/home/kgiusti/work/proton/qpid-proton/python/proton/_events.py", line 165, 
> in dispatch
> 25:       self.dispatch(h, type)
> 25:     File 
> "/home/kgiusti/work/proton/qpid-proton/python/proton/_events.py", line 165, 
> in dispatch
> 25:       self.dispatch(h, type)
> 25:     File 
> "/home/kgiusti/work/proton/qpid-proton/python/proton/_events.py", line 162, 
> in dispatch
> 25:       _dispatch(handler, type.method, self)
> 25:     File 
> "/home/kgiusti/work/proton/qpid-proton/python/proton/_events.py", line 123, 
> in _dispatch
> 25:       m(*args)
> 25:     File 
> "/home/kgiusti/work/proton/qpid-proton/python/proton/_handlers.py", line 
> 1085, in on_session_remote_open
> 25:       if ssn.state() & Endpoint.LOCAL_UNINIT:
> 25:   TypeError: 'int' object is not callable



--
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

Reply via email to