test: add initial test suite#273
Merged
Merged
Conversation
77898e5 to
05775b4
Compare
e5c0c97 to
4f6f348
Compare
Member
Author
|
ready to review |
01a8ae4 to
e5fe7d9
Compare
9345881 to
45bcffc
Compare
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
fa385b1 to
39d483d
Compare
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
Totktonada
reviewed
Mar 30, 2021
a5a76d7 to
fae5e39
Compare
test-run supports three types of tests [1]: - tarantool - Test-Suite for Functional Testing - app - Another functional Test-Suite - unittest - Unit-Testing Test Suite Patch adds tests for all three test types: - test/test-app for type 'app' - test/test-tarantool for type 'tarantool' - test/test-unit for type 'unittest' How-to run: $ make test_integration 1. https://github.com/tarantool/test-run#test-suite
Added a separate target to Makefile that runs integration tests and enabled testing in GH Actions. test-run supports all Tarantool versions and testing parametrized by supported tarantool versions 2.6 and 2.7. Added tests requires additional changes to support 1.10 so I have decided to not test it in CI.
fae5e39 to
18b9538
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
test-run supports three types of tests:
Patch adds tests for two of supported test types:
How-to run:
$ mkdir build && cd build
$ make test_integration