01. Total results for each kind of outcome and server mode, for previous 30 runs
02. NEW CRASHES/BUGCHECKS: tests that caused FB abnormal termination for LAST run (0 rows)
03. NEW FAILS: tests which failed for LAST run (5 rows)
04. NEW ERRORS: tests which raised runtime error for LAST run (0 rows)
04. STILL FAILS: tests which fail for at least TWO LAST runs (4 rows)
05. NEW SLOWDOWN: tests with performance problem for LAST 5 runs (50 rows)
06. STILL SLOWDOWN: tests with performance problem for MORE THAN 5 last runs (36 rows)
07. Has fails: tests with at least one fail for previous 30 runs (50 rows)
08. Has runtime errors: tests with at least one runtime error for previous 30 runs (8 rows)
09. Has crashes/bugchecks: tests that caused FB abnormal termination for previous 30 runs (0 rows)
[CURRENT] 10. NEW PASSED: successful tests for last run and outcome = FAIL/ERROR/SKIPPED or absent previously (31 rows)
11. All tests: outcomes for previous 30 runs (2085 rows)
12. Skipped: tests which was intentionally excluded from execution (69 rows)

Generated UTC 04.07.2025 15:52
Tested: HQ30.   Build / date: 3.0.13.33809-28ad086f / 2025.05.06;
Test machine: Linux 6.11.5-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.11.5-1 (2024-10-27); logical CPUs: 2; RAM: 7 Gb 
QA software: Python: 3.11.9; pytest: 7.4.4; firebird.driver: 1.10.9; firebird.Qa: 0.19.3 
Jump to the list of unique test names from this report
Jump to the list with last developing commits information

Tests with result = "PASSED" after previous outcome = FAIL/ERROR/SKIPPED or absent:

NN Test name mode
3.0.13.33809
2025.05.06
3.0.13.33808
2025.04.25
3.0.13.33803
2025.02.25
3.0.13.33796
2025.01.29
3.0.13.33796
2025.01.14
3.0.13.33795
2024.11.24
3.0.13.33794
2024.10.15
3.0.13.33793
2024.10.04
3.0.13.33792
2024.08.31
3.0.13.33787
2024.08.17
3.0.13.33787
2024.08.09
3.0.12.33746
2024.07.15
3.0.12.33746
2024.06.11
3.0.12.33744
2024.05.09
3.0.12.33744
2024.04.20
X X X X X X X X X X X X X X X
Test TITLE
1 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Indexed reads in a compound index with NULLs present even if record does not exist
2 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Cyclic references between PK and FK (declared with 'ON ... CASCADE') must not cause infinite loop when records are deleted or updated in any of involved tables.
3 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Attempt to delete record in master must fail if there is FK record in detail and FK was declared without CASCADE option
4 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Deleting record in master must cause deletions in appropriate detail if FK references to PK and 'ON DELETE CASCADE' option is used.
5 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Updating PK column(s) in master must cause changes in appropriate detail column(s) if FK references to PK and 'ON UPDATE CASCADE' option is used
6 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Attempt to update PK column(s) in master must fail if there is FK record in detail and FK was declared without CASCADE option
7 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Attempt to delete record in master with UK must fail if there is FK record in detail and FK was declared without CASCADE option
8 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Updating PK column(s) in master must cause changes in appropriate detail column(s) if 'ON UPDATE CASCADE' option is used
9 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Attempt to update UK column(s) in master must fail if there is FK record in detail and FK was declared without CASCADE option
10 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
FK-columns columns in the child table must either all be equal to appropriate columns in the parent or some/all of them must be null
11 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Child table must be updated even if current user has no privileges on it but 'CASCADE' present in FK declaration.
12 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Child table must be updated even if current user has no privileges on it but 'SET DEFAULT' present in FK declaration.
13 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Child table must be updated even if current user has no privileges on it but 'SET NULL' present in FK declaration.
14 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Attempt to change type of any column involved in PK/FK constraints must fail.
15 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
FK definition: SET DEFAULT clause should not lead FK-columns to have their default values if parent record not yet exists or was removed
16 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Tables involved in referential integrity have to meet restrictions when their types differ (persistent vs GTT; connection-bound vs transaction-bound).
17 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
FK definition: SET NULL clause should not lead FK-columns to have NULLs.
18 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Bug in RIGHT JOIN
19 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Wrong result of UNION DISTINCT
20 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Failed to fetch a row from a view.
21 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
GROUP BY ignores COLLATE with case insensitive attribute
22 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Non-deterministic output when using MAX() function
23 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Comparison of string and numeric literals
24 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Incorrect result of LIKE.
25 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Bugs Found in StoneDB by SQLancer
26 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
NATURAL RIGHT JOIN results in an unexpected "Unknown column" error
27 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Incorrect result when comparing a FLOAT/DOUBLE UNSIGNED with a negative number
28 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
incorrect unresolved column when using natural join
29 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
Incorrect result for LEFT JOIN and CASE operator
30 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
UNIQUE constraint on DECIMAL/floating-point columns causes incorrect result for NULL in AND
31 ALL P X X X X X X X X X X X X X X X X X X X X X X X X X X X X X
WHERE CURRENT OF <C> within block that has savepoint: statement #2 must see changes produced by statement #1

