Jump to: output_first_mismatch    outcomes_full_history    elapsed_time_chart
Show cross-report outcomes.

Annotation type Annotation details
2 @message
firebird.qa.plugin.ExecutionError: ISQL execution failed

LOG DETAILS:

2024-05-09 21:54:22.806
2024-05-09 21:54:22.806 act = <firebird.qa.plugin.Action object at [hex]>
2024-05-09 21:54:22.806
2024-05-09 21:54:22.806     @pytest.mark.version('>=3')
2024-05-09 21:54:22.806     def test_1(act: Action):
2024-05-09 21:54:22.806         act.expected_stdout = expected_stdout
2024-05-09 21:54:22.806 >       act.isql(switches=[],
2024-05-09 21:54:22.806                    input=test_script % act.db.dsn, connect_db=False, charset='WIN1251')
2024-05-09 21:54:22.806 E       firebird.qa.plugin.ExecutionError: ISQL execution failed
2024-05-09 21:54:22.806
2024-05-09 21:54:22.806 tests\bugs\core_1291_test.py:884: ExecutionError
2024-05-09 21:54:22.806 -------------------------- Captured ISQL stdout call --------------------------
2024-05-09 21:54:22.806 Procedure text:
2024-05-09 21:54:22.806 =============================================================================
2024-05-09 21:54:22.806 DECLARE VARIABLE NDSDiv DOUBLE PRECISION;
2024-05-09 21:54:22.806 DECLARE VARIABLE ID_ExportFieldDoc Integer;
2024-05-09 21:54:22.806 begin
2024-05-09 21:54:22.806   SELECT Val FROM TBL_Const_Float
2024-05-09 21:54:22.806   WHERE Name='NDSDiv'
2024-05-09 21:54:22.806   INTO :NDSDiv;
2024-05-09 21:54:22.806   FOR SELECT id_exportfielddoc, accountcredit, accountdebit FROM tbl_exportentry
2024-05-09 21:54:22.806       WHERE id_exportgroupentry=:id_group
2024-05-09 21:54:22.806       INTO :id_exportfielddoc, :accountcredit, :accountdebit
2024-05-09 21:54:22.806       DO BEGIN
2024-05-09 21:54:22.807          IF ((AccountCredit<>0) or (AccountDebit<>0)) THEN BEGIN
2024-05-09 21:54:22.807            IF (id_exportfielddoc=110) THEN BEGIN
2024-05-09 21:54:22.807              SELECT SUM(A.PriceRub*B.Volume/A.PointMul), SUM(A.PriceDoc*B.Volume/A.PointMul)  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.807                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.807                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.807                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.807              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.807                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.807              INTO :summrus, :summdoc;
2024-05-09 21:54:22.807            END
2024-05-09 21:54:22.807            IF (id_exportfielddoc=111) THEN BEGIN
2024-05-09 21:54:22.807              SELECT SUM(A.PriceCalcRub*B.Volume/A.PointMul), SUM(A.PriceCalcDoc*B.Volume/A.PointMul) FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.807                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.807                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.807                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.807              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.807                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.808              INTO :summrus, :summdoc;
2024-05-09 21:54:22.808            END
2024-05-09 21:54:22.808            IF (id_exportfielddoc=112) THEN BEGIN
2024-05-09 21:54:22.808              SELECT SUM(A.SummDoc), SUM(A.SummDoc) FROM TBL_OUTDOC_TEMP A,
2024-05-09 21:54:22.808                                                                                                                             TBL_ITEMSALE B,
2024-05-09 21:54:22.808                                                                                                                             TBL_INDOC_TEMP C,
2024-05-09 21:54:22.808                                                                                                                             TBL_INDOC D
2024-05-09 21:54:22.808              WHERE A.ID_OUTDOC=:id_outdoc and b.id_itemsale=a.id_itemsale and c.id_indoc_temp=b.id_firstindoc_temp and
2024-05-09 21:54:22.808                                d.id_indoc=c.id_indoc and d.doctype = 6
2024-05-09 21:54:22.808              INTO :summrus, :summdoc;
2024-05-09 21:54:22.808            END
2024-05-09 21:54:22.808            IF (id_exportfielddoc=113) THEN BEGIN
2024-05-09 21:54:22.808              SELECT SUM(A.NDS*A.PriceRub*B.Volume/(A.PointMul*100)), SUM(A.NDS*A.PriceDoc*B.Volume/(A.PointMul*100))  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.808                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.808                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.808                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.808              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.808                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.808              INTO :summrus, :summdoc;
2024-05-09 21:54:22.808            END
2024-05-09 21:54:22.808            IF (id_exportfielddoc=114) THEN BEGIN
2024-05-09 21:54:22.808              SELECT SUM(A.NDS*A.PriceCalcRub*B.Volume/(A.PointMul*100)), SUM(A.NDS*A.PriceCalcDoc*B.Volume/(A.PointMul*100))  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.808                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.808                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.808                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.809              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.809                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.809              INTO :summrus, :summdoc;
2024-05-09 21:54:22.809            END
2024-05-09 21:54:22.809             IF (id_exportfielddoc=115) THEN BEGIN
2024-05-09 21:54:22.809              SELECT SUM(A.SummNDSDoc), SUM(A.SummNDSDoc) FROM TBL_OUTDOC_TEMP A,
2024-05-09 21:54:22.809                                                                                                                             TBL_ITEMSALE B,
2024-05-09 21:54:22.809                                                                                                                             TBL_INDOC_TEMP C,
2024-05-09 21:54:22.809                                                                                                                             TBL_INDOC D
2024-05-09 21:54:22.809              WHERE A.ID_OUTDOC=:id_outdoc and b.id_itemsale=a.id_itemsale and c.id_indoc_temp=b.id_firstindoc_temp and
2024-05-09 21:54:22.809                                d.id_indoc=c.id_indoc and d.doctype = 6
2024-05-09 21:54:22.809              INTO :summrus, :summdoc;
2024-05-09 21:54:22.809            END
2024-05-09 21:54:22.809            IF (id_exportfielddoc=116) THEN BEGIN
2024-05-09 21:54:22.809              SELECT SUM((A.PriceRub*B.Volume/A.PointMul)*(1+A.NDS/100)), SUM((A.PriceDoc*B.Volume/A.PointMul)*(1+A.NDS/100))  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.809                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.809                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.809                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.809              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.809                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.809              INTO :summrus, :summdoc;
2024-05-09 21:54:22.809            END
2024-05-09 21:54:22.809            IF (id_exportfielddoc=117) THEN BEGIN
2024-05-09 21:54:22.809              SELECT SUM((A.PriceCalcRub*B.Volume/A.PointMul)*(1+A.NDS/100)), SUM((A.PriceCalcDoc*B.Volume/A.PointMul)*(1+A.NDS/100)) FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.810                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.810                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.810                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.810              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.810                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.810              INTO :summrus, :summdoc;
2024-05-09 21:54:22.810            END
2024-05-09 21:54:22.810            IF (id_exportfielddoc=118) THEN BEGIN
2024-05-09 21:54:22.810              SELECT SUM(A.SummWithNDSDoc), SUM(A.SummWithNDSDoc) FROM TBL_OUTDOC_TEMP A,
2024-05-09 21:54:22.810                                                                                                                             TBL_ITEMSALE B,
2024-05-09 21:54:22.810                                                                                                                             TBL_INDOC_TEMP C,
2024-05-09 21:54:22.810                                                                                                                             TBL_INDOC D
2024-05-09 21:54:22.810              WHERE A.ID_OUTDOC=:id_outdoc and b.id_itemsale=a.id_itemsale and c.id_indoc_temp=b.id_firstindoc_temp and
2024-05-09 21:54:22.810                                d.id_indoc=c.id_indoc and d.doctype = 6
2024-05-09 21:54:22.810              INTO :summrus, :summdoc;
2024-05-09 21:54:22.810            END
2024-05-09 21:54:22.810            IF (id_exportfielddoc=119) THEN BEGIN
2024-05-09 21:54:22.810              SELECT SUM((A.PriceCalcRub-A.PriceRub)*B.Volume/A.PointMul), SUM((A.PriceCalcDoc-A.PriceDoc)*B.Volume/A.PointMul)  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.810                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.810                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.810                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.810              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.810                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.810              INTO :summrus, :summdoc;
2024-05-09 21:54:22.810            END
2024-05-09 21:54:22.811            IF (id_exportfielddoc=120) THEN BEGIN
2024-05-09 21:54:22.811              SELECT SUM(B.SummDoc-(A.PriceRub*B.Volume/A.PointMul)), SUM(B.SummDoc-(A.PriceDoc*B.Volume/A.PointMul))  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.811                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.811                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.811                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.811              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.811                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.811              INTO :summrus, :summdoc;
2024-05-09 21:54:22.811            END
2024-05-09 21:54:22.811            IF (id_exportfielddoc=121) THEN BEGIN
2024-05-09 21:54:22.811              SELECT SUM(A.NDS*(A.PriceCalcRub-A.PriceRub)*B.Volume/(A.PointMul*100)), SUM(A.NDS*(A.PriceCalcDoc-A.PriceDoc)*B.Volume/(A.PointMul*100))  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.811                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.811                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.811                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.811              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.811                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.811              INTO :summrus, :summdoc;
2024-05-09 21:54:22.811            END
2024-05-09 21:54:22.811            IF (id_exportfielddoc=122) THEN BEGIN
2024-05-09 21:54:22.811              SELECT SUM(B.SummNDSDoc-A.NDS*A.PriceRub*B.Volume/(A.PointMul*100)), SUM(B.SummNDSDoc-A.NDS*A.PriceDoc*B.Volume/(A.PointMul*100))  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.811                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.811                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.811                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.811              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.811                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.812              INTO :summrus, :summdoc;
2024-05-09 21:54:22.812            END
2024-05-09 21:54:22.812            IF (id_exportfielddoc=123) THEN BEGIN
2024-05-09 21:54:22.812              SELECT SUM(((A.PriceCalcRub-A.PriceRub)*B.Volume/A.PointMul)*(1+A.NDS/100)), SUM(((A.PriceCalcDoc-A.PriceDoc)*B.Volume/A.PointMul)*(1+A.NDS/100)) FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.812                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.812                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.812                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.812              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.812                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.812              INTO :summrus, :summdoc;
2024-05-09 21:54:22.812            END
2024-05-09 21:54:22.812            IF (id_exportfielddoc=124) THEN BEGIN
2024-05-09 21:54:22.812              SELECT SUM(B.SummWithNDSDoc-(A.PriceRub*B.Volume/A.PointMul)*(1+A.NDS/100)), SUM(B.SummWithNDSDoc-(A.PriceDoc*B.Volume/A.PointMul)*(1+A.NDS/100)) FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.812                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.812                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.812                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.812              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.812                                d.id_indoc=a.id_indoc and d.doctype = 6
2024-05-09 21:54:22.812              INTO :summrus, :summdoc;
2024-05-09 21:54:22.812            END
2024-05-09 21:54:22.812
2024-05-09 21:54:22.812            IF (id_exportfielddoc=125) THEN BEGIN
2024-05-09 21:54:22.812              SELECT SUM(A.PriceRub*B.Volume/A.PointMul), SUM(A.PriceDoc*B.Volume/A.PointMul)  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.812                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.812                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.813                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.813              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.813                                d.id_indoc=a.id_indoc and d.doctype = 6 and b.nds=0
2024-05-09 21:54:22.813              INTO :summrus, :summdoc;
2024-05-09 21:54:22.813            END
2024-05-09 21:54:22.813            IF (id_exportfielddoc=126) THEN BEGIN
2024-05-09 21:54:22.813              SELECT SUM(A.PriceCalcRub*B.Volume/A.PointMul), SUM(A.PriceCalcDoc*B.Volume/A.PointMul) FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.813                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.813                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.813                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.813              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.813                                d.id_indoc=a.id_indoc and d.doctype = 6 and b.nds=0
2024-05-09 21:54:22.813              INTO :summrus, :summdoc;
2024-05-09 21:54:22.813            END
2024-05-09 21:54:22.813            IF (id_exportfielddoc=127) THEN BEGIN
2024-05-09 21:54:22.813              SELECT SUM(A.SummDoc), SUM(A.SummDoc) FROM TBL_OUTDOC_TEMP A,
2024-05-09 21:54:22.813                                                                                                                             TBL_ITEMSALE B,
2024-05-09 21:54:22.813                                                                                                                             TBL_INDOC_TEMP C,
2024-05-09 21:54:22.813                                                                                                                             TBL_INDOC D
2024-05-09 21:54:22.813              WHERE A.ID_OUTDOC=:id_outdoc and b.id_itemsale=a.id_itemsale and c.id_indoc_temp=b.id_firstindoc_temp and
2024-05-09 21:54:22.813                                d.id_indoc=c.id_indoc and d.doctype = 6 and a.nds=0
2024-05-09 21:54:22.813              INTO :summrus, :summdoc;
2024-05-09 21:54:22.813            END
2024-05-09 21:54:22.813            IF (id_exportfielddoc=128) THEN BEGIN
2024-05-09 21:54:22.813              SELECT SUM((A.PriceCalcRub-A.PriceRub)*B.Volume/A.PointMul), SUM((A.PriceCalcDoc-A.PriceDoc)*B.Volume/A.PointMul)  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.813                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.815                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.815                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.815              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.815                                d.id_indoc=a.id_indoc and d.doctype = 6 and b.nds=0
2024-05-09 21:54:22.815              INTO :summrus, :summdoc;
2024-05-09 21:54:22.815            END
2024-05-09 21:54:22.815            IF (id_exportfielddoc=129) THEN BEGIN
2024-05-09 21:54:22.815              SELECT SUM(B.SummDoc-(A.PriceRub*B.Volume/A.PointMul)), SUM(B.SummDoc-(A.PriceDoc*B.Volume/A.PointMul))  FROM TBL_INDOC_TEMP A,
2024-05-09 21:54:22.815                                                                                                                                               TBL_OUTDOC_TEMP B,
2024-05-09 21:54:22.815                                                                                                                                               TBL_ITEMSALE C,
2024-05-09 21:54:22.816                                                                                                                                               TBL_INDOC D
2024-05-09 21:54:22.816              WHERE b.id_outdoc=:id_outdoc and b.id_itemsale=c.id_itemsale and c.id_firstindoc_temp=a.id_indoc_temp and
2024-05-09 21:54:22.816                                d.id_indoc=a.id_indoc and d.doctype = 6 and b.nds=0
2024-05-09 21:54:22.816              INTO :summrus, :summdoc;
2024-05-09 21:54:22.816            END
2024-05-09 21:54:22.816            IF ((id_exportfielddoc>129)and(id_exportfielddoc<145)) THEN BEGIN
2024-05-09 21:54:22.816                 execute procedure  prc_expsumm_8_10 ( id_exportfielddoc, id_outdoc, NDSDiv ) returning_values( summrus, summdoc );
2024-05-09 21:54:22.816            END
2024-05-09 21:54:22.816            IF ((id_exportfielddoc>144)and(id_exportfielddoc<160)) THEN BEGIN
2024-05-09 21:54:22.816                 execute procedure  prc_expsumm_8_20 ( id_exportfielddoc, id_outdoc, NDSDiv ) returning_values( summrus, summdoc );
2024-05-09 21:54:22.816            END
2024-05-09 21:54:22.816            IF ((SummRus>0) or (SummDoc>0)) THEN SUSPEND;
2024-05-09 21:54:22.816          END
2024-05-09 21:54:22.816       END
2024-05-09 21:54:22.816 END
2024-05-09 21:54:22.816 =============================================================================
2024-05-09 21:54:22.816 Parameters:
2024-05-09 21:54:22.816 ID_INDOC                          INPUT INTEGER
2024-05-09 21:54:22.816 ID_OUTDOC                         INPUT INTEGER
2024-05-09 21:54:22.816 ID_GROUP                          INPUT INTEGER
2024-05-09 21:54:22.816 ACCOUNTCREDIT                     OUTPUT INTEGER
2024-05-09 21:54:22.816 ACCOUNTDEBIT                      OUTPUT INTEGER
2024-05-09 21:54:22.816 SUMMRUS                           OUTPUT DOUBLE PRECISION
2024-05-09 21:54:22.816 SUMMDOC                           OUTPUT DOUBLE PRECISION
2024-05-09 21:54:22.816
2024-05-09 21:54:22.822 -------------------------- Captured ISQL stderr call --------------------------
2024-05-09 21:54:22.822 Use CONNECT or CREATE DATABASE to specify a database
3 #text
act = <firebird.qa.plugin.Action pytest object at [hex]>

    @pytest.mark.version('>=3')
    def test_1(act: Action):
        act.expected_stdout = expected_stdout
