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

Fix cannotUseMoreThanChildContractLimit test #9707

Merged

Conversation

MiroslavGatsanoga
Copy link
Collaborator

@MiroslavGatsanoga MiroslavGatsanoga commented Nov 6, 2023

Description:

Having the child records logic from #9649 we're now can enable this test that checks for MAX_CHILD_RECORDS_EXCEEDED cases.

Related issue(s):

#9124
Fixes: #8994

Notes for reviewer:

Checklist

  • Documented (Code comments, README, etc.)
  • Tested (unit, integration, etc.)

MiroslavGatsanoga and others added 9 commits November 1, 2023 18:39
Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
# Conflicts:
#	hedera-node/hedera-smart-contract-service-impl/src/main/java/com/hedera/node/app/service/contract/impl/exec/systemcontracts/hts/AbstractNonRevertibleTokenViewCall.java
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
Copy link

github-actions bot commented Nov 6, 2023

Node: Unit Test Results

    2 277 files  ±0      2 277 suites  ±0   1h 26m 19s ⏱️ + 1m 14s
118 378 tests ±0  118 344 ✔️ ±0  34 💤 ±0  0 ±0 
126 639 runs  ±0  126 605 ✔️ ±0  34 💤 ±0  0 ±0 

Results for commit df9bdd6. ± Comparison against base commit 790bc47.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 6, 2023

Node: E2E Test Results

    1 files      1 suites   20m 31s ⏱️
310 tests 310 ✔️ 0 💤 0
332 runs  332 ✔️ 0 💤 0

Results for commit df9bdd6.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 6, 2023

Node: Integration Test Results

280 tests   280 ✔️  28m 40s ⏱️
    5 suites      0 💤
    5 files        0

Results for commit df9bdd6.

♻️ This comment has been updated with latest results.

Copy link

github-actions bot commented Nov 6, 2023

Node: HAPI Test Results

1 246 tests   862 ✔️  1h 21m 10s ⏱️
   166 suites  384 💤
   166 files        0

Results for commit df9bdd6.

♻️ This comment has been updated with latest results.

mustafauzunn
mustafauzunn previously approved these changes Nov 8, 2023
Copy link
Collaborator

@mustafauzunn mustafauzunn left a comment

Choose a reason for hiding this comment

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

LGTM

@mustafauzunn mustafauzunn added the Limechain Work planned for the LimeChain team label Nov 8, 2023
tinker-michaelj
tinker-michaelj previously approved these changes Nov 8, 2023
Copy link
Collaborator

@tinker-michaelj tinker-michaelj left a comment

Choose a reason for hiding this comment

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

Hmmm...it's very interesting this works in mod-service too...in any case, it is what mono-service does right now...so LGTM!

Base automatically changed from 09357-fix-approve-allowance-tests to develop November 10, 2023 07:03
@thenswan thenswan dismissed stale reviews from tinker-michaelj and mustafauzunn November 10, 2023 07:03

The base branch was changed.

…imit-test

Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
@MiroslavGatsanoga MiroslavGatsanoga force-pushed the 09124-fix-cannotUseMoreThanChildContractLimit-test branch from 1dedb9d to df9bdd6 Compare November 10, 2023 12:02
Copy link
Collaborator

@tinker-michaelj tinker-michaelj left a comment

Choose a reason for hiding this comment

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

LGTM!

@MiroslavGatsanoga MiroslavGatsanoga merged commit 43a0d09 into develop Nov 10, 2023
13 of 15 checks passed
@MiroslavGatsanoga MiroslavGatsanoga deleted the 09124-fix-cannotUseMoreThanChildContractLimit-test branch November 10, 2023 14:58
nickpoorman pushed a commit that referenced this pull request Nov 22, 2023
Signed-off-by: Miroslav Gatsanoga <miroslav.gatsanoga@limechain.tech>
Signed-off-by: Michael Tinker <michael.tinker@swirldslabs.com>
Signed-off-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Co-authored-by: Michael Tinker <michael.tinker@swirldslabs.com>
Co-authored-by: Nikita Lebedev <nikita.lebedev@limechain.tech>
Signed-off-by: Nick Poorman <nick@swirldslabs.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Limechain Work planned for the LimeChain team
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix ContractDeleteSuite.cannotUseMoreThanChildContractLimit
4 participants