-
Notifications
You must be signed in to change notification settings - Fork 24
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
Update CI for test and extend support for MSSQL and Oracle #39
Comments
indiVar0508
added a commit
that referenced
this issue
Nov 14, 2022
Add MSSQL action job against Pytest for validity
indiVar0508
added a commit
that referenced
this issue
Nov 14, 2022
Add MSSQL action job against Pytest for validity Add test condn in test module for mssql
indiVar0508
added a commit
that referenced
this issue
Nov 14, 2022
Add MSSQL action job against Pytest for validity Add test condn in test module for mssql
indiVar0508
added a commit
that referenced
this issue
Nov 14, 2022
Add MSSQL action job against Pytest for validity Add test condn in test module for mssql
indiVar0508
added a commit
that referenced
this issue
Nov 15, 2022
Add Oracle action job against Pytest for validity Add test condn in test module for oracle Add Cx-Oracle requirement in test.txt
indiVar0508
added a commit
that referenced
this issue
Nov 15, 2022
Add Oracle action job against Pytest for validity Add test condn in test module for oracle Add Cx-Oracle requirement in test.txt
indiVar0508
added a commit
that referenced
this issue
Nov 16, 2022
Add Oracle action job against Pytest for validity Add test condn in test module for oracle Add Cx-Oracle requirement in test.txt
AbdealiLoKo
pushed a commit
that referenced
this issue
Nov 17, 2022
Seperate jobs based on DB type. This avoid initializing all the services in every job. This also makes it more stable, because sometimes mysql does not start. Earlier, mysql not starting in other-DB tests cause the test to fail. Now, Only the mysql test will be affected if mysql service doesnt start
AbdealiLoKo
pushed a commit
that referenced
this issue
Nov 17, 2022
Seperate jobs based on DB type. This avoid initializing all the services in every job. This also makes it more stable, because sometimes mysql does not start. Earlier, mysql not starting in other-DB tests cause the test to fail. Now, Only the mysql test will be affected if mysql service doesnt start
indiVar0508
added a commit
that referenced
this issue
Nov 18, 2022
original yaml file was not installing specified version in action matrix. added action to install specified version for python. bumping python 3.6.2 to 3.6.7 as following are the versions valid for the new action used. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
indiVar0508
added a commit
that referenced
this issue
Nov 18, 2022
original yaml file was not installing specified version in action matrix. added action to install specified version for python. bumping python 3.6.2 to 3.6.7 as following are the versions valid for the new action used. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
indiVar0508
added a commit
that referenced
this issue
Nov 18, 2022
original yaml file was not installing specified version in action matrix. added action to install specified version for python. bumping python 3.6.2 to 3.6.7 as following are the versions valid for the new action used. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json
indiVar0508
added a commit
that referenced
this issue
Nov 18, 2022
original yaml file was not installing specified version in action matrix. added action to install specified version for python. bumping python 3.6.2 to 3.6.7 as following are the versions valid for the new action used. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json Use ubuntu-20.04 to install python 3.10 refer to issue `https://github.com/actions/setup-python/issues/541`
indiVar0508
added a commit
that referenced
this issue
Nov 18, 2022
original yaml file was not installing specified version in action matrix. added action to install specified version for python. bumping python 3.6.2 to 3.6.7 as following are the versions valid for the new action used. https://raw.githubusercontent.com/actions/python-versions/main/versions-manifest.json Use ubuntu-20.04 to install python 3.10 refer to issue `https://github.com/actions/setup-python/issues/541`
indiVar0508
added a commit
that referenced
this issue
Nov 19, 2022
original yaml file was not installing specified version in action matrix. add action to install specified version for python. Use ubuntu-20.04 to install python 3.10 refer to issue `https://github.com/actions/setup-python/issues/541`
AbdealiLoKo
pushed a commit
that referenced
this issue
Nov 24, 2022
original yaml file was not installing specified version in action matrix. add action to install specified version for python. Use ubuntu-20.04 to install python 3.10 refer to issue `https://github.com/actions/setup-python/issues/541`
Merged
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to optimize github workflow for test
The text was updated successfully, but these errors were encountered: