Skip to content

hazelcast/hazelcast-jet-ansible-tests

Folders and files

NameName
Last commit message
Last commit date

Latest commit

05786b9 · Jan 29, 2025
Aug 6, 2024
Aug 29, 2024
Sep 13, 2024
Sep 13, 2024
May 22, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Oct 30, 2017
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Jan 29, 2025
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Aug 6, 2024
Jan 29, 2025
Jan 29, 2025
Oct 18, 2017
Oct 11, 2017
Nov 1, 2017
Jan 29, 2025

Repository files navigation

Hazelcast Jet Soak Tests

This repository contains a set of tests for Hazelcast Jet Soak Testing Environment. Instructions on how to run the test suite and set up the environment are there.

The tests are should be plain JUnit unit tests which are packaged to include all their dependencies (fat/uber jar) and to be executable. This way we can add the jar itself as a resource to a Jet job and execute any test we want without messing with the test environment classpath.

Continuous Delivery is set up for this project, so whenever a commit happens in this repository, the build is triggered and if successfull resulting jars will be uploaded to the Amazon S3 Jet Test Jars bucket.

Building the Project

mvn clean package

The tests can be skipped if there are any third-party dependency (e.g. a running Kafka process) which cannot be satisfied on compile time.

mvn clean package -DskipTests