Skip to content

Conversation

@jmarrec
Copy link
Collaborator

@jmarrec jmarrec commented Apr 25, 2025

To only see what I changed after the rebase, the easiest is to go to this PR with comment: jmarrec#1 (review)

You can also just see this commit: ecf8cd7

Comment on lines +72 to +73
vm.$log.info('Start Measure Manager Server: ', vm.cliPath, 'measure -s ', vm.port);
vm.cli = vm.spawn(vm.cliPath, ['measure', '-s', vm.port], { cwd: '.', stdio : 'pipe' });
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Not sure whether the { cwd: '.', stdio : 'pipe' } is needed, it was in #267

Comment on lines +102 to +105
// C++ CLI printing errors when requests fail on stderr, eg when post
// data is missing:
// [2024-11-14T13:32:17+01:00] "POST /compute_arguments HTTP/1.1" 400
vm.$log.error(`MeasureManager: ${data}`);
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not sure what's wanted here

Comment on lines +117 to +126
vm.cli.on('exit', (code) => {
if (code !== 0) {
const msg = `Failed with code = ${code}`;
console.log(msg);
}
});

}).catch((err) => {
vm.$log.error('Error locating an open port for measure manager.');
});
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

kept from #267

@jmarrec
Copy link
Collaborator Author

jmarrec commented Apr 25, 2025

@jmarrec jmarrec mentioned this pull request Apr 25, 2025
@jmarrec jmarrec requested a review from brianlball April 25, 2025 14:56
@brianlball brianlball merged commit 644dbb9 into develop Apr 25, 2025
6 of 8 checks passed
@brianlball brianlball deleted the new-mm-reboot branch April 25, 2025 20:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants