GsDevKit / glassdb

Automatically exported from code.google.com/p/glassdb
0 stars 0 forks source link

Upgrade acceptance tests #99

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Test upgrade path and run unit tests:

  - GLASS.230-dkh.231
  - GLASS.230-dkh.232.2
  - GLASS 1.0-beta.0
  - GLASS 1.0-beta.4
  - GLASS 1.0-beta.5
  - GLASS 1.0-beta.0 + Seaside2.8
  - GLASS 1.0-beta.4 + Seaside2.8
  - GLASS 1.0-beta.5 + Seaside2.8
  - GLASS 1.0-beta.6 + Seaside3.0

Original issue reported on code.google.com by henrichs...@gmail.com on 1 May 2010 at 1:12

GoogleCodeExporter commented 9 years ago
These sets of tests have already passed recently, but need to run through the
sequence one more time

Original comment by henrichs...@gmail.com on 1 May 2010 at 1:15

GoogleCodeExporter commented 9 years ago
GLASS.230-dkh.231:
 5035 run, 5032 passes, 3 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 5:35

GoogleCodeExporter commented 9 years ago
GLASS.230-dkh.232.2:
  5035 run, 5032 passes, 3 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 5:59

GoogleCodeExporter commented 9 years ago
GLASS 1.0-beta.0
  316 run, 316 passes, 0 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 6:15

GoogleCodeExporter commented 9 years ago
Expression used to load Seaside2.8 on top of 1.0-beta.8:

MCPlatformSupport commitOnAlmostOutOfMemoryDuring: [
  [ 
    (Smalltalk at: #Gofer) project load: 'GsMisc' version: '0.236'.
    (Smalltalk at: #Gofer) project load: 'GsSOAP' version: '0.232'.

    (Smalltalk at: #Gofer) project load: 'Seaside28' version: '2.8.4.4'.
    (Smalltalk at: #Gofer) project load: 'Seaside28Examples' version: '2.8'.
    (Smalltalk at: #Gofer) project load: 'GsSeasideTesting28' version: '1.0'.
    (Smalltalk at: #Gofer) project load: 'GsSqueakSource' version: '2.0-alpha.3'.
    (Smalltalk at: #Gofer) project load: 'Magritte' version: '1.2.1.4'.
    (Smalltalk at: #Gofer) project load: 'GsScaffolding' version: '1.0'.
    (Smalltalk at: #Gofer) project load: 'Pier' version: '1.2.1.3'.
    (Smalltalk at: #Gofer) project load: 'GsSeasideTesting28' version: '1.0' group: #(
'PierTesting' ).
    (Smalltalk at: #Gofer) project load: 'PierAddOns' version: '1.0.2'.
  ]
        on: Warning
        do: [:ex | ex resume ]].

Original comment by henrichs...@gmail.com on 4 May 2010 at 9:49

GoogleCodeExporter commented 9 years ago
GLASS 1.0-beta.0 + Seaside2.8
  5035 run, 5032 passes, 3 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 9:50

GoogleCodeExporter commented 9 years ago
GLASS 1.0-beta.4
  316 run, 316 passes, 0 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 10:08

GoogleCodeExporter commented 9 years ago
GLASS 1.0-beta.4 + Seaside2.8
  5035 run, 5032 passes, 3 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 10:29

GoogleCodeExporter commented 9 years ago
GLASS 1.0-beta.5
  316 run, 316 passes, 0 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 10:39

GoogleCodeExporter commented 9 years ago
GLASS 1.0-beta.5 + Seaside2.8
  5035 run, 5032 passes, 3 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 11:10

GoogleCodeExporter commented 9 years ago
GLASS 1.0-beta.6
  358 run, 358 passes, 0 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 11:21

GoogleCodeExporter commented 9 years ago
Expression used to load Seaside3.0:

  [ 
    (Smalltalk at: #Gofer) project load: 'Seaside30' version: '3.0.0-alpha5.5.1'.
  ]
        on: Warning
        do: [:ex | ex resume ].

Original comment by henrichs...@gmail.com on 4 May 2010 at 11:22

GoogleCodeExporter commented 9 years ago
GLASS 1.0-beta.6 + Seaside3.0
  1722 run, 1717 passes, 5 expected failures, 0 failures, 0 errors, 0 unexpected passes

Original comment by henrichs...@gmail.com on 4 May 2010 at 11:59

GoogleCodeExporter commented 9 years ago
All tests upgrades to 1.0-beta.8 were performed without error and all tests 
passed as
expected....

Original comment by henrichs...@gmail.com on 5 May 2010 at 12:01