Elapsed time, milliseconds:

NN Test name mode median_ms
3.0.13.33809
2025.05.06
3.0.13.33808
2025.04.25
3.0.13.33803
2025.02.25
3.0.13.33796
2025.01.29
3.0.13.33796
2025.01.14
3.0.13.33795
2024.11.24
3.0.13.33794
2024.10.15
3.0.13.33793
2024.10.04
3.0.13.33792
2024.08.31
3.0.13.33787
2024.08.17
3.0.13.33787
2024.08.09
3.0.12.33746
2024.07.15
3.0.12.33746
2024.06.11
3.0.12.33744
2024.05.09
3.0.12.33744
2024.04.20
X X X X X X X X X X X X X X X
Test TITLE
1 CS 1047 1047 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Indexed reads in a compound index with NULLs present even if record does not exist
2 SS 532 532 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Indexed reads in a compound index with NULLs present even if record does not exist
3 CS 1205 1205 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Cyclic references between PK and FK (declared with 'ON ... CASCADE') must not cause infinite loop when records are deleted or updated in any of involved tables.
4 SS 741 741 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Cyclic references between PK and FK (declared with 'ON ... CASCADE') must not cause infinite loop when records are deleted or updated in any of involved tables.
5 CS 970 970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to delete record in master must fail if there is FK record in detail and FK was declared without CASCADE option
6 SS 491 491 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to delete record in master must fail if there is FK record in detail and FK was declared without CASCADE option
7 CS 1060 1060 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Deleting record in master must cause deletions in appropriate detail if FK references to PK and 'ON DELETE CASCADE' option is used.
8 SS 504 504 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Deleting record in master must cause deletions in appropriate detail if FK references to PK and 'ON DELETE CASCADE' option is used.
9 CS 998 998 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Updating PK column(s) in master must cause changes in appropriate detail column(s) if FK references to PK and 'ON UPDATE CASCADE' option is used
10 SS 523 523 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Updating PK column(s) in master must cause changes in appropriate detail column(s) if FK references to PK and 'ON UPDATE CASCADE' option is used
11 CS 916 916 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to update PK column(s) in master must fail if there is FK record in detail and FK was declared without CASCADE option
12 SS 506 506 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to update PK column(s) in master must fail if there is FK record in detail and FK was declared without CASCADE option
13 CS 967 967 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to delete record in master with UK must fail if there is FK record in detail and FK was declared without CASCADE option
14 SS 514 514 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to delete record in master with UK must fail if there is FK record in detail and FK was declared without CASCADE option
15 CS 953 953 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Updating PK column(s) in master must cause changes in appropriate detail column(s) if 'ON UPDATE CASCADE' option is used
16 SS 484 484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Updating PK column(s) in master must cause changes in appropriate detail column(s) if 'ON UPDATE CASCADE' option is used
17 CS 917 917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to update UK column(s) in master must fail if there is FK record in detail and FK was declared without CASCADE option
18 SS 576 576 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to update UK column(s) in master must fail if there is FK record in detail and FK was declared without CASCADE option
19 CS 930 930 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FK-columns columns in the child table must either all be equal to appropriate columns in the parent or some/all of them must be null
20 SS 459 459 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FK-columns columns in the child table must either all be equal to appropriate columns in the parent or some/all of them must be null
21 CS 2484 2484 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Child table must be updated even if current user has no privileges on it but 'CASCADE' present in FK declaration.
22 SS 1202 1202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Child table must be updated even if current user has no privileges on it but 'CASCADE' present in FK declaration.
23 CS 2512 2512 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Child table must be updated even if current user has no privileges on it but 'SET DEFAULT' present in FK declaration.
24 SS 1202 1202 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Child table must be updated even if current user has no privileges on it but 'SET DEFAULT' present in FK declaration.
25 CS 2595 2595 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Child table must be updated even if current user has no privileges on it but 'SET NULL' present in FK declaration.
26 SS 1212 1212 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Child table must be updated even if current user has no privileges on it but 'SET NULL' present in FK declaration.
27 CS 1057 1057 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to change type of any column involved in PK/FK constraints must fail.
28 SS 559 559 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Attempt to change type of any column involved in PK/FK constraints must fail.
29 CS 992 992 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FK definition: SET DEFAULT clause should not lead FK-columns to have their default values if parent record not yet exists or was removed
30 SS 537 537 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FK definition: SET DEFAULT clause should not lead FK-columns to have their default values if parent record not yet exists or was removed
31 CS 987 987 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Tables involved in referential integrity have to meet restrictions when their types differ (persistent vs GTT; connection-bound vs transaction-bound).
32 SS 531 531 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Tables involved in referential integrity have to meet restrictions when their types differ (persistent vs GTT; connection-bound vs transaction-bound).
33 CS 970 970 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FK definition: SET NULL clause should not lead FK-columns to have NULLs.
34 SS 572 572 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
FK definition: SET NULL clause should not lead FK-columns to have NULLs.
35 CS 852 852 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Bug in RIGHT JOIN
36 SS 419 419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Bug in RIGHT JOIN
37 CS 922 922 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Wrong result of UNION DISTINCT
38 SS 543 543 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Wrong result of UNION DISTINCT
39 CS 786 786 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Failed to fetch a row from a view.
40 SS 435 435 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Failed to fetch a row from a view.
41 CS 917 917 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
GROUP BY ignores COLLATE with case insensitive attribute
42 SS 455 455 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
GROUP BY ignores COLLATE with case insensitive attribute
43 CS 827 827 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Non-deterministic output when using MAX() function
44 SS 419 419 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Non-deterministic output when using MAX() function
45 CS 864 864 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Comparison of string and numeric literals
46 SS 404 404 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Comparison of string and numeric literals
47 CS 884 884 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Incorrect result of LIKE.
48 SS 498 498 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Incorrect result of LIKE.
49 CS 952 952 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Bugs Found in StoneDB by SQLancer
50 SS 584 584 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Bugs Found in StoneDB by SQLancer
51 CS 855 855 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
NATURAL RIGHT JOIN results in an unexpected "Unknown column" error
52 SS 441 441 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
NATURAL RIGHT JOIN results in an unexpected "Unknown column" error
53 CS 897 897 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Incorrect result when comparing a FLOAT/DOUBLE UNSIGNED with a negative number
54 SS 446 446 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Incorrect result when comparing a FLOAT/DOUBLE UNSIGNED with a negative number
55 CS 850 850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
incorrect unresolved column when using natural join
56 SS 443 443 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
incorrect unresolved column when using natural join
57 CS 851 851 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Incorrect result for LEFT JOIN and CASE operator
58 SS 422 422 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Incorrect result for LEFT JOIN and CASE operator
59 CS 850 850 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
UNIQUE constraint on DECIMAL/floating-point columns causes incorrect result for NULL in AND
60 SS 463 463 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
UNIQUE constraint on DECIMAL/floating-point columns causes incorrect result for NULL in AND
61 CS 882 882 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
WHERE CURRENT OF <C> within block that has savepoint: statement #2 must see changes produced by statement #1
62 SS 478 478 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
WHERE CURRENT OF <C> within block that has savepoint: statement #2 must see changes produced by statement #1

