Re: [Firebird-devel] QA Tests

2018-07-20 Thread Adriano dos Santos Fernandes
On 20/07/2018 01:30, Dmitry Yemanov wrote: > 20.07.2018 04:59, Adriano dos Santos Fernandes wrote: >> >> When I run the QA tests, some tests results in FAIL and others result in >> ERROR. >> >> What is the differences between these results? > > FAIL means the test executed OK, but its output doesn

Re: [Firebird-devel] QA Tests

2018-07-19 Thread Dmitry Yemanov
20.07.2018 04:59, Adriano dos Santos Fernandes wrote: When I run the QA tests, some tests results in FAIL and others result in ERROR. What is the differences between these results? FAIL means the test executed OK, but its output doesn't match the expected one. ERROR means something bad happe

[Firebird-devel] QA Tests

2018-07-19 Thread Adriano dos Santos Fernandes
Hi! When I run the QA tests, some tests results in FAIL and others result in ERROR. What is the differences between these results? I run it with this command: /fb/fbtest/fbtest.py \ --bin-dir $FIREBIRD/bin \ --host localhost \ --client $FIREBIRD/lib/libfbclient.so \