mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_5602_test.py: added 'perf_issue_tag' string to the output related to performance problem. This text will serve as 'tag' for unambiguous detection of performance problem and set appropriate mark to the test outcome.
This commit is contained in:
parent
cc9edefe42
commit
ff6a53f9b2
@ -91,7 +91,7 @@ def test_1(act: Action, capsys):
|
||||
if del_constr_to_commit_median < DEL_2_COMMIT_MAX_RATIO:
|
||||
print(msg_del_success)
|
||||
else:
|
||||
print('ALTER DOMAIN DROP CONSTRAINT perfomed too slow. Ratios of DML to COMMIT time:')
|
||||
print('/* perf_issue_tag */ ALTER DOMAIN DROP CONSTRAINT perfomed too slow. Ratios of DML to COMMIT time:')
|
||||
for p in del_constraint_to_commit_ratios:
|
||||
print('%12.4f' % p)
|
||||
print('Median value: %12.4f - GREATER than threshold: %12.4f' % (del_constr_to_commit_median,DEL_2_COMMIT_MAX_RATIO))
|
||||
|
Loading…
Reference in New Issue
Block a user