aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/pom.xml
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2021-11-11 10:35:02 +0000
committerMichael Morris <michael.morris@est.tech>2021-11-11 15:32:01 +0000
commitda996fd16101fba9eb739adb49679b4b1e3ee70a (patch)
tree5dce59effb1cb6af05292fb75d4f0b60f3a5c7d9 /openecomp-be/lib/openecomp-sdc-translator-lib/pom.xml
parent0286f013bcf29c206a1a178f82d5478067807750 (diff)
Fix stability test issue
Failures in stability tests are observed on attempts to get distribution status from SDC backend. These errors are caused by timeouts when reading from the DB (5 sec) and also the reads exceeding the tombstone threshold (100,000). The fix implemented in this change is two fold: 1. Stop writing null values in empty columns in DB writes (a tombstone is created for each null column value) 2. Change the query to the DB to remove the unnecessary filtering which greatly increases the time taken for the read. Failures in stability tests are also observed due to failures in parsing YAML files from VSP. The files are parsed using snakeYAML. The class used is not thread safe however it is possible for it to be invoked in multiple threads. This is most likely the cause of the parsing failures The fix implemented here includes changes to ensure an instance of the Yaml class is not used across multiple threads Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-3773 Change-Id: I4067ff0032bb67ab114db2f05accce5d7b42d188
Diffstat (limited to 'openecomp-be/lib/openecomp-sdc-translator-lib/pom.xml')
0 files changed, 0 insertions, 0 deletions