Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump luatest to 1.0.1-5-g105c69d #426

Merged
merged 1 commit into from
Apr 3, 2024

Conversation

nshy
Copy link
Contributor

@nshy nshy commented Apr 1, 2024

New version includes the following commits.

  • Add assert_error_covers(expected, fn, ...) [1]
  • Improve luatest.log function if a nil value is passed [2]
  • Add memory leak detection during server process execution [3]
  • Improve log submodule of luatest [4]
  • Add logging to unified file [5]
  • (tag: 1.0.1) Release 1.0.1 [6]
  • Add syntax sugar for more convenient logging [7]

[1] tarantool/luatest@105c69d
[2] tarantool/luatest@15dbf75
[3] tarantool/luatest@e3ea6fc
[4] tarantool/luatest@9e0776e
[5] tarantool/luatest@f8a1c10
[6] tarantool/luatest@6009417
[7] tarantool/luatest@a005329

New version includes the following commits.

-  Add assert_error_covers(expected, fn, ...) [1]
-  Improve luatest.log function if a nil value is passed [2]
-  Add memory leak detection during server process execution [3]
-  Improve log submodule of luatest [4]
-  Add logging to unified file [5]
-  (tag: 1.0.1) Release 1.0.1 [6]
-  Add syntax sugar for more convenient logging [7]

[1] tarantool/luatest@105c69d
[2] tarantool/luatest@15dbf75
[3] tarantool/luatest@e3ea6fc
[4] tarantool/luatest@9e0776e
[5] tarantool/luatest@f8a1c10
[6] tarantool/luatest@6009417
[7] tarantool/luatest@a005329
@coveralls
Copy link

Coverage Status

coverage: 62.54% (+0.03%) from 62.506%
when pulling 7b2c3cf on nshy:bump-luatest-version
into 7c1a0a7 on tarantool:master.

@nshy nshy requested a review from ochaplashkin April 1, 2024 07:39
DifferentialOrange added a commit to DifferentialOrange/tarantool that referenced this pull request Apr 2, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426
DifferentialOrange added a commit to DifferentialOrange/tarantool that referenced this pull request Apr 2, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added
DifferentialOrange added a commit to DifferentialOrange/tarantool that referenced this pull request Apr 2, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added
@ochaplashkin ochaplashkin merged commit ed5b623 into tarantool:master Apr 3, 2024
18 checks passed
Totktonada pushed a commit to tarantool/tarantool that referenced this pull request Apr 10, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added
DifferentialOrange added a commit to DifferentialOrange/tarantool that referenced this pull request Apr 10, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added

(cherry picked from commit 50f7425)
DifferentialOrange added a commit to DifferentialOrange/tarantool that referenced this pull request Apr 10, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added

(cherry picked from commit 50f7425)
DifferentialOrange added a commit to DifferentialOrange/tarantool that referenced this pull request Apr 10, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added

(cherry picked from commit 50f7425)
DifferentialOrange added a commit to DifferentialOrange/tarantool that referenced this pull request Apr 11, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added

(cherry picked from commit 50f7425)
DifferentialOrange added a commit to DifferentialOrange/tarantool that referenced this pull request Apr 11, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added

(cherry picked from commit 50f7425)
@nshy nshy deleted the bump-luatest-version branch April 11, 2024 07:25
Totktonada pushed a commit to tarantool/tarantool that referenced this pull request Apr 12, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added

(cherry picked from commit 50f7425)
Totktonada pushed a commit to tarantool/tarantool that referenced this pull request Apr 12, 2024
Bump metrics package submodule. There are 8 new commits, but only
two of them affects Tarantool:
- Add election_leader_idle metric [1];
- test: run log capture tests on a separate server [2];
the other 6 affect documentation and CI/CD scripts of the original repo.
The latter one is required to bump luatest in test-run [3], since
otherwise metrics log capture test fails on a new version.

1. tarantool/metrics@ba9726d
2. tarantool/metrics@3370f85
3. tarantool/test-run#426

NO_DOC=doc is a part of submodule
NO_TEST=repo runs submodule tests, no new test files are added

(cherry picked from commit 50f7425)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants