使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
BaseRetryDecision(重试决策)
public
class
BaseRetryDecision
extends Object
implements
IConfigurationReceiver,
IRetryDecision,
ITestInformationReceiver
java.lang.Object 中
|
↳ |
com.android.tradefed.retry.BaseRetryDecision
|
IRetryDecision
的基本实现。基本实现仅将本地信号纳入
。
摘要
公共方法 |
void
|
addLastAttempt( lastResults)
很可能会在上次重试之前调用 ERROR(/#shouldRetry(com.android.tradefed.testtype.IRemoteTest,int,List))
因此,出于统计目的,我们可能会丢失最后一次尝试的结果。
|
void
|
addToSkipRetryList(String filterEntry)
请添加条目以跳过重试。
|
static
|
getFailedTestCases( previousResults)
返回应重试的失败测试用例的映射。
|
CurrentInvocation.IsolationGrade
|
getIsolationGrade()
|
int
|
getMaxRetryCount()
自动重试期间的尝试次数上限。
|
RetryStatistics
|
getRetryStatistics()
返回表示重试的 RetryStatistics 。
|
RetryStrategy
|
getRetryStrategy()
自动重试期间使用的 RetryStrategy 。
|
|
getSkipRetrySet()
|
TestInformation
|
getTestInformation()
|
boolean
|
isAutoRetryEnabled()
是否启用自动重试。
|
boolean
|
rebootAtLastAttempt()
在最后一次尝试前是否重新启动设备。
|
void
|
setConfiguration(IConfiguration configuration)
注入正在使用的 IConfiguration 。
|
void
|
setInvocationContext(IInvocationContext context)
设置当前调用上下文。
|
void
|
setTestInformation(TestInformation testInformation)
|
boolean
|
shouldRetry(IRemoteTest test, ModuleDefinition module, int attemptJustExecuted, previousResults, DeviceNotAvailableException dnae)
决定是否应尝试重试。
|
boolean
|
shouldRetry(IRemoteTest test, int attemptJustExecuted, previousResults)
决定是否应尝试重试。
|
RetryPreparationDecision
|
shouldRetryPreparation(ModuleDefinition module, int attempt, int maxAttempt)
决定是否应重试模块准备。
|
boolean
|
useUpdatedReporting()
如果我们应使用更新后的报告,则返回 true。
|
公共构造函数
BaseRetryDecision(重试决策)
public BaseRetryDecision ()
重试决策的构造函数
公共方法
addToSkipRetryList
public void addToSkipRetryList (String filterEntry)
请添加条目以跳过重试。
getFailedTestCases
public static getFailedTestCases ( previousResults)
返回应重试的失败测试用例的映射。
可重试次数上限
public int getMaxRetryCount ()
自动重试期间的尝试次数上限。
getSkipRetrySet
public getSkipRetrySet ()
已自动重试
public boolean isAutoRetryEnabled ()
是否启用自动重试。
重新启动 AtLastAttempt
public boolean rebootAtLastAttempt ()
在最后一次尝试前是否重新启动设备。
setInvocationContext
public void setInvocationContext (IInvocationContext context)
设置当前调用上下文。
参数 |
context |
IInvocationContext |
public void setTestInformation (TestInformation testInformation)
参数 |
testInformation |
TestInformation |
应重试
public boolean shouldRetry (IRemoteTest test,
int attemptJustExecuted,
previousResults)
决定是否应尝试重试。此外,还要对
IRemoteTest
(应用过滤条件等)。
参数 |
test |
IRemoteTest :刚刚运行的 IRemoteTest 。 |
attemptJustExecuted |
int :我们刚刚进行的尝试的次数。 |
previousResults |
:刚刚运行的测试的 TestRunResult 列表。 |
返回 |
boolean |
应该重试时为 true,否则为 false。 |
useUpdatedReporting
public boolean useUpdatedReporting ()
如果我们应使用更新后的报告,则返回 true。
受保护的方法
隔离重试
protected void isolateRetry ( devices)
本页面上的内容和代码示例受内容许可部分所述许可的限制。Java 和 OpenJDK 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-22。
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"没有我需要的信息"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"太复杂/步骤太多"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"内容需要更新"
},{
"type": "thumb-down",
"id": "translationIssue",
"label":"翻译问题"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"示例/代码问题"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"其他"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"易于理解"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"解决了我的问题"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"其他"
}]
{"lastModified": "\u6700\u540e\u66f4\u65b0\u65f6\u95f4 (UTC)\uff1a2024-08-22\u3002"}
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-08-22。"]]