mirror of
https://github.com/apache/sqoop.git
synced 2025-05-13 23:41:56 +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:
parent
bb81a890b1
commit
c2180caac1
@ -26,12 +26,14 @@
|
|||||||
import org.codehaus.groovy.tools.shell.Groovysh;
|
import org.codehaus.groovy.tools.shell.Groovysh;
|
||||||
import org.testng.annotations.AfterMethod;
|
import org.testng.annotations.AfterMethod;
|
||||||
import org.testng.annotations.BeforeMethod;
|
import org.testng.annotations.BeforeMethod;
|
||||||
|
import org.testng.annotations.Test;
|
||||||
|
|
||||||
import java.io.ByteArrayInputStream;
|
import java.io.ByteArrayInputStream;
|
||||||
import java.io.IOException;
|
import java.io.IOException;
|
||||||
import java.io.UnsupportedEncodingException;
|
import java.io.UnsupportedEncodingException;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
|
||||||
|
@Test(groups = "no-real-cluster")
|
||||||
abstract public class ShellTestCase extends SqoopTestCase {
|
abstract public class ShellTestCase extends SqoopTestCase {
|
||||||
|
|
||||||
protected SqoopCommand command = null;
|
protected SqoopCommand command = null;
|
||||||
|
Loading…
Reference in New Issue
Block a user