Обсуждение: regression failure: random

Поиск
Список
Период
Сортировка

regression failure: random

От
Jason Schroeder
Дата:
Version: cvs checkout -r REL7_1_BETA3 pgsql
Platform: RedHat 6.2

Running the regression test:
./pg_regress --schedule=/path/src/test/regress/parallel_schedule
--port=65432 --multibyte= numeric_big

I encountered the following regression error.  Rerunning the regression went
fine.  Given this is testing randomness, I can offer no other useful
information.  I do not understand the test so I am effectively "a dumb
user".

*** ./expected/random.out       Wed Jan 10 01:05:43 2001
--- ./results/random.out        Wed Jan 17 15:35:38 2001
***************
*** 31,35 ****
    WHERE random NOT BETWEEN 80 AND 120;
   random
  --------
! (0 rows)

--- 31,36 ----
    WHERE random NOT BETWEEN 80 AND 120;
   random
  --------
!     124
! (1 row)


======================================================================