You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org> on 2007/03/27 23:57:32 UTC

[jira] Created: (QPID-435) HeadersExchangeTest fails

HeadersExchangeTest fails
-------------------------

                 Key: QPID-435
                 URL: https://issues.apache.org/jira/browse/QPID-435
             Project: Qpid
          Issue Type: Test
          Components: Dot Net Client
    Affects Versions: M2
         Environment: .NET 2.0
            Reporter: Tomas Restrepo
             Fix For: M2
         Attachments: QPID-435.diff

The HeadersExchangeTest integration test in Qpid.Client.Tests is currently failing. After tracing the code, two bugs were identified:
- The creation of the FieldTable for the Queue.Bind() arguments was using the old "S"+"name" convention for field table names, which is no longer used after the fieldtable and message header refactorings
- The consumer was created with NoLocal=True, which prevented the server to send the messages back to the waiting client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (QPID-435) HeadersExchangeTest fails

Posted by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Restrepo updated QPID-435:
--------------------------------

    Attachment: QPID-435.diff

Fixes the problems with HeadersExchangeTest

> HeadersExchangeTest fails
> -------------------------
>
>                 Key: QPID-435
>                 URL: https://issues.apache.org/jira/browse/QPID-435
>             Project: Qpid
>          Issue Type: Test
>          Components: Dot Net Client
>    Affects Versions: M2
>         Environment: .NET 2.0
>            Reporter: Tomas Restrepo
>             Fix For: M2
>
>         Attachments: QPID-435.diff
>
>
> The HeadersExchangeTest integration test in Qpid.Client.Tests is currently failing. After tracing the code, two bugs were identified:
> - The creation of the FieldTable for the Queue.Bind() arguments was using the old "S"+"name" convention for field table names, which is no longer used after the fieldtable and message header refactorings
> - The consumer was created with NoLocal=True, which prevented the server to send the messages back to the waiting client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (QPID-435) HeadersExchangeTest fails

Posted by "Tomas Restrepo (JIRA)" <qp...@incubator.apache.org>.
     [ https://issues.apache.org/jira/browse/QPID-435?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tomas Restrepo resolved QPID-435.
---------------------------------

    Resolution: Fixed
      Assignee: Tomas Restrepo

Fixed in revision 537015

> HeadersExchangeTest fails
> -------------------------
>
>                 Key: QPID-435
>                 URL: https://issues.apache.org/jira/browse/QPID-435
>             Project: Qpid
>          Issue Type: Test
>          Components: Dot Net Client
>    Affects Versions: M2
>         Environment: .NET 2.0
>            Reporter: Tomas Restrepo
>         Assigned To: Tomas Restrepo
>             Fix For: M2
>
>         Attachments: QPID-435.diff
>
>
> The HeadersExchangeTest integration test in Qpid.Client.Tests is currently failing. After tracing the code, two bugs were identified:
> - The creation of the FieldTable for the Queue.Bind() arguments was using the old "S"+"name" convention for field table names, which is no longer used after the fieldtable and message header refactorings
> - The consumer was created with NoLocal=True, which prevented the server to send the messages back to the waiting client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (QPID-435) HeadersExchangeTest fails

Posted by "Marnie McCormack (JIRA)" <qp...@incubator.apache.org>.
    [ https://issues.apache.org/jira/browse/QPID-435?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490051 ] 

Marnie McCormack commented on QPID-435:
---------------------------------------

Can anyone confirm if Tomas's patch was applied please ? Can't see any subversion commits for it.


> HeadersExchangeTest fails
> -------------------------
>
>                 Key: QPID-435
>                 URL: https://issues.apache.org/jira/browse/QPID-435
>             Project: Qpid
>          Issue Type: Test
>          Components: Dot Net Client
>    Affects Versions: M2
>         Environment: .NET 2.0
>            Reporter: Tomas Restrepo
>             Fix For: M2
>
>         Attachments: QPID-435.diff
>
>
> The HeadersExchangeTest integration test in Qpid.Client.Tests is currently failing. After tracing the code, two bugs were identified:
> - The creation of the FieldTable for the Queue.Bind() arguments was using the old "S"+"name" convention for field table names, which is no longer used after the fieldtable and message header refactorings
> - The consumer was created with NoLocal=True, which prevented the server to send the messages back to the waiting client.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.