You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

IDIEP-56
Author
Sponsor
Created

  

Status

IMPLEMENTATION


Motivation

Currently, there are no integration tests in Apache Ignite codebase. The main goal is to have a large enough set of integration tests that cover the most 

of typical cluster usage scenarios. Also the framework and utils should be created in order to develop and run these test locally (on developer's computer) and on CI.

Description

The proposal is to use as a basis for developing tests and test framework – Confluent Ducktape [1].

This python framework is free and widely used for testing Apache Kafka [2]. It has quite simple architecture and understandable approach to manage test cluster.

Ducktape starts and stops arbitrary services using SSH protocol, collects logs and generates tests' reports. 

Currently, basic functionality and tests are implemented in separate branch in main ignite repository [3]


Risks and Assumptions

n/a

Discussion Links

dev-list discussion

Reference Links

1 – https://github.com/confluentinc/ducktape/

2 - https://github.com/apache/kafka/tree/trunk/tests/kafkatest

3 - https://github.com/apache/ignite/tree/ignite-ducktape

Tickets

key summary type created updated due assignee reporter priority status resolution

JQL and issue key arguments for this macro require at least one Jira application link to be configured


  • No labels