Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
emulab-devel
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
143
Issues
143
List
Boards
Labels
Service Desk
Milestones
Merge Requests
6
Merge Requests
6
Operations
Operations
Incidents
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
emulab
emulab-devel
Commits
05f0d6e1
Commit
05f0d6e1
authored
May 01, 2009
by
Leigh B. Stoller
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Minor change for regression testing.
parent
aa966f9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletion
+3
-1
db/Experiment.pm.in
db/Experiment.pm.in
+3
-1
No files found.
db/Experiment.pm.in
View file @
05f0d6e1
...
...
@@ -103,7 +103,7 @@ my $EXPT_RESOURCESHOSED = 0;
"ipport_ranges"
=>
undef
,
"v2pmap"
=>
[
"node_id"
,
"vname"
],
"linkdelays"
=>
[
"node_id"
,
"vlan"
,
"vnode"
],
"traces"
=>
[
"idx"
],
"traces"
=>
[
"
node_id"
,
"
idx"
],
"portmap"
=>
undef
);
#
These
are
slots
in
the
node
table
that
need
to
be
restored
.
...
...
@@ -3124,7 +3124,9 @@ sub BackupPhysicalState($;$$)
if
(@
pnodenames
)
{
my
$
clause
=
join
(
" or "
,
map
(
"node_id='$_'"
,
@
pnodenames
));
#
This
ordering
is
for
wrapper
/
mapper
regression
testing
.
DBQueryWarn
(
"select * from nodes where $clause "
.
"order by node_id "
.
"into outfile '$pstateDir/nodes' "
)
or
$
errors
++;
#
This
ordering
is
for
wrapper
/
mapper
regression
testing
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment