5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-11 22:41:50 +08:00

SQOOP-2816: Sqoop2: Shell integration tests should pass when running against a real cluster

(Abraham Fine via Jarek Jarcec Cecho)
This commit is contained in:
Jarek Jarcec Cecho 2016-02-04 14:36:09 -08:00
parent bb81a890b1
commit c2180caac1

View File

@ -26,12 +26,14 @@
import org.codehaus.groovy.tools.shell.Groovysh;
import org.testng.annotations.AfterMethod;
import org.testng.annotations.BeforeMethod;
import org.testng.annotations.Test;
import java.io.ByteArrayInputStream;
import java.io.IOException;
import java.io.UnsupportedEncodingException;
import java.util.List;
@Test(groups = "no-real-cluster")
abstract public class ShellTestCase extends SqoopTestCase {
protected SqoopCommand command = null;