PT-2295 - Fix tests on distributions

- disabled test 'Single column int key' in 8.0.35+ until
  https://bugs.mysql.com/bug.php?id=113892 is fixed
- Fixed data for 'Two column int key' test
This commit is contained in:
Sveta Smirnova
2024-02-05 14:01:30 +03:00
parent a2209da449
commit 9819736156
3 changed files with 15 additions and 6 deletions

View File

@@ -192,6 +192,7 @@ collect "$PT_TMPDIR/collect" "2011_12_05" > $p-output 2>&1
CMD_OPCONTROL=""
OPT_COLLECT_OPROFILE=""
cat $p-df | grep -c '^TS '
iters=$(cat $p-df | grep -c '^TS ')
is "$iters" "2" "2 iteration/2s run time"