You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by Brock Noland <br...@cloudera.com> on 2012/02/10 19:53:41 UTC

Review Request: FLUME-728: TestAvroSink.testFailedConnect is racy and fails often

-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3837/
-----------------------------------------------------------

Review request for Flume.


Summary
-------

TestAvroSink fails often for two reasons:

1) We call close before the socket has started
2) We call sink.process before the socket has shutdown

This puts a small sleep into fix those two issues.


This addresses bug FLUME-960.
    https://issues.apache.org/jira/browse/FLUME-960


Diffs
-----

  flume-ng-core/src/test/java/org/apache/flume/sink/TestAvroSink.java a46acc0 

Diff: https://reviews.apache.org/r/3837/diff


Testing
-------

After the change, I ran the test 120 times and it passed 120 times.


Thanks,

Brock


Re: Review Request: FLUME-728: TestAvroSink.testFailedConnect is racy and fails often

Posted by Arvind Prabhakar <ar...@apache.org>.
-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/3837/#review5036
-----------------------------------------------------------

Ship it!


+1. Please attach the patch to the jira.

- Arvind


On 2012-02-10 18:53:41, Brock Noland wrote:
> 
> -----------------------------------------------------------
> This is an automatically generated e-mail. To reply, visit:
> https://reviews.apache.org/r/3837/
> -----------------------------------------------------------
> 
> (Updated 2012-02-10 18:53:41)
> 
> 
> Review request for Flume.
> 
> 
> Summary
> -------
> 
> TestAvroSink fails often for two reasons:
> 
> 1) We call close before the socket has started
> 2) We call sink.process before the socket has shutdown
> 
> This puts a small sleep into fix those two issues.
> 
> 
> This addresses bug FLUME-960.
>     https://issues.apache.org/jira/browse/FLUME-960
> 
> 
> Diffs
> -----
> 
>   flume-ng-core/src/test/java/org/apache/flume/sink/TestAvroSink.java a46acc0 
> 
> Diff: https://reviews.apache.org/r/3837/diff
> 
> 
> Testing
> -------
> 
> After the change, I ran the test 120 times and it passed 120 times.
> 
> 
> Thanks,
> 
> Brock
> 
>