Skip to content

Enhance tcon6 test in _YDBAIMTEST.m to run concurrently for 5 seconds

Narayanan Iyer requested to merge nars1/YDBAIM:tcon6 into master
  • The test was intended to run for 5 seconds but a hang 0.1 inside the for loop of 50 iterations was inadvertently removed. It is now reinserted thereby ensuring the test runs for 5 seconds as intended.

  • Also enhanced the subtest to print the *.mjo* and *.mje* files in case of an error. Prefixed each line of output with [FAIL] as that is the string that the test framework looks for to print the failure summary at the end.

  • Enhanced tests/test.sh to print the value of $ydb_tmp at the time of the test run. Helps with understanding where the test output lies so one can then debug the artifacts.

Merge request reports