Skip to content

Add async apis for csv import #42235

Add async apis for csv import

Add async apis for csv import #42235

Triggered via pull request November 19, 2024 04:19
@sonika-shahsonika-shah
synchronize #18647
Status Success
Total duration 3m 10s
Artifacts

java-checkstyle.yml

on: pull_request_target
java-checkstyle
3m 0s
java-checkstyle
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
DatabaseResourceTest.testImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/databases/DatabaseResourceTest.java#L175
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
DatabaseSchemaResourceTest.testImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/databases/DatabaseSchemaResourceTest.java#L174
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
TableResourceTest.testImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/databases/TableResourceTest.java#L2784
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
GlossaryResourceTest.testGlossaryImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/glossary/GlossaryResourceTest.java#L870
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
GlossaryTermResourceTest.get_glossaryTermsWithPagination_200(TestInfo): openmetadata-service/src/test/java/org/openmetadata/service/resources/glossary/GlossaryTermResourceTest.java#L991
expected: <org.openmetadata.schema.entity.data.GlossaryTerm@784c0dab[id=33beeda9-834a-47bd-9983-110e5ad1a832,name=glossaryTerm_'-.&()[]䲰get_entityWithDifferentFields_200_OK,displayName=displayName,description=description,style=<null>,fullyQualifiedName=g1."glossaryTerm_'-.&()[]䲰get_entityWithDifferentFields_200_OK",synonyms=[syn1, syn2, syn3],glossary=org.openmetadata.schema.type.EntityReference@54a92c65[id=28cacc64-8a5d-48c0-9129-6c9ea5979d53,type=glossary,name=g1,fullyQualifiedName=g1,description=,displayName=g1,deleted=false,inherited=<null>,href=http://localhost:44697/api/v1/glossaries/28cacc64-8a5d-48c0-9129-6c9ea5979d53],parent=<null>,children=<null>,relatedTerms=<null>,references=[],version=0.2,updatedAt=1731991904005,updatedBy=admin,href=http://localhost:44697/api/v1/glossaryTerms/33beeda9-834a-47bd-9983-110e5ad1a832,reviewers=<null>,owners=<null>,usageCount=<null>,tags=[],changeDescription=org.openmetadata.schema.type.ChangeDescription@5ec0e4fc[fieldsAdded=[org.openmetadata.schema.type.FieldChange@20c40344[name=tags,oldValue=<null>,newValue=[{"tagFQN":"User.Address","name":"Address","description":"description","style":{"color":"#6495ED","iconURL":"https://tagIcon"},"source":"Classification","labelType":"Manual","state":"Confirmed"},{"tagFQN":"g2.g2t1","name":"g2t1","displayName":"","description":"","source":"Glossary","labelType":"Manual","state":"Confirmed"}]]],fieldsUpdated=[],fieldsDeleted=[],previousVersion=0.1],status=Approved,deleted=false,provider=user,disabled=<null>,mutuallyExclusive=false,extension=<null>,domain=<null>,dataProducts=<null>,votes=<null>,childrenCount=<null>]> but was: <org.openmetadata.schema.entity.data.GlossaryTerm@387d73a2[id=33beeda9-834a-47bd-9983-110e5ad1a832,name=glossaryTerm_'-.&()[]䲰get_entityWithDifferentFields_200_OK,displayName=displayName,description=description,style=<null>,fullyQualifiedName=g1."glossaryTerm_'-.&()[]䲰get_entityWithDifferentFields_200_OK",synonyms=[syn1, syn2, syn3],glossary=org.openmetadata.schema.type.EntityReference@25aaaacc[id=28cacc64-8a5d-48c0-9129-6c9ea5979d53,type=glossary,name=g1,fullyQualifiedName=g1,description=,displayName=g1,deleted=false,inherited=<null>,href=http://localhost:44697/api/v1/glossaries/28cacc64-8a5d-48c0-9129-6c9ea5979d53],parent=<null>,children=<null>,relatedTerms=<null>,references=[],version=0.2,updatedAt=1731991914929,updatedBy=admin,href=http://localhost:44697/api/v1/glossaryTerms/33beeda9-834a-47bd-9983-110e5ad1a832,reviewers=<null>,owners=<null>,usageCount=<null>,tags=[],changeDescription=org.openmetadata.schema.type.ChangeDescription@7c945d81[fieldsAdded=[org.openmetadata.schema.type.FieldChange@7c4aaf74[name=tags,oldValue=<null>,newValue=[{"tagFQN":"User.Address","name":"Address","description":"description","style":{"color":"#6495ED","iconURL":"https://tagIcon"},"source":"Classification","labelType":"Manual","state":"Confirmed"},{"tagFQN":"g2.g2t1","name":"g2t1","displayName":"","description":"","source":"Glossary","labelType":"Manual","state":"Confirmed"}]]],fieldsUpdated=[org.openmetadata.schema.type.FieldChange@2ff9233c[name=status,oldValue=Approved,newValue=In Review]],fieldsDeleted=[],previousVersion=0.1],status=In Review,deleted=false,provider=user,disabled=<null>,mutuallyExclusive=false,extension=<null>,domain=<null>,dataProducts=<null>,votes=<null>,childrenCount=<null>]>
DatabaseServiceResourceTest.testImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/services/DatabaseServiceResourceTest.java#L402
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
TeamResourceTest.testTeamImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/teams/TeamResourceTest.java#L896
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
UserResourceTest.testUserImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/teams/UserResourceTest.java#L1202
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
DatabaseResourceTest.testImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/databases/DatabaseResourceTest.java#L175
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
DatabaseSchemaResourceTest.testImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/databases/DatabaseSchemaResourceTest.java#L174
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
TableResourceTest.testImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/databases/TableResourceTest.java#L2784
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
GlossaryResourceTest.testGlossaryImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/glossary/GlossaryResourceTest.java#L870
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
DatabaseServiceResourceTest.testImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/services/DatabaseServiceResourceTest.java#L402
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
TeamResourceTest.testTeamImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/teams/TeamResourceTest.java#L896
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
UserResourceTest.testUserImportExport: openmetadata-service/src/test/java/org/openmetadata/service/resources/teams/UserResourceTest.java#L1202
org.opentest4j.AssertionFailedError: Did not receive CSV import result via Socket.IO within the expected time.
java-checkstyle
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3, actions/checkout@v3, actions/setup-java@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/