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 (4 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 (0 rows)
05. NEW SLOWDOWN: tests with performance problem for LAST 5 runs (1 rows)
06. STILL SLOWDOWN: tests with performance problem for MORE THAN 5 last runs (50 rows)
07. Has fails: tests with at least one fail for previous 30 runs (13 rows)
08. Has runtime errors: tests with at least one runtime error for previous 30 runs (0 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 (7 rows)
11. All tests: outcomes for previous 30 runs (2045 rows)
12. Skipped: tests which was intentionally excluded from execution (67 rows)

Generated UTC 28.06.2025 09:57
Tested: FB30.   Build / date: 3.0.13.33814-85255487 / 2025.06.21;
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.33814
2025.06.21
3.0.13.33813
2025.06.14
3.0.13.33811
2025.05.07
3.0.13.33810
2025.05.06
3.0.13.33809
2025.05.05
3.0.13.33808
2025.04.18
3.0.13.33807
2025.04.14
3.0.13.33806
2025.03.26
3.0.13.33805
2025.03.17
3.0.13.33804
2025.02.25
3.0.13.33803
2025.01.29
3.0.13.33802
2025.01.28
3.0.13.33800
2025.01.20
3.0.13.33798
2025.01.16
3.0.13.33795
2024.12.23
3.0.13.33794
2024.10.23
3.0.13.33793
2024.09.02
3.0.13.33792
2024.08.30
3.0.13.33791
2024.08.21
3.0.13.33790
2024.08.20
3.0.13.33789
2024.08.09
3.0.12.33787
2024.08.06
3.0.12.33784
2024.08.01
3.0.12.33779
2024.07.31
3.0.12.33778
2024.07.21
3.0.12.33777
2024.07.19
3.0.12.33766
2024.07.13
3.0.12.33765
2024.07.10
3.0.12.33764
2024.06.18
3.0.12.33761
2024.06.17
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
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.
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
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
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
Child table must be updated even if current user has no privileges on it but 'CASCADE' present in FK declaration.
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
Child table must be updated even if current user has no privileges on it but 'SET DEFAULT' present in FK declaration.
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
Child table must be updated even if current user has no privileges on it but 'SET NULL' present in FK declaration.
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
FK definition: SET DEFAULT clause should not lead FK-columns to have their default values if parent record not yet exists or was removed
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
FK definition: SET NULL clause should not lead FK-columns to have NULLs.

Elapsed time, milliseconds:

NN Test name mode median_ms
3.0.13.33814
2025.06.21
3.0.13.33813
2025.06.14
3.0.13.33811
2025.05.07
3.0.13.33810
2025.05.06
3.0.13.33809
2025.05.05
3.0.13.33808
2025.04.18
3.0.13.33807
2025.04.14
3.0.13.33806
2025.03.26
3.0.13.33805
2025.03.17
3.0.13.33804
2025.02.25
3.0.13.33803
2025.01.29
3.0.13.33802
2025.01.28
3.0.13.33800
2025.01.20
3.0.13.33798
2025.01.16
3.0.13.33795
2024.12.23
3.0.13.33794
2024.10.23
3.0.13.33793
2024.09.02
3.0.13.33792
2024.08.30
3.0.13.33791
2024.08.21
3.0.13.33790
2024.08.20
3.0.13.33789
2024.08.09
3.0.12.33787
2024.08.06
3.0.12.33784
2024.08.01
3.0.12.33779
2024.07.31
3.0.12.33778
2024.07.21
3.0.12.33777
2024.07.19
3.0.12.33766
2024.07.13
3.0.12.33765
2024.07.10
3.0.12.33764
2024.06.18
3.0.12.33761
2024.06.17
Test TITLE
1 CS 940 940 0 0 0 0 0 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.
2 SS 675 675 0 0 0 0 0 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.
3 CS 682 682 0 0 0 0 0 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
4 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
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
5 CS 1868 1868 0 0 0 0 0 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.
6 SS 1056 1056 0 0 0 0 0 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.
7 CS 1890 1890 0 0 0 0 0 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.
8 SS 1163 1163 0 0 0 0 0 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.
9 CS 1864 1864 0 0 0 0 0 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.
10 SS 1155 1155 0 0 0 0 0 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.
11 CS 770 770 0 0 0 0 0 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
12 SS 494 494 0 0 0 0 0 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
13 CS 720 720 0 0 0 0 0 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.
14 SS 554 554 0 0 0 0 0 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.

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/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_restrictions_for_default_fk_fields.py
https://github.com/FirebirdSQL/firebird-qa/tree/master/tests/functional/fkey/common/test_restrictions_for_not_null_fk_fields.py
=== end of list ===

Last commits information (all timestamps in UTC):