Skip to content

Refactor not cross-platform code

Pavel Kisliak requested to merge bugfix/refactor_not_crossplatform_code into main

Type of change

  • Bug Fix
  • Feature

Does this introduce a change in the core logic?

  • [No]

Does this introduce a change in the cloud provider implementation, if so which cloud?

  • AWS
  • Azure
  • GCP
  • IBM

Updates description?

  • Refactor not cross-platform code in the finding test data files (use filesystem::current_path() instead "PWD" environment variable)
  • Fix validation Zlib return code, normally it returns Z_OK
  • Remove redundant usage of namespace (etp = oes::eml::etp12) - conflicted with root "etp" namespace

Merge request reports