chore: uncommented the fix (#32703)

This commit is contained in:
Manish Kumar 2024-04-16 17:01:14 +05:30 committed by GitHub
parent 9f7ee79479
commit e98b824ecd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 93 deletions

View File

@ -137,12 +137,9 @@ public class ServerSchemaMigrationEnforcerTest {
assertThat(exportedApplicationJsonObject.get("theme").getAsJsonObject())
.isEqualTo(importApplicationGitReferenceObject.get("theme").getAsJsonObject());
/**
* This piece of assertion is commented out because of the flakiness
*/
// verifyMapAssertions(
// exportedApplicationJsonObject.get("actions").getAsJsonObject(),
// importApplicationGitReferenceObject.get("actions").getAsJsonObject());
verifyMapAssertions(
exportedApplicationJsonObject.get("actions").getAsJsonObject(),
importApplicationGitReferenceObject.get("actions").getAsJsonObject());
verifyMapAssertions(
exportedApplicationJsonObject.get("actionBody").getAsJsonObject(),

View File

@ -25358,93 +25358,6 @@
"deleted": false,
"gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad79"
},
{
"pluginType": "JS",
"pluginId": "js-plugin",
"unpublishedAction": {
"name": "cat",
"fullyQualifiedName": "TC4.cat",
"datasource": {
"name": "UNUSED_DATASOURCE",
"pluginId": "js-plugin",
"invalids": [],
"messages": [],
"isAutoGenerated": false,
"deleted": false,
"policies": [],
"userPermissions": []
},
"pageId": "Page 2",
"actionConfiguration": {
"timeoutInMillisecond": 10000,
"paginationType": "NONE",
"encodeParamsToggle": true,
"body": "() =>n",
"selfReferencingDataPaths": [],
"jsArguments": [],
"isAsync": false
},
"executeOnLoad": false,
"dynamicBindingPathList": [
{
"key": "body"
}
],
"isValid": true,
"invalids": [],
"messages": [],
"jsonPathKeys": [
"() =>n"
],
"userSetOnLoad": false,
"confirmBeforeExecute": false,
"policies": [],
"userPermissions": [],
"createdAt": "2024-04-03T11:32:39Z"
},
"publishedAction": {
"name": "cat",
"fullyQualifiedName": "TC4.cat",
"datasource": {
"name": "UNUSED_DATASOURCE",
"pluginId": "js-plugin",
"invalids": [],
"messages": [],
"isAutoGenerated": false,
"deleted": false,
"policies": [],
"userPermissions": []
},
"pageId": "Page 2",
"actionConfiguration": {
"timeoutInMillisecond": 10000,
"paginationType": "NONE",
"encodeParamsToggle": true,
"body": "() =>n",
"selfReferencingDataPaths": [],
"jsArguments": [],
"isAsync": false
},
"executeOnLoad": false,
"dynamicBindingPathList": [
{
"key": "body"
}
],
"isValid": true,
"invalids": [],
"messages": [],
"jsonPathKeys": [],
"userSetOnLoad": false,
"confirmBeforeExecute": false,
"policies": [],
"userPermissions": [],
"createdAt": "2024-04-03T11:32:39Z"
},
"id": "Page 2_TC4.cat",
"deleted": false,
"gitSyncId": "660d3e57a59c5e33b46bace0_660d3e57a59c5e33b46bad0f"
},
{
"pluginType": "API",
"pluginId": "restapi-plugin",