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

Small fixes coretime related fixes #3188

Merged
merged 3 commits into from
Feb 2, 2024
Merged

Small fixes coretime related fixes #3188

merged 3 commits into from
Feb 2, 2024

Conversation

tdimitrov
Copy link
Contributor

The PR contains small fixes for:

  • A test HostConfig v11 storage migration - v11 was compared with itself instead of with v10.
  • Outdated comment for ClaimQueue
  • Typos

@tdimitrov tdimitrov added A1-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). I3-annoyance The node behaves within expectations, however this “expected behaviour” itself is at issue. T8-polkadot This PR/Issue is related to/affects the Polkadot network. labels Feb 2, 2024
@tdimitrov tdimitrov added the R0-silent Changes should not be mentioned in any release notes label Feb 2, 2024
@@ -264,7 +264,7 @@ mod tests {
let mut configs_to_check = v11::PendingConfigs::<Test>::get().unwrap();
configs_to_check.push((0, v11.clone()));

for (_, v10) in configs_to_check {
for (_, v11) in configs_to_check {
Copy link
Member

@eskimor eskimor Feb 2, 2024

Choose a reason for hiding this comment

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

good catch! Maybe we should move the v11 above into its own scope {} with that assert.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A1-insubstantial Pull request requires no code review (e.g., a sub-repository hash update). I3-annoyance The node behaves within expectations, however this “expected behaviour” itself is at issue. R0-silent Changes should not be mentioned in any release notes T8-polkadot This PR/Issue is related to/affects the Polkadot network.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants