Remove the artifacts field from stress_crash/stress_crash_with_atomic_flush
Summary: Pull Request resolved: https://github.com/facebook/rocksdb/pull/5422 Differential Revision: D15706212 Pulled By: ltamasi fbshipit-source-id: 0acf060fb8568efee51c033e50b492bcf1095a4c
This commit is contained in:
parent
d68f9f4580
commit
fd94353ea3
@ -109,13 +109,6 @@ else
|
|||||||
TASK_CREATION_TOOL="false"
|
TASK_CREATION_TOOL="false"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
ARTIFACTS=" 'artifacts': [
|
|
||||||
{
|
|
||||||
'name':'database',
|
|
||||||
'paths':[ '/dev/shm/rocksdb' ],
|
|
||||||
}
|
|
||||||
]"
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# A mechanism to disable tests temporarily
|
# A mechanism to disable tests temporarily
|
||||||
#
|
#
|
||||||
@ -395,7 +388,6 @@ STRESS_CRASH_TEST_COMMANDS="[
|
|||||||
$PARSER
|
$PARSER
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
$ARTIFACTS,
|
|
||||||
$REPORT
|
$REPORT
|
||||||
}
|
}
|
||||||
]"
|
]"
|
||||||
@ -424,7 +416,6 @@ STRESS_CRASH_TEST_WITH_ATOMIC_FLUSH_COMMANDS="[
|
|||||||
$PARSER
|
$PARSER
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
$ARTIFACTS,
|
|
||||||
$REPORT
|
$REPORT
|
||||||
}
|
}
|
||||||
]"
|
]"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user