influxdata / Litmus

testing framework
0 stars 0 forks source link

Make test suites work in cloud environment #198

Closed gshif closed 4 years ago

gshif commented 4 years ago

After making changes to Litmus to run python 3.8.2/pytest 5.4 (+ other required python modules), the first task is to run all of the test suites and identify the failures. The next step would be to fix the issues. Deploying cloud test environment can be done in a few ways:

Need to run tests in 2 ways(See README.md for running tests in the local dev environment or in the cloud using Litmus container or locally.)

gshif commented 4 years ago

We can break it further if needs to be:

gshif commented 4 years ago

Here is one of the ways to run tests against cloud test environments locally in case your local python version is not 3.8.2:

Running tests against cloud environments using docker container. Using above steps from above, build docker image

gshif commented 4 years ago

Based on our conversation: @Nlyandres is taking running all of the test suites against cloud test environment by running litmus locally @dangilkerson is taking running all of the tests suites against cloud test environment by running litmus container

I am going to put steps shortly for running tests in oss.