The wt_cnmp_script was added as part of WT-10500.
There is a typo in this section of the code regarding the variables ver_ecode/ver_code:
ver_ecode = compare_version_cursors(vcc1, vcc2) vcur1.close() vcur2.close() if ver_code != 0: ecode = 1
The wt_cnmp_script was added as part of WT-10500.
There is a typo in this section of the code regarding the variables ver_ecode/ver_code:
ver_ecode = compare_version_cursors(vcc1, vcc2) vcur1.close() vcur2.close() if ver_code != 0: ecode = 1