You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by Doug Cutting <cu...@apache.org> on 2009/07/08 22:47:25 UTC

[VOTE] Avro release 1.0.0 (candidate 2)

I have created a third candidate build for Avro release 1.0.0. This adds 
a few more license headers, plus fixes Python problems on Mac OS X.

Please download, test and vote by 13 July.

http://people.apache.org/~cutting/avro-1.0.0-candidate-2/

Thanks!

Doug

Re: [VOTE] Avro release 1.0.0 (candidate 2)

Posted by Patrick Hunt <ph...@apache.org>.
+1, all tests pass and licensing looks good

Patrick

Doug Cutting wrote:
> I have created a third candidate build for Avro release 1.0.0. This adds 
> a few more license headers, plus fixes Python problems on Mac OS X.
> 
> Please download, test and vote by 13 July.
> 
> http://people.apache.org/~cutting/avro-1.0.0-candidate-2/
> 
> Thanks!
> 
> Doug

Re: [VOTE] Avro release 1.0.0 (candidate 2)

Posted by Doug Cutting <cu...@apache.org>.
Matt Massie wrote:
> Fixed the MacOS X test issue and the contact information for the C 
> code.

Thanks for the fix.  I'll roll another release today.

> Sorry guys for being the biggest thorn in the side of this release.

No apologies needed.  We appreciate your code!

Doug

Re: [VOTE] Avro release 1.0.0 (candidate 2)

Posted by Matt Massie <ma...@cloudera.com>.
https://issues.apache.org/jira/browse/AVRO-77

Fixed the MacOS X test issue and the contact information for the C  
code.  Sorry guys for being the biggest thorn in the side of this  
release.

-Matt

On Jul 8, 2009, at 3:29 PM, Doug Cutting wrote:

> The C API is not yet complete, so, while failing its tests isn't  
> good, it might not block a release.  Still, it gives a bad  
> impression, so we should probably fix it or change the 'test' target  
> to not run C tests.
>
> Also, Matt, we should not include developer names or email addresses  
> in sources, but rather link to the project's website.
>
> Doug
>
> George Porter wrote:
>> -1 on the release candidate.  The tests fail on my mac:
>>     [exec] make  check-TESTS
>>     [exec] PASS: test_avro_zigzag
>>     [exec] PASS: test_avro_string
>>     [exec] Unable to decode AVRO long
>>     [exec] FAIL: test_avro_bytes
>>     [exec] PASS: test_avro_raw
>>     [exec] PASS: test_avro_float_double
>>     [exec] PASS: test_json_parser
>>     [exec] ==================================
>>     [exec] 1 of 6 tests failed
>>     [exec] Please report to matt@cloudera.com
>>     [exec] ==================================
>>     [exec] make[1]: *** [check-TESTS] Error 1
>>     [exec] make: *** [check-am] Error 2
>> This is running on a Mac OS X 10.5.7.
>> thor:avro-1.0.0 gp152216$ gcc -v
>> Using built-in specs.
>> Target: i686-apple-darwin9
>> Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable- 
>> checking -enable-werror --prefix=/usr --mandir=/share/man --enable- 
>> languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/ 
>> s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/ 
>> usr/lib --build=i686-apple-darwin9 --with-arch=apple --with- 
>> tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
>> Thread model: posix
>> gcc version 4.0.1 (Apple Inc. build 5490)
>> -George
>> On Jul 8, 2009, at 1:47 PM, Doug Cutting wrote:
>>> I have created a third candidate build for Avro release 1.0.0.  
>>> This adds a few more license headers, plus fixes Python problems  
>>> on Mac OS X.
>>>
>>> Please download, test and vote by 13 July.
>>>
>>> http://people.apache.org/~cutting/avro-1.0.0-candidate-2/
>>>
>>> Thanks!
>>>
>>> Doug


Re: [VOTE] Avro release 1.0.0 (candidate 2)

Posted by Doug Cutting <cu...@apache.org>.
The C API is not yet complete, so, while failing its tests isn't good, 
it might not block a release.  Still, it gives a bad impression, so we 
should probably fix it or change the 'test' target to not run C tests.

Also, Matt, we should not include developer names or email addresses in 
sources, but rather link to the project's website.

Doug

George Porter wrote:
> -1 on the release candidate.  The tests fail on my mac:
> 
>      [exec] make  check-TESTS
>      [exec] PASS: test_avro_zigzag
>      [exec] PASS: test_avro_string
>      [exec] Unable to decode AVRO long
>      [exec] FAIL: test_avro_bytes
>      [exec] PASS: test_avro_raw
>      [exec] PASS: test_avro_float_double
>      [exec] PASS: test_json_parser
>      [exec] ==================================
>      [exec] 1 of 6 tests failed
>      [exec] Please report to matt@cloudera.com
>      [exec] ==================================
>      [exec] make[1]: *** [check-TESTS] Error 1
>      [exec] make: *** [check-am] Error 2
> 
> This is running on a Mac OS X 10.5.7.
> 
> thor:avro-1.0.0 gp152216$ gcc -v
> Using built-in specs.
> Target: i686-apple-darwin9
> Configured with: /var/tmp/gcc/gcc-5490~1/src/configure 
> --disable-checking -enable-werror --prefix=/usr --mandir=/share/man 
> --enable-languages=c,objc,c++,obj-c++ 
> --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ 
> --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib 
> --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic 
> --host=i686-apple-darwin9 --target=i686-apple-darwin9
> Thread model: posix
> gcc version 4.0.1 (Apple Inc. build 5490)
> 
> 
> -George
> 
> On Jul 8, 2009, at 1:47 PM, Doug Cutting wrote:
> 
>> I have created a third candidate build for Avro release 1.0.0. This 
>> adds a few more license headers, plus fixes Python problems on Mac OS X.
>>
>> Please download, test and vote by 13 July.
>>
>> http://people.apache.org/~cutting/avro-1.0.0-candidate-2/
>>
>> Thanks!
>>
>> Doug

Re: [VOTE] Avro release 1.0.0 (candidate 2)

Posted by George Porter <Ge...@Sun.COM>.
-1 on the release candidate.  The tests fail on my mac:

      [exec] make  check-TESTS
      [exec] PASS: test_avro_zigzag
      [exec] PASS: test_avro_string
      [exec] Unable to decode AVRO long
      [exec] FAIL: test_avro_bytes
      [exec] PASS: test_avro_raw
      [exec] PASS: test_avro_float_double
      [exec] PASS: test_json_parser
      [exec] ==================================
      [exec] 1 of 6 tests failed
      [exec] Please report to matt@cloudera.com
      [exec] ==================================
      [exec] make[1]: *** [check-TESTS] Error 1
      [exec] make: *** [check-am] Error 2

This is running on a Mac OS X 10.5.7.

thor:avro-1.0.0 gp152216$ gcc -v
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5490~1/src/configure --disable- 
checking -enable-werror --prefix=/usr --mandir=/share/man --enable- 
languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/ 
$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/ 
lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic -- 
host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5490)


-George

On Jul 8, 2009, at 1:47 PM, Doug Cutting wrote:

> I have created a third candidate build for Avro release 1.0.0. This  
> adds a few more license headers, plus fixes Python problems on Mac  
> OS X.
>
> Please download, test and vote by 13 July.
>
> http://people.apache.org/~cutting/avro-1.0.0-candidate-2/
>
> Thanks!
>
> Doug