You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sqoop.apache.org by Shuaishuai Nie <sh...@microsoft.com> on 2013/05/21 23:51:26 UTC

Review Request: Review request for SQOOP-1057 "Introduce fault injection framework to test connection resiliency:

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

Review request for Sqoop.


Description
-------

Introduce Hadoop's aspectJ fault injection framework to Sqoop in order to test connection resiliency by injecting connection resets and failures to refresh the connection. This is needed for the test of SQOOP-1056 "Implement connection resiliency in Sqoop using pluggable failure handlers"


This addresses bug SQOOP-1057.
    https://issues.apache.org/jira/browse/SQOOP-1057


Diffs
-----

  build.xml 1c33fee 
  ivy.xml 1fa4dd1 
  ivy/libraries.properties 430d554 
  src/test/aop/build/aop.xml PRE-CREATION 
  src/test/aop/org/apache/sqoop/fi/FiConfig.java PRE-CREATION 
  src/test/aop/org/apache/sqoop/fi/ProbabilityModel.java PRE-CREATION 
  src/test/aop/org/apache/sqoop/mapreduce/SqlServerExportAspect.aj PRE-CREATION 
  src/test/aop/org/apache/sqoop/mapreduce/db/SqlServerImportAspect.aj PRE-CREATION 
  src/test/fi-site.xml PRE-CREATION 

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


Testing
-------

Tested SQOOP-1056 for all SQL server integration tests


Thanks,

Shuaishuai Nie