crossbario / crossbar

Crossbar.io - WAMP application router
https://crossbar.io/
Other
2.05k stars 274 forks source link

CI: fix last set of integration tests for CI integration #1975

Open oberstet opened 2 years ago

oberstet commented 2 years ago

we now have a whole bunch of CI tests, both unit level and integration level reactivated and working

https://github.com/crossbario/crossbar/actions/runs/2056651395

not working yet are these: https://github.com/crossbario/crossbar/blob/master/.github/workflows/test-management.yml

however, they do work locally:

https://github.com/crossbario/crossbar/blob/ecc8b4e0d9f8fa3efa7d59755cb2e16151055870/Makefile#L91

finally, these 3 are neither working locally nor on CI

https://github.com/crossbario/crossbar/blob/ecc8b4e0d9f8fa3efa7d59755cb2e16151055870/Makefile#L95


summary:

local test is now working for:


(cpy39_1) (base) oberstet@intel-nuci7:~/scm/crossbario/crossbar$ clear && time make test
...
  sphinx: commands succeeded
  flake8: commands succeeded
  mypy: commands succeeded
  yapf: commands succeeded
  bandit: commands succeeded
  py39-pinned-trial: commands succeeded
  py39-unpinned-trial: commands succeeded
  py39-abtrunk-trial: commands succeeded
  py39-examples: commands succeeded
  pytest: commands succeeded
  functests-cb: commands succeeded
  functests-cfc: commands succeeded
  py39-api-1: commands succeeded
  py39-cli-0: commands succeeded
  py39-cli-1: commands succeeded
  py39-cli-2: commands succeeded
  py39-cli-3: commands succeeded
  congratulations :)

real    39m5,394s
user    28m49,892s
sys 4m4,766s