Skip to content
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

Feature-neutral refactoring of testing framework #528

Merged
merged 39 commits into from
Dec 9, 2022

Conversation

grafnu
Copy link
Collaborator

@grafnu grafnu commented Dec 4, 2022

No description provided.

@grafnu grafnu changed the title Seqtesting Feature-neutral refactoring of testing framework Dec 4, 2022
@grafnu grafnu marked this pull request as ready for review December 5, 2022 15:30
bin/test_sequencer Outdated Show resolved Hide resolved

echo "Workflow run number $GITHUB_RUN_NUMBER"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Should this be [[ ! -z $VAR...]] && echo "...." here and elsewhere

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

here yes, other places I think it's useful to have the output in either case

common/src/main/java/com/google/udmi/util/SiteModel.java Outdated Show resolved Hide resolved
@@ -444,12 +449,20 @@ private void validateMessage(JsonSchema schema, Object message) {
}

private void sanitizeMessage(String schemaName, Map<String, Object> message) {
message.remove(SequenceBase.CONFIG_NONCE_KEY);
Copy link
Collaborator

Choose a reason for hiding this comment

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

is this sanitizeBlock(message)

@grafnu grafnu merged commit e90e149 into faucetsdn:master Dec 9, 2022
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.

None yet

2 participants