Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • lava lava
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 95
    • Issues 95
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 58
    • Merge requests 58
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • lava
  • lavalava
  • Merge requests
  • !1829

Merged
Created Sep 02, 2022 by Larry Shen@atlineContributor

multinode: allow exchange messages with white space.

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 3

Currently, lava-send a="1 2" b=3 will be handled by lava as lava-send a=1 b=3, and in /tmp/lava_multi_node_cache.txt, we will just see something like next:

100:a=1
100:b=3

We have requirements to exchange messages which the message has white space in it, something like lava-send command="telnet localhost 7001" etc. This patch will allow the message content could have white space there. Then we could in /tmp/lava_multi_node_cache.txt to have something like:

100:a=1 2
100:b=3
100:c=telnet localhost 7001

Sample job: job_define.txt

Job log: job_5005.log

Edited Sep 02, 2022 by Larry Shen
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: multinode_white_space