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

Validate non-standard hedera.shard/hedera.realm configurations #17419

Open
3 tasks
tinker-michaelj opened this issue Jan 16, 2025 · 0 comments
Open
3 tasks

Validate non-standard hedera.shard/hedera.realm configurations #17419

tinker-michaelj opened this issue Jan 16, 2025 · 0 comments
Labels
Epic A body of work that can be broken down into specific tasks.

Comments

@tinker-michaelj
Copy link
Collaborator

Although shard and realm are configurable, we do not have regular tests running that validate all constructed entity ids respect the configured values.

(For example, any AccountID built like AccountID.newBuilder().accountNum(X).build() will get id 0.0.X no matter if hedera.shard=1 and hedera.realm=2; instead of 1.2.X as we want.)

This issue is to,

  • Update test-clients and workflows to support running PR checks with arbitrary shard and realm.
  • Fix any issues surfaced by running these checks.
  • Add a MAT executing at an appropriate frequency to detect regressions.
@tinker-michaelj tinker-michaelj added the Epic A body of work that can be broken down into specific tasks. label Jan 16, 2025
@github-project-automation github-project-automation bot moved this to 📋 Backlog in Services Team Jan 16, 2025
@povolev15 povolev15 moved this from 📋 Backlog to To Do in Services Team Jan 17, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Epic A body of work that can be broken down into specific tasks.
Projects
Status: To Do
Development

No branches or pull requests

1 participant