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

logictest: swap directives with default config when possible #52680

Merged
merged 1 commit into from
Aug 13, 2020
Merged

logictest: swap directives with default config when possible #52680

merged 1 commit into from
Aug 13, 2020

Commits on Aug 13, 2020

  1. logictest: swap directives with default config when possible

    A while back, we added the ability to run logic tests without a directive,
    which would run all default configs.
    
    Some tests still specified explicit configs even though they could run without
    a problem with all default configs. Even though it takes more time, running
    with all default configs is preferable, since developers rely on the widespread
    usage of the default config for good test coverage of new features.
    
    Additionally, all files affected can also be run in a multitenant configuration
    using 3node-tenant. So that TestTenantLogic may run these files, this commit
    adds a blocklist directive with an issue number where appropriate for any tests
    that fail in 3node-tenant that previously had explicit directives.
    
    Release note: None (testing change)
    asubiotto committed Aug 13, 2020
    Configuration menu
    Copy the full SHA
    3a94c2c View commit details
    Browse the repository at this point in the history