>       act.isql(switches=[],
                   input=test_script % act.db.dsn, connect_db=False, charset='WIN1251')
E       firebird.qa.plugin.ExecutionError: ISQL execution failed

tests\bugs\core_1291_test.py:884: ExecutionError
Full history of outcomes and elapsed time, ms:
NN SNAP_INFO CS_outcome SS_outcome CS_run_time SS_run_time CS_run_beg CS_run_end SS_run_beg SS_run_end
1 4.0.6.3189 2025.02.25 1a1a5 P P 537 415 2025.06.30 12:35:21.560 2025.06.30 12:35:22.097 2025.06.30 11:42:38.237 2025.06.30 11:42:38.652
2 4.0.6.3184 2025.02.24 9388c P P 543 411 2025.02.25 10:16:38.979 2025.02.25 10:16:39.522 2025.02.25 09:07:13.611 2025.02.25 09:07:14.022
3 4.0.6.3183 2025.02.17 e4762 P P 530 410 2025.02.24 10:48:58.338 2025.02.24 10:48:58.868 2025.02.24 09:57:26.324 2025.02.24 09:57:26.734
4 4.0.6.3169 2024.12.13 42cc1 P P 534 411 2025.02.14 07:36:31.390 2025.02.14 07:36:31.924 2025.02.14 06:45:12.727 2025.02.14 06:45:13.138
5 4.0.6.3169 2024.12.08 50eb6 P P 577 423 2024.12.11 10:33:24.367 2024.12.11 10:33:24.944 2024.12.11 09:42:30.884 2024.12.11 09:42:31.307
6 4.0.6.3168 2024.12.07 98d69 P P 577 421 2024.12.08 03:14:24.121 2024.12.08 03:14:24.698 2024.12.08 02:22:12.104 2024.12.08 02:22:12.525
7 4.0.6.3168 2024.12.05 cee43 P P 533 410 2024.12.06 03:18:50.033 2024.12.06 03:18:50.566 2024.12.06 02:28:01.975 2024.12.06 02:28:02.385
8 4.0.6.3168 2024.11.28 48149 P P 573 421 2024.12.03 10:13:05.680 2024.12.03 10:13:06.253 2024.12.03 09:22:52.117 2024.12.03 09:22:52.538
9 4.0.6.3163 2024.10.30 832db P P 581 413 2024.11.28 10:11:52.596 2024.11.28 10:11:53.177 2024.11.28 09:22:04.441 2024.11.28 09:22:04.854
10 4.0.6.3163 2024.10.16 2bb10 P P 560 416 2024.10.30 10:20:41.098 2024.10.30 10:20:41.658 2024.10.30 09:30:21.212 2024.10.30 09:30:21.628
11 4.0.6.3147 2024.09.10 a4d11 P P 550 412 2024.10.16 03:28:31.180 2024.10.16 03:28:31.730 2024.10.16 02:19:32.504 2024.10.16 02:19:32.916
12 4.0.6.3147 2024.08.31 4655b P P 647 420 2024.09.10 10:22:21.251 2024.09.10 10:22:21.898 2024.09.10 09:31:40.533 2024.09.10 09:31:40.953
13 4.0.6.3140 2024.08.16 1dd8b P P 612 455 2024.09.01 10:46:10.634 2024.09.01 10:46:11.246 2024.09.01 09:35:27.276 2024.09.01 09:35:27.731
14 4.0.6.3140 2024.08.09 34747 P P 615 463 2024.08.16 10:25:39.619 2024.08.16 10:25:40.234 2024.08.16 09:34:14.511 2024.08.16 09:34:14.974
15 4.0.5.3110 2024.08.06 f851c P P 607 471 2024.08.09 10:05:26.214 2024.08.09 10:05:26.821 2024.08.09 09:14:32.249 2024.08.09 09:14:32.720
16 4.0.5.3110 2024.07.30 c6527 P P 634 467 2024.08.06 05:45:48.631 2024.08.06 05:45:49.265 2024.08.06 04:59:02.837 2024.08.06 04:59:03.304
17 4.0.5.3109 2024.06.11 6addf P P 605 473 2024.07.30 09:05:23.219 2024.07.30 09:05:23.824 2024.07.30 08:19:53.585 2024.07.30 08:19:54.058
18 4.0.5.3097 2024.05.09 27fa6 P P 594 375 2024.06.11 05:25:53.495 2024.06.11 05:25:54.089 2024.06.11 04:45:57.665 2024.06.11 04:45:58.040
19 4.0.5.3091 2024.04.29 bd0aa F F 906 750 2024.05.09 18:05:23.315 2024.05.09 18:05:24.221 2024.05.09 17:25:49.786 2024.05.09 17:25:50.536
20 4.0.5.3089 2024.04.20 9eb9b P P 531 375 2024.04.29 06:14:06.297 2024.04.29 06:14:06.828 2024.04.29 05:34:55.849 2024.04.29 05:34:56.224
21 4.0.5.3083 2024.04.06 300f9 P P 563 375 2024.04.20 06:37:12.870 2024.04.20 06:37:13.433 2024.04.20 05:57:50.345 2024.04.20 05:57:50.720
22 4.0.5.3052 2024.03.16 0f422 P P 531 328 2024.04.05 03:04:55.902 2024.04.05 03:04:56.433 2024.04.05 02:26:57.700 2024.04.05 02:26:58.028
23 4.0.5.3052 2024.03.16 ce273 P P 483 327 2024.03.29 14:32:34.500 2024.03.29 14:32:34.983 2024.03.29 13:55:00.655 2024.03.29 13:55:00.982
24 4.0.5.3052 2024.02.12 cd058 P P 499 327 2024.03.29 16:00:56.947 2024.03.29 16:00:57.446 2024.03.29 15:23:28.485 2024.03.29 15:23:28.812
25 4.0.5.3052 2024.02.07 be290 P P 484 328 2024.03.29 18:12:27.069 2024.03.29 18:12:27.553 2024.03.29 17:34:55.901 2024.03.29 17:34:56.229
26 4.0.5.3052 2024.02.07 6409b P P 484 327 2024.03.29 19:56:42.843 2024.03.29 19:56:43.327 2024.03.29 19:19:09.020 2024.03.29 19:19:09.347
27 4.0.5.3052 2024.02.02 bbc3f P P 483 327 2024.03.29 22:05:43.396 2024.03.29 22:05:43.879 2024.03.29 21:28:14.981 2024.03.29 21:28:15.308
28 4.0.5.3052 2024.01.26 48b7c P P 484 350 2024.03.29 23:32:56.056 2024.03.29 23:32:56.540 2024.03.29 22:55:22.112 2024.03.29 22:55:22.462
29 4.0.5.3052 2024.01.26 9a7b3 P P 483 343 2024.03.30 06:33:50.899 2024.03.30 06:33:51.382 2024.03.30 05:56:14.918 2024.03.30 05:56:15.261
30 4.0.5.3049 2024.01.25 f6b9d P P 421 296 2024.03.30 08:41:22.024 2024.03.30 08:41:22.445 2024.03.30 08:04:08.098 2024.03.30 08:04:08.394
31 4.0.5.3049 2024.01.08 b67ce P P 530 343 2024.03.30 10:21:02.033 2024.03.30 10:21:02.563 2024.03.30 09:40:07.532 2024.03.30 09:40:07.875
32 4.0.5.3049 2024.01.08 97577 P P 530 405 2024.03.30 15:26:30.030 2024.03.30 15:26:30.560 2024.03.30 14:45:31.464 2024.03.30 14:45:31.869
33 4.0.5.3049 2024.01.05 2d8b0 P P 531 343 2024.03.30 18:44:09.950 2024.03.30 18:44:10.481 2024.03.30 18:03:28.879 2024.03.30 18:03:29.222
34 4.0.5.3049 2024.01.04 431e5 P P 421 296 2024.03.30 20:30:21.514 2024.03.30 20:30:21.935 2024.03.30 19:53:11.425 2024.03.30 19:53:11.721
35 4.0.5.3049 2024.01.04 e33b4 P P 437 296 2024.03.30 22:42:11.366 2024.03.30 22:42:11.803 2024.03.30 22:04:55.221 2024.03.30 22:04:55.517
36 4.0.5.3049 2024.01.04 207ef P P 421 296 2024.03.31 00:25:39.920 2024.03.31 00:25:40.341 2024.03.30 23:48:17.358 2024.03.30 23:48:17.654
37 4.0.5.3034 2023.12.12 c05ff P P 421 296 2024.03.31 06:18:11.000 2024.03.31 06:18:11.421 2024.03.31 05:40:51.223 2024.03.31 05:40:51.519
38 4.0.5.3034 2023.12.12 3a40e P P 421 296 2024.03.31 14:52:55.194 2024.03.31 14:52:55.615 2024.03.31 14:15:34.683 2024.03.31 14:15:34.979
39 4.0.5.3034 2023.12.02 5934b P P 437 296 2024.03.31 09:25:59.159 2024.03.31 09:25:59.596 2024.03.31 08:48:40.498 2024.03.31 08:48:40.794
40 4.0.5.3034 2023.12.02 7ea5a P P 421 296 2024.03.31 17:17:17.212 2024.03.31 17:17:17.633 2024.03.31 16:39:52.012 2024.03.31 16:39:52.308
41 4.0.5.3034 2023.11.30 4fbc9 P P 421 296 2024.03.31 19:18:09.160 2024.03.31 19:18:09.581 2024.03.31 18:40:45.592 2024.03.31 18:40:45.888

Elapsed time, ms. Chart for last 41 runs:

Last commits information (all timestamps in UTC):