Commit Briefs

Sergey Bronnikov

readme: add luatest output to instruction (main)


Sergey Bronnikov

make: replace tarantoolctl with tt


Sergey Bronnikov

readme: replace tarantoolctl with tt


Sergey Bronnikov

tests: remove CAS and RW-register generators

CAS and RW-register generators now is a part of Molly [1][2]. 1. https://github.com/ligurio/molly/commit/897a4d92041aabef45cfe2e5d1de692d931d8ed0 2. https://github.com/ligurio/molly/commit/f62394fc3e88e0059d3416a532b6c3ddfb888571


Sergey Bronnikov

Fix 'check' workflow


Sergey Bronnikov

Fix for warnings in luacheck and select(nil)

Luacheck failed with unused variable. Box warns for `select{}`.


Sergey Bronnikov

Fix steps in how-to


Sergey Bronnikov

Fix overwriting README on unpacking elle-cli


Sergey Bronnikov

Update how-to


Sergey Bronnikov

Create reports


Branches


Tags

This repository contains no tags

Tree

.github/
.gitignorecommits | blame
.luacheckrccommits | blame
LICENSEcommits | blame
Makefilecommits | blame
README.mdcommits | blame
test/
test-helpers.luacommits | blame

README.md

## Molly tests

tests based on [Molly](https://github.com/ligurio/molly) library.

```sh
$ git clone https://github.com/ligurio/molly-tests
$ cd molly-tests
$ tt rocks install --server=https://luarocks.org/dev molly
$ tt rocks install luatest
$ PATH=$PATH:$(tt rocks config deploy_bin_dir)
$ luatest -v tarantool.tarantool
Tarantool version is 2.11.3-0-gf933f77904
Running with --shuffle group:1213
Started on Sun Jul  7 19:09:37 2024
    tarantool.tarantool.test_cas_register ... (0.220s) Ok
    tarantool.tarantool.test_bank ... (0.218s) Ok
=========================================================
Ran 2 tests in 0.440 seconds, 2 succeeded, 0 failed
$
$ sudo apt install default-jre
$ java --version
openjdk 11.0.16 2022-07-19
OpenJDK Runtime Environment (build 11.0.16+8-post-Ubuntu-0ubuntu122.04)
OpenJDK 64-Bit Server VM (build 11.0.16+8-post-Ubuntu-0ubuntu122.04, mixed mode, sharing)
$
$ export VER=0.1.4
$ curl -O -L https://github.com/ligurio/elle-cli/releases/download/${VER}/elle-cli-bin-${VER}.zip
$ unzip elle-cli-bin-${VER}.zip -d elle-cli
$ java -jar ./elle-cli/target/elle-cli-${VER}-standalone.jar -m cas-register history.json
history.json     true
```