Fix test failure. #2232
maven.yml
on: pull_request
Matrix: build
run-benchmark-test
54m 10s
show-report
22s
Annotations
12 errors and 5 warnings
build (2, group2)
Process completed with exit code 1.
|
build (1, group1)
Process completed with exit code 1.
|
show-report
JWTBandwidthThrottlingTestCase.testApplicationLevelThrottling
──────────────────────────────────────────────────────────────────────────────────────────
Request not throttled by bandwidth condition in application tier expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Request not throttled by bandwidth condition in application tier expected [true] but found [false]
at org.wso2.am.integration.tests.throttling.JWTBandwidthThrottlingTestCase.testApplicationLevelThrottling(JWTBandwidthThrottlingTestCase.java:200)
|
show-report
JWTBandwidthThrottlingTestCase.testApplicationLevelThrottling
──────────────────────────────────────────────────────────────────────────────────────────
Request not throttled by bandwidth condition in application tier expected [true] but found [false]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Request not throttled by bandwidth condition in application tier expected [true] but found [false]
at org.wso2.am.integration.tests.throttling.JWTBandwidthThrottlingTestCase.testApplicationLevelThrottling(JWTBandwidthThrottlingTestCase.java:200)
|
show-report
OperationPolicyTestCase.testCommonOperationPolicyExport
──────────────────────────────────────────────────────────────────────────────────────────
Exported & Expected Policy Specifications are not matching expected [{type=operation_policy_specification, version=v4.3.0, data={category=Mediation, name=customCommonLogPolicy, version=v1, displayName=Custom Common Log Policy, description=Using this policy, you can add a custom log message, applicableFlows=[request, response, fault], supportedGateways=[Synapse], supportedApiTypes=[HTTP], policyAttributes=[]}}] but found [{type=operation_policy_specification, version=v4.2.0, data={category=Mediation, name=customCommonLogPolicy, version=v1, displayName=Custom Common Log Policy, description=Using this policy, you can add a custom log message, applicableFlows=[request, response, fault], supportedGateways=[Synapse], supportedApiTypes=[HTTP], policyAttributes=[]}}]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError: Exported & Expected Policy Specifications are not matching expected [{type=operation_policy_specification, version=v4.3.0, data={category=Mediation, name=customCommonLogPolicy, version=v1, displayName=Custom Common Log Policy, description=Using this policy, you can add a custom log message, applicableFlows=[request, response, fault], supportedGateways=[Synapse], supportedApiTypes=[HTTP], policyAttributes=[]}}] but found [{type=operation_policy_specification, version=v4.2.0, data={category=Mediation, name=customCommonLogPolicy, version=v1, displayName=Custom Common Log Policy, description=Using this policy, you can add a custom log message, applicableFlows=[request, response, fault], supportedGateways=[Synapse], supportedApiTypes=[HTTP], policyAttributes=[]}}]
at org.wso2.am.integration.tests.operationPolicy.OperationPolicyTestCase.testCommonOperationPolicyExport(OperationPolicyTestCase.java:216)
|
show-report
ThrottlePolicyExportImportTestCase.testAdvancedThrottlePolicyExport
──────────────────────────────────────────────────────────────────────────────────────────
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: advanced policy
version: v4.2.0
data: class AdvancedThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 29cf1d52-4af0-4162-b6c6-d6336bd0b8db
policyName: TestPolicyAdvanced
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: AdvancedThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
conditionalGroups: [class ConditionalGroupDTO {
description: This is a test conditional group
conditions: [class ThrottleConditionDTO {
type: IPCONDITION
invertCondition: false
headerCondition: null
ipCondition: class IPConditionDTO {
ipConditionType: IPSPECIFIC
specificIP: 10.100.1.22
startingIP: null
endingIP: null
}
jwtClaimsCondition: null
queryParameterCondition: null
}, class ThrottleConditionDTO {
type: HEADERCONDITION
invertCondition: false
headerCondition: class HeaderConditionDTO {
headerName: Host
headerValue: 10.100.7.77
}
ipCondition: null
jwtClaimsCondition: null
queryParameterCondition: null
}, class ThrottleConditionDTO {
type: QUERYPARAMETERCONDITION
invertCondition: false
headerCondition: null
ipCondition: null
jwtClaimsCondition: null
queryParameterCondition: class QueryParameterConditionDTO {
parameterName: claimUrl
parameterValue: claimAttribute
}
}, class ThrottleConditionDTO {
type: JWTCLAIMSCONDITION
invertCondition: false
headerCondition: null
ipCondition: null
jwtClaimsCondition: class JWTClaimsConditionDTO {
claimUrl: name
attribute: admin
}
queryParameterCondition: null
}]
limit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
}]
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: advanced policy
version: v4.3.0
data: class AdvancedThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 29cf1d52-4af0-4162-b6c6-d6336bd0b8db
policyName: TestPolicyAdvanced
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: AdvancedThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
conditionalGroups: [class ConditionalGroupDTO {
description: This is a test conditional group
conditions: [class ThrottleConditio
|
show-report
ThrottlePolicyExportImportTestCase.testAdvancedThrottlePolicyExport
──────────────────────────────────────────────────────────────────────────────────────────
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: advanced policy
version: v4.2.0
data: class AdvancedThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 46bc1927-3091-499a-8b73-7ac023828485
policyName: TestPolicyAdvanced
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: AdvancedThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
conditionalGroups: [class ConditionalGroupDTO {
description: This is a test conditional group
conditions: [class ThrottleConditionDTO {
type: IPCONDITION
invertCondition: false
headerCondition: null
ipCondition: class IPConditionDTO {
ipConditionType: IPSPECIFIC
specificIP: 10.100.1.22
startingIP: null
endingIP: null
}
jwtClaimsCondition: null
queryParameterCondition: null
}, class ThrottleConditionDTO {
type: HEADERCONDITION
invertCondition: false
headerCondition: class HeaderConditionDTO {
headerName: Host
headerValue: 10.100.7.77
}
ipCondition: null
jwtClaimsCondition: null
queryParameterCondition: null
}, class ThrottleConditionDTO {
type: QUERYPARAMETERCONDITION
invertCondition: false
headerCondition: null
ipCondition: null
jwtClaimsCondition: null
queryParameterCondition: class QueryParameterConditionDTO {
parameterName: claimUrl
parameterValue: claimAttribute
}
}, class ThrottleConditionDTO {
type: JWTCLAIMSCONDITION
invertCondition: false
headerCondition: null
ipCondition: null
jwtClaimsCondition: class JWTClaimsConditionDTO {
claimUrl: name
attribute: admin
}
queryParameterCondition: null
}]
limit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
}]
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: advanced policy
version: v4.3.0
data: class AdvancedThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 46bc1927-3091-499a-8b73-7ac023828485
policyName: TestPolicyAdvanced
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: AdvancedThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
conditionalGroups: [class ConditionalGroupDTO {
description: This is a test conditional group
conditions: [class ThrottleConditio
|
show-report
ThrottlePolicyExportImportTestCase.testApplicationThrottlePolicyExport
──────────────────────────────────────────────────────────────────────────────────────────
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: application policy
version: v4.2.0
data: class ApplicationThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 6d024b28-9ec1-4d2c-92a7-f9ff19da24a6
policyName: TestPolicyApplication
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: ApplicationThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
burstLimit: class BurstLimitDTO {
rateLimitCount: 0
rateLimitTimeUnit: null
}
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: application policy
version: v4.3.0
data: class ApplicationThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 6d024b28-9ec1-4d2c-92a7-f9ff19da24a6
policyName: TestPolicyApplication
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: ApplicationThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
burstLimit: class BurstLimitDTO {
rateLimitCount: 0
rateLimitTimeUnit: null
}
}
}]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError:
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: application policy
version: v4.2.0
data: class ApplicationThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 6d024b28-9ec1-4d2c-92a7-f9ff19da24a6
policyName: TestPolicyApplication
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: ApplicationThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
burstLimit: class BurstLimitDTO {
rateLimitCount: 0
rateLimitTimeUnit: null
}
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: application policy
version: v4.3.0
data: class ApplicationThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 6d024b28-9ec1-4d2c-92a7-f9ff19da24a6
policyName: TestPolicyApplication
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: ApplicationThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
burstLimit: class BurstLimitDTO {
rateLimitCount: 0
rateLimitTimeUnit: null
}
}
}]
at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.ThrottlePolicyExportImportTestCase.testApplicationThrottlePol
|
show-report
ThrottlePolicyExportImportTestCase.testApplicationThrottlePolicyExport
──────────────────────────────────────────────────────────────────────────────────────────
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: application policy
version: v4.2.0
data: class ApplicationThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: e6a12dbd-4d41-419c-8160-502de863434b
policyName: TestPolicyApplication
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: ApplicationThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
burstLimit: class BurstLimitDTO {
rateLimitCount: 0
rateLimitTimeUnit: null
}
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: application policy
version: v4.3.0
data: class ApplicationThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: e6a12dbd-4d41-419c-8160-502de863434b
policyName: TestPolicyApplication
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: ApplicationThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
burstLimit: class BurstLimitDTO {
rateLimitCount: 0
rateLimitTimeUnit: null
}
}
}]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError:
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: application policy
version: v4.2.0
data: class ApplicationThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: e6a12dbd-4d41-419c-8160-502de863434b
policyName: TestPolicyApplication
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: ApplicationThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
burstLimit: class BurstLimitDTO {
rateLimitCount: 0
rateLimitTimeUnit: null
}
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: application policy
version: v4.3.0
data: class ApplicationThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: e6a12dbd-4d41-419c-8160-502de863434b
policyName: TestPolicyApplication
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: ApplicationThrottlePolicy
}
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
burstLimit: class BurstLimitDTO {
rateLimitCount: 0
rateLimitTimeUnit: null
}
}
}]
at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.ThrottlePolicyExportImportTestCase.testApplicationThrottlePol
|
show-report
ThrottlePolicyExportImportTestCase.testCustomThrottlePolicyExport
──────────────────────────────────────────────────────────────────────────────────────────
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: custom rule
version: v4.3.0
data: class CustomRuleDTO {
class ThrottlePolicyDTO {
policyId: 0425e479-5b0a-42ee-abeb-4e9f611db48f
policyName: TestPolicyCustom
displayName: null
description: This is a test custom throttle policy
isDeployed: false
type: CustomRule
}
siddhiQuery: FROM RequestStream
SELECT userId, ( userId == 'admin@carbon.super' ) AS isEligible, str:concat('admin@carbon.super','') as throttleKey
INSERT INTO EligibilityStream;
FROM EligibilityStream[isEligible==true]#throttler:timeBatch(1 min)
SELECT throttleKey, (count(userId) >= 10) as isThrottled, expiryTimeStamp group by throttleKey
INSERT ALL EVENTS into ResultStream;
keyTemplate: $userId
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: custom rule
version: v4.2.0
data: class CustomRuleDTO {
class ThrottlePolicyDTO {
policyId: 0425e479-5b0a-42ee-abeb-4e9f611db48f
policyName: TestPolicyCustom
displayName: null
description: This is a test custom throttle policy
isDeployed: false
type: CustomRule
}
siddhiQuery: FROM RequestStream
SELECT userId, ( userId == 'admin@carbon.super' ) AS isEligible, str:concat('admin@carbon.super','') as throttleKey
INSERT INTO EligibilityStream;
FROM EligibilityStream[isEligible==true]#throttler:timeBatch(1 min)
SELECT throttleKey, (count(userId) >= 10) as isThrottled, expiryTimeStamp group by throttleKey
INSERT ALL EVENTS into ResultStream;
keyTemplate: $userId
}
}]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError:
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: custom rule
version: v4.3.0
data: class CustomRuleDTO {
class ThrottlePolicyDTO {
policyId: 0425e479-5b0a-42ee-abeb-4e9f611db48f
policyName: TestPolicyCustom
displayName: null
description: This is a test custom throttle policy
isDeployed: false
type: CustomRule
}
siddhiQuery: FROM RequestStream
SELECT userId, ( userId == 'admin@carbon.super' ) AS isEligible, str:concat('admin@carbon.super','') as throttleKey
INSERT INTO EligibilityStream;
FROM EligibilityStream[isEligible==true]#throttler:timeBatch(1 min)
SELECT throttleKey, (count(userId) >= 10) as isThrottled, expiryTimeStamp group by throttleKey
INSERT ALL EVENTS into ResultStream;
keyTemplate: $userId
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: custom rule
version: v4.2.0
data: class CustomRuleDTO {
class ThrottlePolicyDTO {
policyId: 0425e479-5b0a-42ee-abeb-4e9f611db48f
policyName: TestPolicyCustom
displayName: null
description: This is a test custom throttle policy
isDeployed: false
type: CustomRule
}
siddhiQuery: FROM RequestStream
SELECT userId, ( userId == 'admin@carbon.super' ) AS isEligible, str:concat('admin@carbon.super','') as throttleKey
INSERT INTO EligibilityStream;
FROM EligibilityStream[isEligible==true]#throttler:timeBatch(1 min)
SELECT throttleKey, (count(userId) >= 10) as isThrottled, expiryTimeStamp group by throttleKey
INSERT ALL EVENTS into ResultStream;
keyTemplate: $userId
}
}]
at org.wso2.am.integration.tests.restapi.admin.throttlingpolicy.ThrottlePolicyExportImportTestCase.testCustomThrottlePolicyExport(Throttle
|
show-report
ThrottlePolicyExportImportTestCase.testSubscriptionThrottlePolicyExport
──────────────────────────────────────────────────────────────────────────────────────────
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: subscription policy
version: v4.2.0
data: class SubscriptionThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 76c93a34-320e-4675-95d3-322159671195
policyName: TestPolicySubscription
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: SubscriptionThrottlePolicy
}
graphQLMaxComplexity: 400
graphQLMaxDepth: 10
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
monetization: class MonetizationInfoDTO {
monetizationPlan: DYNAMICRATE
properties: {}
}
rateLimitCount: -1
rateLimitTimeUnit: NA
customAttributes: [class CustomAttributeDTO {
name: testAttribute
value: testValue
}]
stopOnQuotaReach: false
billingPlan: COMMERCIAL
permissions: class SubscriptionThrottlePolicyPermissionDTO {
permissionType: ALLOW
roles: [Internal/creator]
}
subscriberCount: 0
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: subscription policy
version: v4.3.0
data: class SubscriptionThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 76c93a34-320e-4675-95d3-322159671195
policyName: TestPolicySubscription
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: SubscriptionThrottlePolicy
}
graphQLMaxComplexity: 400
graphQLMaxDepth: 10
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
monetization: class MonetizationInfoDTO {
monetizationPlan: DYNAMICRATE
properties: {}
}
rateLimitCount: -1
rateLimitTimeUnit: NA
customAttributes: [class CustomAttributeDTO {
name: testAttribute
value: testValue
}]
stopOnQuotaReach: false
billingPlan: COMMERCIAL
permissions: class SubscriptionThrottlePolicyPermissionDTO {
permissionType: ALLOW
roles: [Internal/creator]
}
subscriberCount: 0
}
}]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError:
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: subscription policy
version: v4.2.0
data: class SubscriptionThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: 76c93a34-320e-4675-95d3-322159671195
policyName: TestPolicySubscription
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: SubscriptionThrottlePolicy
}
graphQLMaxComplexity: 400
graphQLMaxDepth: 10
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
monetization: class MonetizationInfoDTO {
monetizationPlan: DYNAMICRATE
p
|
show-report
ThrottlePolicyExportImportTestCase.testSubscriptionThrottlePolicyExport
──────────────────────────────────────────────────────────────────────────────────────────
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: subscription policy
version: v4.2.0
data: class SubscriptionThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: feafeddb-8405-47dd-a6cf-fb08575b6cc4
policyName: TestPolicySubscription
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: SubscriptionThrottlePolicy
}
graphQLMaxComplexity: 400
graphQLMaxDepth: 10
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
monetization: class MonetizationInfoDTO {
monetizationPlan: DYNAMICRATE
properties: {}
}
rateLimitCount: -1
rateLimitTimeUnit: NA
customAttributes: [class CustomAttributeDTO {
name: testAttribute
value: testValue
}]
stopOnQuotaReach: false
billingPlan: COMMERCIAL
permissions: class SubscriptionThrottlePolicyPermissionDTO {
permissionType: ALLOW
roles: [Internal/creator]
}
subscriberCount: 0
}
}] but found [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: subscription policy
version: v4.3.0
data: class SubscriptionThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: feafeddb-8405-47dd-a6cf-fb08575b6cc4
policyName: TestPolicySubscription
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: SubscriptionThrottlePolicy
}
graphQLMaxComplexity: 400
graphQLMaxDepth: 10
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
monetization: class MonetizationInfoDTO {
monetizationPlan: DYNAMICRATE
properties: {}
}
rateLimitCount: -1
rateLimitTimeUnit: NA
customAttributes: [class CustomAttributeDTO {
name: testAttribute
value: testValue
}]
stopOnQuotaReach: false
billingPlan: COMMERCIAL
permissions: class SubscriptionThrottlePolicyPermissionDTO {
permissionType: ALLOW
roles: [Internal/creator]
}
subscriberCount: 0
}
}]
──────────────────────────────────────────────────────────────────────────────────────────
java.lang.AssertionError:
expected [class ExportThrottlePolicyDTO {
type: throttling policy
subtype: subscription policy
version: v4.2.0
data: class SubscriptionThrottlePolicyDTO {
class ThrottlePolicyDTO {
policyId: feafeddb-8405-47dd-a6cf-fb08575b6cc4
policyName: TestPolicySubscription
displayName: Test Policy
description: This is a test throttle policy
isDeployed: false
type: SubscriptionThrottlePolicy
}
graphQLMaxComplexity: 400
graphQLMaxDepth: 10
defaultLimit: class ThrottleLimitDTO {
type: REQUESTCOUNTLIMIT
requestCount: class RequestCountLimitDTO {
timeUnit: min
unitTime: 1
requestCount: 50
}
bandwidth: null
eventCount: null
}
monetization: class MonetizationInfoDTO {
monetizationPlan: DYNAMICRATE
p
|
run-benchmark-test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (2, group2)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
build (1, group1)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-java@v2, actions/setup-node@v1, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
show-report
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/download-artifact@v2, malinthaprasan/action-surefire-report@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
show-report
1726 tests run, 45 skipped, 15 failed.
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
TEST-TestSuite_1
Expired
|
60.2 MB |
|
TEST-TestSuite_2
Expired
|
23.8 MB |
|