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

[ledger-api-test-tool] - Remove static time flag which was replaced by a feature descriptor #12714

Merged
merged 1 commit into from
Feb 2, 2022

Conversation

nicu-da
Copy link
Contributor

@nicu-da nicu-da commented Feb 2, 2022

changelog_begin
changelog_end

Pull Request Checklist

  • Read and understand the contribution guidelines
  • Include appropriate tests
  • Set a descriptive title and thorough description
  • Add a reference to the issue this PR will solve, if appropriate
  • Include changelog additions in one or more commit message bodies between the CHANGELOG_BEGIN and CHANGELOG_END tags
  • Normal production system change, include purpose of change in description
  • If you mean to change the status of a component, please make sure you keep the Component Status page up to date.

NOTE: CI is not automatically run on non-members pull-requests for security
reasons. The reviewer will have to comment with /AzurePipelines run to
trigger the build.

…y a feature descriptor

changelog_begin
changelog_end
@nicu-da nicu-da requested review from a team as code owners February 2, 2022 14:37
Comment on lines -232 to -235
opt[Unit]("static-time")
.optional()
.action((_, c) => c.copy(staticTime = true))
.text("Must be enabled if the ledger is using static time")
Copy link
Contributor

Choose a reason for hiding this comment

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

Are we sure it's not relied upon in integrations? If it is, we should rather deprecate it.

Copy link

Choose a reason for hiding this comment

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

I would prefer we break and have to fix those integrations. The flag already does nothing.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Afaik we have no static tests in vmbc, nor in pkv. This was recently introduced so I would not expect it to be used anywhere.

@nicu-da nicu-da merged commit c6ed12d into main Feb 2, 2022
@nicu-da nicu-da deleted the nicuda/remove_static_flag branch February 2, 2022 17:30
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.

2 participants