Re: Run C# Tests on Windows in Travis

2019-07-22 Thread Brian Lachniet
Thanks for taking a look, Fokko! I've actually got the PR to fix those
warnings (currently a draft PR) in #586
 (AVRO-2473
). My hope is to get the
C# Reflect changes in before finishing up the warnings PR.

On Mon, Jul 22, 2019 at 2:32 PM Driesprong, Fokko 
wrote:

> Thanks for contributing Brian,
>
> I have very little knowledge of Windows, but as far as I can tell it looks
> good. I do see a lot of warnings in the output, but this can be fixed in
> another PR.
>
> Cheers, Fokko
>
> Op za 20 jul. 2019 om 17:17 schreef Brian Lachniet :
>
> > There have been a few recent "close calls" on changes that would have
> > broken the C# bindings on Windows. To help avoid this, I'd like to start
> > running the C# tests on a Travis Windows agent.
> >
> > I've submitted AVRO-2467 <
> https://issues.apache.org/jira/browse/AVRO-2467>
> > and
> > PR #579  to address this new
> > feature.
> >
> > In my PR, the two original build environments work the same as before.
> > However, they are launched from new Travis scripts rather than directly
> > from the .travis.yml. The Windows environment only runs the C# tests at
> > this time.
> >
> > While I've only got this specialized for the Windows C# build right now,
> I
> > imagine this could be
> > further expanded in the future to test other environments easily.
> >
> > I appreciate any feedback that anyone is willing to share.
> >
> > Thanks,
> > --
> >
> > [image: 51b630b05e01a6d5134ccfd520f547c4.png]
> >
> > Brian Lachniet
> >
> > Software Engineer
> >
> > E: blachn...@gmail.com | blachniet.com 
> >
> >  
> >
>


-- 

[image: 51b630b05e01a6d5134ccfd520f547c4.png]

Brian Lachniet

Software Engineer

E: blachn...@gmail.com | blachniet.com 

 


[jira] [Created] (AVRO-2479) Add m2e lifecycle mapping file

2019-07-22 Thread Pino Silvaggio (JIRA)
Pino Silvaggio created AVRO-2479:


 Summary: Add m2e lifecycle mapping file
 Key: AVRO-2479
 URL: https://issues.apache.org/jira/browse/AVRO-2479
 Project: Apache Avro
  Issue Type: Improvement
  Components: java
Reporter: Pino Silvaggio


Instead of including the lifecycle plugin in the pom with the correct mappings 
we could just add the file by default.

I suggest enabling build on configuration.




--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (AVRO-2475) rake generate_interop should generate files for all codecs

2019-07-22 Thread Hudson (JIRA)


[ 
https://issues.apache.org/jira/browse/AVRO-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16890397#comment-16890397
 ] 

Hudson commented on AVRO-2475:
--

SUCCESS: Integrated in Jenkins build AvroJava #705 (See 
[https://builds.apache.org/job/AvroJava/705/])
AVRO-2475: rake generate_interop should generate files for all codecs (fokko: 
[https://github.com/apache/avro/commit/ee4c2aaf4a5a0e1108dc01b157150d4629dd7881])
* (edit) lang/ruby/Rakefile


> rake generate_interop should generate files for all codecs
> --
>
> Key: AVRO-2475
> URL: https://issues.apache.org/jira/browse/AVRO-2475
> Project: Apache Avro
>  Issue Type: Test
>  Components: interop, ruby
>Reporter: Kengo Seki
>Assignee: Kengo Seki
>Priority: Major
> Fix For: 1.10.0
>
>
> Currently, {{rake generate_interop}} generates only uncompressed and 
> compressed-by-deflate files. It also should generate files for other 
> supported codecs, i.e., snappy and zstandard, so that other language bindings 
> can check them.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


Re: Run C# Tests on Windows in Travis

2019-07-22 Thread Driesprong, Fokko
Thanks for contributing Brian,

I have very little knowledge of Windows, but as far as I can tell it looks
good. I do see a lot of warnings in the output, but this can be fixed in
another PR.

Cheers, Fokko

Op za 20 jul. 2019 om 17:17 schreef Brian Lachniet :

> There have been a few recent "close calls" on changes that would have
> broken the C# bindings on Windows. To help avoid this, I'd like to start
> running the C# tests on a Travis Windows agent.
>
> I've submitted AVRO-2467 
> and
> PR #579  to address this new
> feature.
>
> In my PR, the two original build environments work the same as before.
> However, they are launched from new Travis scripts rather than directly
> from the .travis.yml. The Windows environment only runs the C# tests at
> this time.
>
> While I've only got this specialized for the Windows C# build right now, I
> imagine this could be
> further expanded in the future to test other environments easily.
>
> I appreciate any feedback that anyone is willing to share.
>
> Thanks,
> --
>
> [image: 51b630b05e01a6d5134ccfd520f547c4.png]
>
> Brian Lachniet
>
> Software Engineer
>
> E: blachn...@gmail.com | blachniet.com 
>
>  
>


[jira] [Resolved] (AVRO-2475) rake generate_interop should generate files for all codecs

2019-07-22 Thread Fokko Driesprong (JIRA)


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

Fokko Driesprong resolved AVRO-2475.

   Resolution: Fixed
Fix Version/s: 1.10.0

> rake generate_interop should generate files for all codecs
> --
>
> Key: AVRO-2475
> URL: https://issues.apache.org/jira/browse/AVRO-2475
> Project: Apache Avro
>  Issue Type: Test
>  Components: interop, ruby
>Reporter: Kengo Seki
>Assignee: Kengo Seki
>Priority: Major
> Fix For: 1.10.0
>
>
> Currently, {{rake generate_interop}} generates only uncompressed and 
> compressed-by-deflate files. It also should generate files for other 
> supported codecs, i.e., snappy and zstandard, so that other language bindings 
> can check them.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)


[jira] [Commented] (AVRO-2475) rake generate_interop should generate files for all codecs

2019-07-22 Thread ASF subversion and git services (JIRA)


[ 
https://issues.apache.org/jira/browse/AVRO-2475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16890363#comment-16890363
 ] 

ASF subversion and git services commented on AVRO-2475:
---

Commit ee4c2aaf4a5a0e1108dc01b157150d4629dd7881 in avro's branch 
refs/heads/master from Kengo Seki
[ https://gitbox.apache.org/repos/asf?p=avro.git;h=ee4c2aa ]

AVRO-2475: rake generate_interop should generate files for all codecs (#588)



> rake generate_interop should generate files for all codecs
> --
>
> Key: AVRO-2475
> URL: https://issues.apache.org/jira/browse/AVRO-2475
> Project: Apache Avro
>  Issue Type: Test
>  Components: interop, ruby
>Reporter: Kengo Seki
>Assignee: Kengo Seki
>Priority: Major
>
> Currently, {{rake generate_interop}} generates only uncompressed and 
> compressed-by-deflate files. It also should generate files for other 
> supported codecs, i.e., snappy and zstandard, so that other language bindings 
> can check them.



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)