Re: Test Failure in Ruby - AVRO-1.7

2017-04-11 Thread Sean Busbey
the Ruby library is now passing tests on Ruby 1.9 - 2.4 for branch-1.7. I ended up backporting several things that were fixed in branch-1.8: * 835bcba - (HEAD -> branch-1.7, apache/branch-1.7) AVRO-1775. Ruby: Use test-unit gem for running tests. (3 minutes ago) * c235b4c - AVRO-1782. Ruby: Fix

[jira] [Updated] (AVRO-1688) Ruby test_union(TestIO) is failing

2017-04-11 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1688: -- Fix Version/s: 1.7.8 > Ruby test_union(TestIO) is failing > -- > >

[jira] [Updated] (AVRO-1782) Test failures in Ruby 2.1/2.2

2017-04-11 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey updated AVRO-1782: -- Fix Version/s: 1.7.8 > Test failures in Ruby 2.1/2.2 > - > >

[jira] [Commented] (AVRO-1688) Ruby test_union(TestIO) is failing

2017-04-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1688?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15965321#comment-15965321 ] ASF subversion and git services commented on AVRO-1688: --- Commit

[jira] [Commented] (AVRO-1775) Running unit tests on Ruby 2.2

2017-04-11 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15965322#comment-15965322 ] ASF subversion and git services commented on AVRO-1775: --- Commit

[jira] [Resolved] (AVRO-2013) Unit test failure in Ruby 1.9

2017-04-11 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2013?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved AVRO-2013. --- Resolution: Duplicate Assignee: (was: Sean Busbey) Fix Version/s: (was: 1.7.8)

[jira] [Resolved] (AVRO-1516) Unit test failure in Ruby 2.0 and above

2017-04-11 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1516?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey resolved AVRO-1516. --- Resolution: Duplicate Assignee: (was: Sean Busbey) Fix Version/s: (was: 1.7.8)

[jira] [Assigned] (AVRO-1782) Test failures in Ruby 2.1/2.2

2017-04-11 Thread Sean Busbey (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-1782?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Sean Busbey reassigned AVRO-1782: - Assignee: Martin Kleppmann > Test failures in Ruby 2.1/2.2 > - > >

[jira] [Updated] (AVRO-2022) IDL does not allow `schema` as identifier

2017-04-11 Thread Erik van Oosten (JIRA)
[ https://issues.apache.org/jira/browse/AVRO-2022?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Erik van Oosten updated AVRO-2022: -- Description: The keyword {{schema}} is now allowed as escaped identifier in IDL. E.g. the

[jira] [Created] (AVRO-2022) IDL does not allow `schema` as identifier

2017-04-11 Thread Erik van Oosten (JIRA)
Erik van Oosten created AVRO-2022: - Summary: IDL does not allow `schema` as identifier Key: AVRO-2022 URL: https://issues.apache.org/jira/browse/AVRO-2022 Project: Avro Issue Type: Bug

[GitHub] avro pull request #211: Allow `schema` as identifier (1.7)

2017-04-11 Thread erikvanoosten
GitHub user erikvanoosten opened a pull request: https://github.com/apache/avro/pull/211 Allow `schema` as identifier (1.7) Currently the word `schema` is not allowed as identifier, even not when it is escaped in backticks. This patch fixed that for the 1.7 branch. You can merge

[GitHub] avro pull request #210: Idl identifier `schema` (1.7)

2017-04-11 Thread erikvanoosten
Github user erikvanoosten closed the pull request at: https://github.com/apache/avro/pull/210 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] avro pull request #210: Idl identifier `schema` (1.7)

2017-04-11 Thread erikvanoosten
GitHub user erikvanoosten opened a pull request: https://github.com/apache/avro/pull/210 Idl identifier `schema` (1.7) Currently the word `schema` is not allowed as identifier, even not when it is escaped in backticks. This patch fixed that for the 1.7 branch. You can merge this

[GitHub] avro pull request #209: Allow `schema` as identifier.

2017-04-11 Thread erikvanoosten
GitHub user erikvanoosten opened a pull request: https://github.com/apache/avro/pull/209 Allow `schema` as identifier. Currently the word `schema` is not allowed as identifier, even not when it is escaped in backticks. This patch fixed that. You can merge this pull request into a