[jira] [Created] (PROTON-341) Ruby fails the integration tests

2013-06-20 Thread Darryl L. Pierce (JIRA)
Darryl L. Pierce created PROTON-341:
---

 Summary: Ruby fails the integration tests
 Key: PROTON-341
 URL: https://issues.apache.org/jira/browse/PROTON-341
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
Priority: Blocker


When running the integration tests, we see:

$ ctest -R ruby-unit-test
Test project /home/mcpierce/Programming/Proton/cmake
Start 4: ruby-unit-test
1/1 Test #4: ruby-unit-test ...***Failed0.65 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.66 sec

The following tests FAILED:
  4 - ruby-unit-test (Failed)
Errors while running CTest


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Updated] (PROTON-341) Ruby fails the integration tests

2013-06-20 Thread Darryl L. Pierce (JIRA)

 [ 
https://issues.apache.org/jira/browse/PROTON-341?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Darryl L. Pierce updated PROTON-341:


Description: 
When running the integration tests, we see:

# Running tests:



Finished tests in 0.001268s, 6310.2132 tests/s, 6310.2132 assertions/s.

  1) Error:
test_arrays(InteropTest):
NameError: uninitialized constant InteropTest::ARRAY
/home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:110:in 
`test_arrays'

  2) Error:
test_described(InteropTest):
NameError: uninitialized constant InteropTest::DESCRIBED
/home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:96:in 
`test_described'

  3) Error:
test_described_array(InteropTest):
NameError: uninitialized constant InteropTest::ARRAY
/home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:105:in 
`test_described_array'

  4) Error:
test_lists(InteropTest):
NameError: uninitialized constant InteropTest::LIST
/home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:118:in 
`test_lists'

  5) Error:
test_maps(InteropTest):
NameError: uninitialized constant InteropTest::MAP
/home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:125:in 
`test_maps'

  6) Error:
test_message(InteropTest):
NameError: uninitialized constant InteropTest::STRING
/home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:63:in 
`test_message'

  7) Error:
test_primitives(InteropTest):
NameError: uninitialized constant InteropTest::BOOL
/home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:69:in 
`test_primitives'

  8) Error:
test_strings(InteropTest):
NameError: uninitialized constant InteropTest::BINARY
/home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:85:in 
`test_strings'

8 tests, 8 assertions, 0 failures, 8 errors, 0 skips


  was:
When running the integration tests, we see:

$ ctest -R ruby-unit-test
Test project /home/mcpierce/Programming/Proton/cmake
Start 4: ruby-unit-test
1/1 Test #4: ruby-unit-test ...***Failed0.65 sec

0% tests passed, 1 tests failed out of 1

Total Test time (real) =   0.66 sec

The following tests FAILED:
  4 - ruby-unit-test (Failed)
Errors while running CTest



 Ruby fails the integration tests
 

 Key: PROTON-341
 URL: https://issues.apache.org/jira/browse/PROTON-341
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c
Reporter: Darryl L. Pierce
Assignee: Darryl L. Pierce
Priority: Blocker

 When running the integration tests, we see:
 # Running tests:
 
 Finished tests in 0.001268s, 6310.2132 tests/s, 6310.2132 assertions/s.
   1) Error:
 test_arrays(InteropTest):
 NameError: uninitialized constant InteropTest::ARRAY
 
 /home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:110:in 
 `test_arrays'
   2) Error:
 test_described(InteropTest):
 NameError: uninitialized constant InteropTest::DESCRIBED
 
 /home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:96:in 
 `test_described'
   3) Error:
 test_described_array(InteropTest):
 NameError: uninitialized constant InteropTest::ARRAY
 
 /home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:105:in 
 `test_described_array'
   4) Error:
 test_lists(InteropTest):
 NameError: uninitialized constant InteropTest::LIST
 
 /home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:118:in 
 `test_lists'
   5) Error:
 test_maps(InteropTest):
 NameError: uninitialized constant InteropTest::MAP
 
 /home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:125:in 
 `test_maps'
   6) Error:
 test_message(InteropTest):
 NameError: uninitialized constant InteropTest::STRING
 
 /home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:63:in 
 `test_message'
   7) Error:
 test_primitives(InteropTest):
 NameError: uninitialized constant InteropTest::BOOL
 
 /home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:69:in 
 `test_primitives'
   8) Error:
 test_strings(InteropTest):
 NameError: uninitialized constant InteropTest::BINARY
 
 /home/mcpierce/Programming/Proton/tests/ruby/proton_tests/interop.rb:85:in 
 `test_strings'
 8 tests, 8 assertions, 0 failures, 8 errors, 0 skips

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


[jira] [Commented] (PROTON-109) Proton should handle inbound max-frame size violations.

2013-06-20 Thread Ken Giusti (JIRA)

[ 
https://issues.apache.org/jira/browse/PROTON-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13689425#comment-13689425
 ] 

Ken Giusti commented on PROTON-109:
---

Review board for proton-c patch:

https://reviews.apache.org/r/12011/


 Proton should handle inbound max-frame size violations.
 ---

 Key: PROTON-109
 URL: https://issues.apache.org/jira/browse/PROTON-109
 Project: Qpid Proton
  Issue Type: Bug
  Components: proton-c, proton-j
Reporter: Ken Giusti
Assignee: Ken Giusti
 Fix For: 0.5


 According to the spec, if the local proton-c client has configured a maximum 
 frame size, and the remote attempts to send a frame that violates that size:
 A peer that receives an oversized frame MUST close the Connection with the 
 framing-error error-code.
 Need to verify this behavior is handled.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira