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

Compare with Current View Page History

« Previous Version 8 Next »

Regression

Single-Server Regression

Used to check all the features work correct after any changes.

Multi-Server Regression

Used to check important features behaviour

  • on a real cluster (with different hardware, software, environment settings)
  • with plugins (eg. GridGain, SberEdition, etc).
CaseCovered by
control.sh

tx: IGNITE-13429

Checks

Integration Checks

Used to check integrations with other projects (eg. Zookeeper, Kafka, Spark, etc).

CaseCovered by


Rolling Upgrade Checks

Used to check migrations from one version/vendor to another.

CaseCovered by
Persistence based Rolling Upgrade

PoC Checks

Used to check some concept or to automate MVP demonstration.

CaseCovered by


Consistency Checks

Used to check data consistency during the typical load.

CaseCovered by
AnyJepsen?

Fuzzy Checks

Used to check results correctness during mixed load.

CaseCovered by


Crash Recovery Checks

Used to check system behaviour on crashes.

CaseCovered by


Benchmarks

Process Benchmarks

Used to check measure duration of important precesses (eg. PME, Snapshot, Rebalance, Node start, etc)

CaseCovered by


Profile Benchmarks

Used to check customer's profile performance on some environment.

CaseCovered by


Synthetic Benchmarks

Used to compare overall performance from version to version and from commit to commit

CaseCovered by
Operation through/latencyYardstick
  • No labels