IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 19491


Ignore:
Timestamp:
Sep 11, 2008, 11:18:35 AM (18 years ago)
Author:
bills
Message:

changes in replication implementation require a change in the initial
test database configuration.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Nebulous-Server/lib/Test/Nebulous.pm

    r18389 r19491  
    11# Copyright (C) 2004  Joshua Hoblitt
    22#
    3 # $Id: Nebulous.pm,v 1.2 2008-07-01 00:28:06 jhoblitt Exp $
     3# $Id: Nebulous.pm,v 1.3 2008-09-11 21:18:35 bills Exp $
    44
    55package Test::Nebulous;
     
    5757    $dbh->do(qq{ INSERT INTO mount VALUES (?, 10e10, 10e8) }, undef, $dir2);
    5858
    59     # node03: allocate = TRUE, volume full
     59    # node03: allocate = TRUE
    6060    $dbh->do(qq{ INSERT INTO volume (vol_id, name, host, path, allocate, available) VALUES (3, 'node03', 'node03', ?, TRUE, TRUE) }, undef, $dir3);
    61     $dbh->do(qq{ INSERT INTO mount VALUES (?, 10e10, 10e10) }, undef, $dir3);
     61    $dbh->do(qq{ INSERT INTO mount VALUES (?, 10e10, 10e8) }, undef, $dir3);
    6262
    6363    # node04: allocate = FALSE, available = FALSE
Note: See TracChangeset for help on using the changeset viewer.