-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not depend on json template for mocking streaming. #242
Conversation
@@ -105,7 +105,7 @@ def merge_data_piece(self, message: DataPieceReceived) -> DataReady | None: | |||
self.debug("Data piece merged for %s", message.content.key) | |||
if self._should_send_message(): | |||
nxevent_data = { | |||
nexus_path_as_string(module_spec.path): JSONGroup(value) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a bug that I found as I tested it with a file : D....!! wheeee
Feel free to make it better and proceed while I'm on vacation : D ...! |
For testing, there are already existing tests that I had updated, but we still need to test |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Worked for testing with the new SANS workflows.
@SimonHeybrock
This update should allow you to run beamlime only with a file without any json structure.