List of tests in this report:


https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/cascade/test_cascade_recursive_actions.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/cascade/test_master_pk_delete_if_no_cascade.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/cascade/test_master_pk_on_delete_cascade.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/cascade/test_master_pk_on_update_cascade.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/cascade/test_master_pk_update_if_no_cascade.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/cascade/test_master_uk_delete_if_no_cascade.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/cascade/test_master_uk_on_update_cascade.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/cascade/test_master_uk_update_if_no_cascade.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_dml_in_detail_if_no_parent_exists.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_non_priv_user_access_to_child_for_cascade.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_non_priv_user_access_to_child_for_set_default.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_non_priv_user_access_to_child_for_set_null.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_prohibit_change_of_key_column_types.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_restrictions_for_default_fk_fields.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_restrictions_for_diff_table_types.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_restrictions_for_not_null_fk_fields.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/arch_2312_17510_example_02_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/doi_10_1145_3428279_example_02_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/doi_10_1145_3428279_example_06_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/doi_10_1145_3428279_example_09_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/doi_10_1145_3428279_example_11_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/doi_10_1145_3428279_example_18_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/osdi20_rigger_example_05_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/stonedb_misc_examples_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/tidb_15844_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/tidb_16028_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/tidb_35522_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/tidb_challenge_19_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/sqlancer/tidb_challenge_48_test.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/tabloid/test_ibp_124.py
https://github.com/FirebirdSQL/firebird/issues/3106
=== end of list ===

Last commits information (all timestamps in UTC):