You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by iv...@apache.org on 2022/02/11 17:06:40 UTC

[ignite] branch master updated (8cb63df -> 3618bb1)

This is an automated email from the ASF dual-hosted git repository.

ivandasch pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 8cb63df  IGNITE-16517 Fix documentation for snapshot restore procedure (#9812)
     add 3618bb1  IGNITE-16320 [ducktests] Add ability not to override JVM options passed to IgniteApplicationService (#9754)

No new revisions were added by this update.

Summary of changes:
 .../tests/checks/utils/check_ignite_spec.py        | 96 ++++++++++++++++++++++
 .../ducktests/tests/ignitetest/services/ignite.py  |  4 +-
 .../tests/ignitetest/services/ignite_app.py        |  4 +-
 .../tests/ignitetest/services/utils/ignite_spec.py | 72 +++++++++-------
 .../tests/ignitetest/services/utils/jvm_utils.py   |  7 +-
 5 files changed, 145 insertions(+), 38 deletions(-)
 create mode 100644 modules/ducktests/tests/checks/utils/check_ignite_spec.py