You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CCOR-13194 - Switch integration tests to run against sm v4 server and sdkdev for v5 (#127)
* testing integration tests against alternate servers
* adjust notes around integration testing. add another test server - now we have all 5 to see what is the least flaky
* make http bin url dynamic b/c different clusters have it on different host name, make timeouts more sane in one test, add some missing task cleanup logic in tests
* add new constants file that can grab from env before setting constant
* add some retry on things that seem to be particularly painfully flaky
* add missing file
* additional retry and diagnostic within parts of the integration testing.
* add missing helper util file
* cancel in progress
* rather aggressive retry fixes for test flakiness
* add missing file
* further retry and timeout tuning
* reduce pr integration test runs to sm-v4 and sdkdev-v5
* trying to sort out inscrutible and inexplicable issues. without a whole lot of luck
* helper script to make running test shards locally easy
* require v4 integration tests to pass
* account for difference in how asyncComplete http task status works when http task is system task (v4 - no api orch) or worker task (v5 with api orch) in the way a test detects waiting http task
* exclude integration-tests/** from code coverage requirement
* restrict the asyncComplete test to v5 so it doesn't introduce the only weird v4-vs-v5-branching-inside-one-test in the entire test suite
0 commit comments