[
https://issues.apache.org/jira/browse/ATLAS-4266?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Dharshana M Krishnamoorthy updated ATLAS-4266:
----------------------------------------------
Description:
The following is a complete failure scenario, where the user inputs blank
spaces, here the import fails with complete failure, but the status is *200* ok
*Scenario*: Import Blank glossary and terms
{code:java}
GlossaryName, TermName, ShortDescription, LongDescription, Examples,
Abbreviation, Usage, AdditionalAttributes, TranslationTerms, ValidValuesFor,
Synonyms, ReplacedBy, ValidValues, ReplacementTerms, SeeAlso, TranslatedTerms,
IsA, Antonyms, Classifies, PreferredToTerms, PreferredTerms
" ", " "{code}
*Observation:*
{code:java}
{
"failedImportInfoList":[
{
"parentObjectName":"",
"childObjectName":null,
"importStatus":"FAILED",
"remarks":"The GlossaryName is blank for the record : [ , ]"
},
{
"parentObjectName":"",
"childObjectName":null,
"importStatus":"FAILED",
"remarks":"The GlossaryName is blank for the record : [ , ]"
}
]
}{code}
!Screenshot 2021-04-28 at 5.00.33 PM.png|width=597,height=399! There is only
failure report in the response
!Screenshot 2021-04-28 at 5.00.33 PM.png|width=854,height=570!
was:
The following is a complete failure scenario, where the user inputs blank
spaces, here the import fails with complete failure, but the status is *200* ok
*Scenario*: Import Blank glossary and terms
{code:java}
GlossaryName, TermName, ShortDescription, LongDescription, Examples,
Abbreviation, Usage, AdditionalAttributes, TranslationTerms, ValidValuesFor,
Synonyms, ReplacedBy, ValidValues, ReplacementTerms, SeeAlso, TranslatedTerms,
IsA, Antonyms, Classifies, PreferredToTerms, PreferredTerms
" ", " "{code}
*Observation:*
{code:java}
{
"failedImportInfoList":[
{
"parentObjectName":"",
"childObjectName":null,
"importStatus":"FAILED",
"remarks":"The GlossaryName is blank for the record : [ , ]"
},
{
"parentObjectName":"",
"childObjectName":null,
"importStatus":"FAILED",
"remarks":"The GlossaryName is blank for the record : [ , ]"
}
]
}{code}
!Screenshot 2021-04-28 at 4.34.30 PM.png|width=546,height=217!
> [Atlas: Glossary Term Bulk Import] Import fails with success state
> ------------------------------------------------------------------
>
> Key: ATLAS-4266
> URL: https://issues.apache.org/jira/browse/ATLAS-4266
> Project: Atlas
> Issue Type: Bug
> Components: atlas-core
> Reporter: Dharshana M Krishnamoorthy
> Priority: Major
> Attachments: Screenshot 2021-04-28 at 4.34.30 PM.png, Screenshot
> 2021-04-28 at 5.00.33 PM.png, Screenshot 2021-04-28 at 5.00.33 PM.png
>
>
> The following is a complete failure scenario, where the user inputs blank
> spaces, here the import fails with complete failure, but the status is *200*
> ok
> *Scenario*: Import Blank glossary and terms
> {code:java}
> GlossaryName, TermName, ShortDescription, LongDescription, Examples,
> Abbreviation, Usage, AdditionalAttributes, TranslationTerms, ValidValuesFor,
> Synonyms, ReplacedBy, ValidValues, ReplacementTerms, SeeAlso,
> TranslatedTerms, IsA, Antonyms, Classifies, PreferredToTerms, PreferredTerms
> " ", " "{code}
> *Observation:*
> {code:java}
> {
> "failedImportInfoList":[
> {
> "parentObjectName":"",
> "childObjectName":null,
> "importStatus":"FAILED",
> "remarks":"The GlossaryName is blank for the record : [ , ]"
> },
> {
> "parentObjectName":"",
> "childObjectName":null,
> "importStatus":"FAILED",
> "remarks":"The GlossaryName is blank for the record : [ , ]"
> }
> ]
> }{code}
> !Screenshot 2021-04-28 at 5.00.33 PM.png|width=597,height=399! There is only
> failure report in the response
> !Screenshot 2021-04-28 at 5.00.33 PM.png|width=854,height=570!
>
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)