Skip to content

Fix Things

Cristina Pauna requested to merge fix-rm-and-em into main
  • RM: map of configurations in ConfigureCloudService not filled properly (only 1 item gets stored due to overwrites)
  • Workload CM: Concurrent Writes
  • EM: createEvaluationResult (hook) 1. didn't check error and 2. Concurrent evidence reads
  • "WARN[0008] Resource type Container-Compute-Resource-WorkloadConfiguration ignored metric TlsCipherSuite because of its missing implementation of default configuration component=policies INFO[0008] Resource type Container-Compute-Resource-WorkloadConfiguration has the following 0 applicable metric(s): [] component=policies"
  • The reason was a stupid whitespace in the "array" of metric values in gxfs.json.
  • "value": "TlsVersion, TlsCipherSuite" is wrong
  • "value": "TlsVersion,TlsCipherSuite" is right
  • "ERRO[0310] Could not save result into database: no such table: evaluation_results component=evaluation"
  • Error was in CL DB in-memory usage (sqlite) resulting in race conditions (error message is random)
  • Use reflection.Register in each component s.t. built stages deploy successfully
Edited by Cristina Pauna

Merge request reports