5
0
mirror of https://github.com/apache/sqoop.git synced 2025-05-02 17:22:25 +08:00

SQOOP-1185. LobAvroImportTestCase is sensitive to test method order execution

(Jarek Jarcec Cecho via Hari Shreedharan)
This commit is contained in:
Hari Shreedharan 2013-08-30 18:47:47 -07:00
parent 1b41c9a6d2
commit 127d2ddec1
2 changed files with 4 additions and 1 deletions

View File

@ -32,7 +32,7 @@ hsqldb.version=1.8.0.10
ivy.version=2.1.0
junit.version=4.5
junit.version=4.11
h2.version=1.3.170

View File

@ -18,6 +18,8 @@
package com.cloudera.sqoop.testutil;
import org.junit.FixMethodOrder;
import org.junit.runners.MethodSorters;
import java.io.IOException;
import java.io.InputStream;
import java.nio.ByteBuffer;
@ -40,6 +42,7 @@
/**
* Tests BLOB/CLOB import for Avro.
*/
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
public abstract class LobAvroImportTestCase extends ImportJobTestCase {
private Log log;