Skip to content

Commit edc7cf0

Browse files
committed
changelog: rm superfluous entries and add missing
- Remove entries that describe adding features related to not declared functionality. - Remove entries that describe fixing functionality that was not released yet. - Add missing entries that describe important bug fixes. - Proofread some entries.
1 parent 6f0ab78 commit edc7cf0

File tree

1 file changed

+16
-17
lines changed

1 file changed

+16
-17
lines changed

CHANGELOG.md

+16-17
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
## Unreleased
44

5-
- Add new module `replica_set.lua`.
65
- Extend `server.lua` API:
76
* Update parameters of the `Server:new()` function:
87
- The `alias` parameter defaults to 'server'.
@@ -35,24 +34,24 @@
3534
- `Server:wait_for_vclock_of()`
3635
- `Server:update_box_cfg()`
3736
- `Server:get_box_cfg()`
38-
- Check docs generation with LDoc.
39-
- Add `--repeat-group` (`-R`) option to run tests in a circle within the group.
40-
- Forbid negative values for `--repeat` (`-r`) option.
41-
- Change `coverage_report` parameter type to boolean in `Server:new()` function.
42-
- Print Tarantool version used by luatest.
4337
- Add new module `replica_proxy.lua`.
38+
- Add new module `replica_set.lua`.
4439
- Add new module `tarantool.lua`.
45-
- Auto-require `luatest` module in `Server:exec()` function where it is available
46-
via the corresponding upvalue.
47-
- Add new function `tarantool.skip_if_not_enterprise`.
48-
- Raise an error when non-array arguments passed to the `server:exec()`.
49-
- Raise an error in the `Server:wait_for_condition()` function when
50-
the server process is terminated. This is useful to not wait for timeout, for example,
51-
when a server fails to start due to bad configuration.
52-
- Save server artifacts (logs, snapshots, etc.) if the test fails.
53-
- Group working directories of servers inside a replica set into one directory.
54-
- Fix collecting coverage if tarantool binary has a suffix.
55-
- Add `--no-clean` option to disable deletion of the var directory.
40+
- Check docs generation with LDoc.
41+
- Add the `--repeat-group` (`-R`) option to run tests in a circle within the
42+
group.
43+
- Forbid negative values for the `--repeat` (`-r`) option.
44+
- Change the `coverage_report` parameter type to boolean in the `Server:new()`
45+
function.
46+
- Print Tarantool version used by luatest.
47+
- Auto-require the `luatest` module in the `Server:exec()` function where it is
48+
available via the corresponding upvalue.
49+
- Raise an error when non-array arguments passed to the `Server:exec()`
50+
function.
51+
- Save server artifacts (logs, snapshots, etc.) to the `${VARDIR}/artifacts`
52+
directory if the test fails.
53+
- Fix requiring the internal test helper when running tests.
54+
- Fix collecting coverage if the tarantool binary has a suffix.
5655

5756
## 0.5.7
5857

0 commit comments

Comments
 (0)