kytos-ng / kytos-end-to-end-tests

Kytos End-to-End Tests
0 stars 10 forks source link

Increase `CONSISTENCY_MIN_VERDICT_INTERVAL` #172

Closed viniarck closed 1 year ago

viniarck commented 1 year ago

This is for increasing CONSISTENCY_MIN_VERDICT_INTERVAL, finding a balance with STATS_INTERVAL that's been set as it is for relatively fast execution, when finding a balance we want to make sure to pick a value for CONSISTENCY_MIN_VERDICT_INTERVAL that's large enough for the expected convergence, maybe within 10-15 secs? This is something to explore. of_core request flows with MultipartType.OFPMP_FLOW once a handshake is completed, if flow_checks DB documents aren't there then it'll immediately allows the consistency to execute, if tests are relying on constency check mid test relatively fast to install flows again we might need to also to run a drop on flow_checks

https://github.com/amlight/kytos-end-to-end-tests/pull/170#issuecomment-1277650603