Skip to content
GitLab
  • Menu
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • T test-tools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 15
    • Issues 15
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 10
    • Merge requests 10
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • hivehive
  • test-tools
  • Merge requests
  • !111

Resolve #19 - Improve error message for invalid entry name in node config

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Mateusz Żebrak requested to merge mzebrak/issue-19 into master Nov 14, 2022
  • Overview 7
  • Commits 3
  • Pipelines 7
  • Changes 6

Closes: #19 (closed)

During the realization, it was noticed that it would be nice to allow outside usage of the internal __get_config_file_path() method. It was changed to config_file_path property and exposed in the NodeHandle. So instead of using in tests hardcoded config name node.directory / 'config.ini' it would be possible to write node.config_file_path.

Please review: @kmochocki, @kudmich

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: mzebrak/issue-19