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

Introduce v14 test drivers #972

Merged
merged 17 commits into from
May 24, 2016
Merged

Introduce v14 test drivers #972

merged 17 commits into from
May 24, 2016

Conversation

tagomoris
Copy link
Member

@tagomoris tagomoris commented May 20, 2016

This change introduces plugin test drivers for v0.14 plugin APIs, and includes some port of plugins for Input, Output (non-buffered and buffered [tag, time]).
Some fixes which were found via implementation of plugins/test drivers are also included.

This change depends on #981, #969 .

 * "name" and "param_name" is strongly connected with plugin's code (even in base classes)
   so these MUST be not changed by subclasses (subclass MUST use same names)
 * separate "param_name" from "name" to detect overwriting "param_name" by subclasses to raise errors
   and add "variable_name" method as internal utility
 * make it possible to change default values in finalized sections
   because it's very popular that 3rd party plugin prefer different default value for built-in predefined parameters
 * make it possible to change "init" specification of finalized sections
   because newly added/changed default values might be able to init sections
@tagomoris tagomoris changed the title [WIP] Introduce v14 test drivers Introduce v14 test drivers May 24, 2016
@tagomoris
Copy link
Member Author

@repeatedly @sonots I'll merge this later too. This (and earlier) changes will be included in RC2.

@tagomoris tagomoris mentioned this pull request May 24, 2016
@tagomoris
Copy link
Member Author

Tests with ruby 2.2.4 on osx is still yellow (waiting), but others are green, and that is because CI service is in troubles.

@tagomoris tagomoris merged commit 9c4a64b into master May 24, 2016
@tagomoris tagomoris deleted the introduce-v14-test-drivers branch June 2, 2016 09:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant