Skip to content

Setup CI targets for tarantool 1.9, 1.10, 2.1 and 2.2 #52

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

Closed
Totktonada opened this issue Sep 16, 2018 · 2 comments · Fixed by #187
Closed

Setup CI targets for tarantool 1.9, 1.10, 2.1 and 2.2 #52

Totktonada opened this issue Sep 16, 2018 · 2 comments · Fixed by #187
Labels
code health Improve code readability, simplify maintenance and so on

Comments

@Totktonada
Copy link
Member

No description provided.

@isopov
Copy link

isopov commented Sep 17, 2018

Feel free to copy/reuse parts from https://github.com/isopov/tarantool-java-driver/blob/master/.travis.yml
I use example.lua for tests and non-recomended way of install - the latter can be addressed by isopov/tarantool-java-driver@9767dc2#diff-354f30a63fb0907d4ad57269548329e3 - that script followed official instructions

@Totktonada Totktonada changed the title Setup CI targets for tarantool 1.9, 1.10 and 2.0 Setup CI targets for tarantool 1.9, 1.10, 2.1 and 2.2 Apr 16, 2019
@Totktonada Totktonada added the code health Improve code readability, simplify maintenance and so on label Apr 16, 2019
@Totktonada
Copy link
Member Author

Requires #143.

nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue May 15, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add 'sql' test group in order to segregate SQL tests and be able to
  turn them off.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: tarantool#52, tarantool#143
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue May 15, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add 'sql' test group in order to segregate SQL tests and be able to
  turn them off.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: tarantool#52, tarantool#143
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue May 17, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: tarantool#52, tarantool#143
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue May 17, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: tarantool#52, tarantool#143
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue May 17, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: tarantool#52, tarantool#143
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue May 17, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: tarantool#52, tarantool#143
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue May 17, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: tarantool#52, tarantool#143
nicktorwald added a commit to nicktorwald/tarantool-java that referenced this issue May 17, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: tarantool#52, tarantool#143
nicktorwald added a commit that referenced this issue May 20, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: #52, #143
nicktorwald added a commit that referenced this issue May 21, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: #52, #143
nicktorwald added a commit that referenced this issue May 21, 2019
- Add new CI targets for the following TNT versions: 1.9, 1.10, 2x,
  and 2.2 against JDKs versions 8, 11, and 12.
- Add assume-style checks to skip Tarantool version incompatible tests.
- Update testing tools versions in POM.
- Update 'Building' section of README file how to run test w\o SQL part.

Closes: #52, #143
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code health Improve code readability, simplify maintenance and so on
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants