influxdata / Litmus

testing framework
0 stars 0 forks source link

Make test suites work in Open Source #199

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. Running Cloud 2.0 OSS locally can be done by running make build from github.com/influxdata/influxdb: master

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

gshif commented 4 years ago

Running Litmus locally:

gshif commented 4 years ago

@kevinhogan111 is taking running Litmus tests locally

gshif commented 4 years ago

Running Litmus from a docker container (build litmus image while you are in test/litmus-python-3 branch by running command `docker build -f Dockerfile -t :

gshif commented 4 years ago

@stephanie-engel taking the task of running Litmus from a docker container

stephanie-engel commented 4 years ago

Done. Added issues: https://app.zenhub.com/workspaces/coretest-team-5d1f93fc12840865367a0971/issues/influxdata/idpe/7218 https://app.zenhub.com/workspaces/coretest-team-5d1f93fc12840865367a0971/issues/influxdata/idpe/7219 https://app.zenhub.com/workspaces/coretest-team-5d1f93fc12840865367a0971/issues/influxdata/idpe/7220

kevinhogan111 commented 4 years ago

Added 1 issue from the local OSS runs: https://app.zenhub.com/workspaces/coretest-team-5d1f93fc12840865367a0971/issues/influxdata/idpe/7213

gshif commented 4 years ago

resolved