Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Remove technical preview
  • Loading branch information
mrodm committed Feb 14, 2025
commit 2ff0a93af8dd02699b17628cc7b087646dde4d03
2 changes: 1 addition & 1 deletion internal/testrunner/runners/system/tester.go
Original file line number Diff line number Diff line change
Expand Up @@ -1646,7 +1646,7 @@ func (r *tester) validateTestScenario(ctx context.Context, result *testrunner.Re
}

if r.fieldValidationMethod == mappingsMethod {
logger.Warn("Validation based on mappings enabled (technical preview)")
logger.Debug("Performing validation based on mappings")
Copy link
Contributor Author

@mrodm mrodm Feb 14, 2025

Choose a reason for hiding this comment

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

Took the advantage of removing the technical preview status, since it is going to be enabled by default.

I thought that maybe this message could help to identify if the validation based on mappings has been executed or not. WDYT ?

exceptionFields := listExceptionFields(scenario.docs, fieldsValidator)

mappingsValidator, err := fields.CreateValidatorForMappings(r.esClient,
Expand Down