iris-web icon indicating copy to clipboard operation
iris-web copied to clipboard

Issue395 faster tests

Open c8y3 opened this issue 1 year ago • 1 comments

To close #395. Execution time of tests are as follows:

  • before separation 2m35s (https://github.com/dfir-iris/iris-web/actions/runs/8080037727/job/22075722292)
  • with only the fast test suite 44s (https://github.com/dfir-iris/iris-web/actions/runs/8108096252/job/22160683407)
  • with also one test in the test suite which stops dockers between each tests 1m17s (https://github.com/dfir-iris/iris-web/actions/runs/8108705942/job/22162420240)

Note: the test suite which is costly was not really necessary for the test we currently have. I still included it with one test so we have an example in the future, if we ever need it. The current test is not very useful (I made a "translated" version in the fast test suite), it can be removed...

c8y3 avatar Mar 01 '24 08:03 c8y3

Thanks @c8y3! I think we can comment out the longer test so the CI runs quicker for now. We'll add test over time 👍

whikernel avatar Mar 01 '24 14:03 whikernel