This repository was archived by the owner on May 6, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +10
-5
lines changed
src/test/java/io/cdap/plugin/sendgrid/etl Expand file tree Collapse file tree 2 files changed +10
-5
lines changed Original file line number Diff line number Diff line change 2727
2828 <properties >
2929 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
30- <cdap .version>6.1.1 </cdap .version>
31- <hadoop .version>2.8.0 </hadoop .version>
32- <hydrator .version>2.3.0-SNAPSHOT </hydrator .version>
30+ <cdap .version>6.8.0 </cdap .version>
31+ <hadoop .version>2.10.2 </hadoop .version>
32+ <hydrator .version>2.10.0 </hydrator .version>
3333 <gson .version>2.2.4</gson .version>
3434 <common .logging.version>1.2</common .logging.version>
3535 <junit .version>4.11</junit .version>
266266 </dependency >
267267 <dependency >
268268 <groupId >io.cdap.cdap</groupId >
269- <artifactId >cdap-data-pipeline </artifactId >
269+ <artifactId >cdap-data-pipeline2_2.11 </artifactId >
270270 <version >${cdap.version} </version >
271271 <scope >test</scope >
272272 </dependency >
319319 <version >1.1.0</version >
320320 <configuration >
321321 <cdapArtifacts >
322- <parent >system:cdap-data-pipeline[6.1.1 ,7.0.0-SNAPSHOT)</parent >
322+ <parent >system:cdap-data-pipeline[6.8.0 ,7.0.0-SNAPSHOT)</parent >
323323 </cdapArtifacts >
324324 </configuration >
325325 <executions >
Original file line number Diff line number Diff line change 3434import io .cdap .cdap .proto .id .NamespaceId ;
3535import io .cdap .cdap .test .ApplicationManager ;
3636import io .cdap .cdap .test .DataSetManager ;
37+ import io .cdap .cdap .test .TestConfiguration ;
3738import io .cdap .cdap .test .WorkflowManager ;
3839import io .cdap .plugin .sendgrid .BaseTest ;
3940import io .cdap .plugin .sendgrid .batch .source .SendGridSource ;
4647import org .junit .AfterClass ;
4748import org .junit .Assert ;
4849import org .junit .BeforeClass ;
50+ import org .junit .ClassRule ;
4951import org .junit .Test ;
5052
5153import java .io .IOException ;
5658import java .util .stream .Stream ;
5759
5860public class SendGridSourceTest extends HydratorTestBase {
61+ @ ClassRule
62+ public static final TestConfiguration CONFIG = new TestConfiguration ("explore.enabled" , false );
63+
5964 private static final ArtifactSummary APP_ARTIFACT = new ArtifactSummary ("data-pipeline" , "3.2.0" );
6065 private static final String LAST_NAME_FIELD = "last_name" ;
6166 private static final String ID_FIELD = "id" ;
You can’t perform that action at this time.
0 commit comments