[exim-cvs] cvs commit: exim/exim-test-orig/AutoTest/scripts …

Góra strony
Delete this message
Reply to this message
Autor: Philip Hazel
Data:  
Dla: exim-cvs
Temat: [exim-cvs] cvs commit: exim/exim-test-orig/AutoTest/scripts 320 exim/exim-test-orig/AutoTest/stderr 320 exim/exim-test-orig/AutoTest/stdout 320
ph10 2005/09/12 12:16:56 BST

  Modified files:
    exim-test-orig/AutoTest/scripts 320 
    exim-test-orig/AutoTest/stderr 320 
    exim-test-orig/AutoTest/stdout 320 
  Log:
  Remove accidental delay in one test script.


  Revision  Changes    Path
  1.2       +2 -1      exim/exim-test-orig/AutoTest/scripts/320
  1.4       +7 -7      exim/exim-test-orig/AutoTest/stderr/320
  1.2       +1 -1      exim/exim-test-orig/AutoTest/stdout/320


  Index: 320
  ===================================================================
  RCS file: /home/cvs/exim/exim-test-orig/AutoTest/scripts/320,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 320    8 Oct 2004 14:49:52 -0000    1.1
  +++ 320    12 Sep 2005 11:16:56 -0000    1.2
  @@ -316,8 +316,9 @@
   rcpt to:<x2@y>
   quit
   ****
  +# The 1 causes a 1-second delay in the test.again.dns lookup
   0
  -exim -bh 44.44.44.44
  +exim -bh 44.44.44.1
   mail from:<x@y>
   rcpt to:<x@y>
   quit


  Index: 320
  ===================================================================
  RCS file: /home/cvs/exim/exim-test-orig/AutoTest/stderr/320,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- 320    17 May 2005 11:20:33 -0000    1.3
  +++ 320    12 Sep 2005 11:16:56 -0000    1.4
  @@ -1260,31 +1260,31 @@
   >>> processing "warn"
   >>> check dnslists = test.again.dns
   >>> DNS list check: test.again.dns
  ->>> new DNS lookup for 44.44.44.44.test.again.dns
  -LOG: DNS list lookup defer (probably timeout) for 44.44.44.44.test.again.dns: assumed not in list
  +>>> new DNS lookup for 1.44.44.44.test.again.dns
  +LOG: DNS list lookup defer (probably timeout) for 1.44.44.44.test.again.dns: assumed not in list
   >>> warn: condition test failed
   >>> processing "warn"
   >>> check dnslists = +include_unknown : test.again.dns
   >>> DNS list check: +include_unknown
   >>> DNS list check: test.again.dns
   >>> using result of previous DNS lookup
  -LOG: DNS list lookup defer (probably timeout) for 44.44.44.44.test.again.dns: assumed in list
  ->>> => that means 44.44.44.44 is listed at test.again.dns
  +LOG: DNS list lookup defer (probably timeout) for 1.44.44.44.test.again.dns: assumed in list
  +>>> => that means 44.44.44.1 is listed at test.again.dns
   >>> warn: condition test succeeded
   >>> processing "warn"
   >>> check dnslists = +exclude_unknown : test.again.dns
   >>> DNS list check: +exclude_unknown
   >>> DNS list check: test.again.dns
   >>> using result of previous DNS lookup
  -LOG: DNS list lookup defer (probably timeout) for 44.44.44.44.test.again.dns: assumed not in list
  +LOG: DNS list lookup defer (probably timeout) for 1.44.44.44.test.again.dns: assumed not in list
   >>> warn: condition test failed
   >>> processing "warn"
   >>> check dnslists = +defer_unknown : test.again.dns
   >>> DNS list check: +defer_unknown
   >>> DNS list check: test.again.dns
   >>> using result of previous DNS lookup
  -LOG: DNS list lookup defer (probably timeout) for 44.44.44.44.test.again.dns: returned DEFER
  +LOG: DNS list lookup defer (probably timeout) for 1.44.44.44.test.again.dns: returned DEFER
   >>> warn: condition test deferred
  -LOG: H=[44.44.44.44] Warning: ACL "warn" statement skipped: condition test deferred
  +LOG: H=[44.44.44.1] Warning: ACL "warn" statement skipped: condition test deferred
   >>> processing "accept"
   >>> accept: condition test succeeded


  Index: 320
  ===================================================================
  RCS file: /home/cvs/exim/exim-test-orig/AutoTest/stdout/320,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- 320    8 Oct 2004 14:50:13 -0000    1.1
  +++ 320    12 Sep 2005 11:16:56 -0000    1.2
  @@ -444,7 +444,7 @@
   550 sender verify failure
   221 myhost.test.ex closing connection


-**** SMTP testing session as if from host 44.44.44.44
+**** SMTP testing session as if from host 44.44.44.1
**** but without any ident (RFC 1413) callback.
**** This is not for real!