[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2022-03-17 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17508315#comment-17508315
 ] 

ASF subversion and git services commented on DISPATCH-2276:
---

Commit 6f75d1f3dc1600204289e54ed395a22e5e486f26 in qpid-dispatch's branch 
refs/heads/dependabot/npm_and_yarn/console/react/react-scripts-5.0.0 from Chuck 
Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=6f75d1f ]

DISPATCH-2276: Accomodate hex values in 0.36+ qpid-proton logging (#1525)

* DISPATCH-2276: Accomodate hex values in 0.36+ qpid-proton logging

* Fix code that extracts integer values during AMQP analysis
* Convert ints from hex to decimal for web display of values line
  link and session numbers and credit.

* DISPATCH-2276: Topology disposition test does not need to import proton

Co-authored-by: chug 
Co-authored-by: Chuck Rolke 

> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2022-02-24 Thread Ganesh Murthy (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17497589#comment-17497589
 ] 

Ganesh Murthy commented on DISPATCH-2276:
-

{noformat}
 /test_04_scraper_tool/python3.6-1.cmd


test_04_scraper_tool 
(system_tests_topology_disposition.TopologyDispositionTests) ... FAIL
==
FAIL: test_04_scraper_tool 
(system_tests_topology_disposition.TopologyDispositionTests)
--
Traceback (most recent call last):
  File 
"/home/jenkins/workspace/rh-qpid-dispatch-dist-el7-main/build/BUILD/qpid-dispatch-1.19.0/tests/system_tests_topology_disposition.py",
 line 432, in test_04_scraper_tool
    self.assertEqual(str(None), error)
AssertionError: 'None' != 'Process 4868 error: exit code 1, expected[1097 
chars]'{noformat}
 

Unfortunately full traceback not available.

> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2022-02-22 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496236#comment-17496236
 ] 

ASF subversion and git services commented on DISPATCH-2276:
---

Commit 6f75d1f3dc1600204289e54ed395a22e5e486f26 in qpid-dispatch's branch 
refs/heads/main from Chuck Rolke
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=6f75d1f ]

DISPATCH-2276: Accomodate hex values in 0.36+ qpid-proton logging (#1525)

* DISPATCH-2276: Accomodate hex values in 0.36+ qpid-proton logging

* Fix code that extracts integer values during AMQP analysis
* Convert ints from hex to decimal for web display of values line
  link and session numbers and credit.

* DISPATCH-2276: Topology disposition test does not need to import proton

Co-authored-by: chug 
Co-authored-by: Chuck Rolke 

> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2022-02-22 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17496237#comment-17496237
 ] 

ASF GitHub Bot commented on DISPATCH-2276:
--

ChugR merged pull request #1525:
URL: https://github.com/apache/qpid-dispatch/pull/1525


   


-- 
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-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2022-02-18 Thread Charles E. Rolke (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17494846#comment-17494846
 ] 

Charles E. Rolke commented on DISPATCH-2276:


Hi Ken and Ganesh. Things are going very well, thanks. Staying healthy, family 
staying healthy, electricity staying on despite winter storms. I must be 
getting bored, though, if I have to resort to writing some python code. Look at 
it as some mid-winter amusement. :).

Before one makes Scraper work for anything other than Dispatch there is some 
heavy lifting to do. Off the cuff I can see
 * Abstracting the router container to make other products easier to fit in
 * Fixing some -horrendous- long-standing python null reference crashes when 
partial log files are processed
 * Scraper emits javascript (?) code. That emitted code should use lists to 
reduce redundancy. (Check one of the HTML files to see.)
 * Scraper presumes to understand AMQP. It could stand some auditing.

Cheers!

> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2022-02-18 Thread ASF GitHub Bot (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17494782#comment-17494782
 ] 

ASF GitHub Bot commented on DISPATCH-2276:
--

ChugR opened a new pull request #1525:
URL: https://github.com/apache/qpid-dispatch/pull/1525


   * Fix code that extracts integer values during AMQP analysis
   * Convert ints from hex to decimal for web display of values line
 link and session numbers and credit.


-- 
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-unsubscr...@qpid.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2022-02-17 Thread Ken Giusti (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17494172#comment-17494172
 ] 

Ken Giusti commented on DISPATCH-2276:
--

The return of the Chug!!

Hey Chuck - how's things?

Side note: the Proton folks seemed interested in taking scraper into their 
project.  It's a good tool to apply to any Proton-based app, not just the 
router.  IIUC they were just missing a body to help support it.  The added 
bonus would be making sure scraper doesn't break whenever they change the 
proton logs.

> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2022-02-17 Thread Ganesh Murthy (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17494163#comment-17494163
 ] 

Ganesh Murthy commented on DISPATCH-2276:
-

Looks like [~chug] is BCK !!

> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Charles E. Rolke
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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



[jira] [Commented] (DISPATCH-2276) The latest release of proton (pre-0.37.0) breaks scraper

2021-11-09 Thread ASF subversion and git services (Jira)


[ 
https://issues.apache.org/jira/browse/DISPATCH-2276?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17441371#comment-17441371
 ] 

ASF subversion and git services commented on DISPATCH-2276:
---

Commit 3419ad4e2c6f5f290ae8f8cab4f1387f89d10bd8 in qpid-dispatch's branch 
refs/heads/main from Ken Giusti
[ https://gitbox.apache.org/repos/asf?p=qpid-dispatch.git;h=3419ad4 ]

DISPATCH-2275: fixup system tests broken by proton log output changes

- skip test_04_scraper_tool (DISPATCH-2276)
- modify system_tests_protocol_settings to use proton api
- fix system_tests_link_routes to use proton codec

This closes #1430


> The latest release of proton (pre-0.37.0) breaks scraper
> 
>
> Key: DISPATCH-2276
> URL: https://issues.apache.org/jira/browse/DISPATCH-2276
> Project: Qpid Dispatch
>  Issue Type: Bug
>Reporter: Ken Giusti
>Assignee: Ken Giusti
>Priority: Major
>
> The next version of proton changes the format of the message tracing log 
> messages.
> Scraper needs to be updated to work with these new log formats.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)

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