Skip to content

WIP(gno.land): integration test using crossrealm#4205

Closed
gfanton wants to merge 8 commits intognolang:masterfrom
gfanton:fix/gnoland-crossrealm-integration
Closed

WIP(gno.land): integration test using crossrealm#4205
gfanton wants to merge 8 commits intognolang:masterfrom
gfanton:fix/gnoland-crossrealm-integration

Conversation

@gfanton
Copy link
Member

@gfanton gfanton commented Apr 22, 2025

WIP: Fixing integration tests

TODO:

  • FAIL: TestTestdata/grc20_registry (13.53s)
  • FAIL: TestTestdata/issue_1786 (13.75s)
  • FAIL: TestTestdata/issue_2283 (2.81s)
  • FAIL: TestTestdata/issue_2283_cacheTypes (2.84s)
  • FAIL: TestTestdata/moul_authz (9.46s)
  • FAIL: TestTestdata/params (12.35s)
  • FAIL: TestTestdata/transfer_unlock (11.54s)
  • FAIL: TestTestdata/valopers (12.08s)
  • PASS: TestTestdata/addpkg (11.66s)
  • PASS: TestTestdata/addpkg_domain (10.51s)
  • PASS: TestTestdata/addpkg_identifier_mismatch (10.00s)
  • PASS: TestTestdata/addpkg_invalid (7.95s)
  • PASS: TestTestdata/addpkg_namespace (20.00s)
  • PASS: TestTestdata/addpkg_outofgas (10.74s)
  • PASS: TestTestdata/adduser (9.49s)
  • PASS: TestTestdata/adduserfrom (15.01s)
  • PASS: TestTestdata/alloc_array (12.12s)
  • PASS: TestTestdata/alloc_byte_slice (10.70s)
  • PASS: TestTestdata/alloc_slice (13.94s)
  • PASS: TestTestdata/append (19.63s)
  • PASS: TestTestdata/assertorigincall (21.14s)
  • PASS: TestTestdata/atomicswap (12.93s)
  • PASS: TestTestdata/err_metadata (10.62s)
  • PASS: TestTestdata/event_callback (10.93s)
  • PASS: TestTestdata/event_defer_callback_loop (10.90s)
  • PASS: TestTestdata/event_for_statement (11.93s)
  • PASS: TestTestdata/event_multi_msg (14.32s)
  • PASS: TestTestdata/event_normal (12.64s)
  • PASS: TestTestdata/float_arg (14.42s)
  • PASS: TestTestdata/genesis_params (10.03s)
  • PASS: TestTestdata/ghverify (19.20s)
  • PASS: TestTestdata/gnokey (10.18s)
  • PASS: TestTestdata/gnokey_gasfee (14.15s)
  • PASS: TestTestdata/gnokey_simulate (18.59s)
  • PASS: TestTestdata/gnoland (9.27s)
  • PASS: TestTestdata/gnoweb_airgapped (13.44s)
  • PASS: TestTestdata/grc20_invalid_address (14.65s)
  • PASS: TestTestdata/grc721_emit (14.04s)
  • PASS: TestTestdata/import (9.41s)
  • PASS: TestTestdata/improved_coins (14.82s)
  • PASS: TestTestdata/infinite_loop (18.25s)
  • PASS: TestTestdata/initctx (10.22s)
  • PASS: TestTestdata/issue_1167 (15.51s)
  • PASS: TestTestdata/issue_1543 (13.66s)
  • PASS: TestTestdata/issue_1588 (16.24s)
  • PASS: TestTestdata/issue_2266 (15.32s)
  • PASS: TestTestdata/issue_2763 (8.88s)
  • PASS: TestTestdata/issue_3546 (10.10s)
  • PASS: TestTestdata/issue_gnochess_97 (13.42s)
  • PASS: TestTestdata/loadpkg_example (9.68s)
  • PASS: TestTestdata/loadpkg_example_and_work (8.98s)
  • PASS: TestTestdata/loadpkg_work (6.49s)
  • PASS: TestTestdata/maketx_call_pure (7.86s)
  • PASS: TestTestdata/map_delete (13.21s)
  • PASS: TestTestdata/map_storage (9.45s)
  • PASS: TestTestdata/panic (8.62s)
  • PASS: TestTestdata/params_sysparams1 (10.54s)
  • PASS: TestTestdata/params_sysparams2 (18.51s)
  • PASS: TestTestdata/patchpkg (10.06s)
  • PASS: TestTestdata/prevrealm (19.39s)
  • PASS: TestTestdata/ptr_mapkey (10.61s)
  • PASS: TestTestdata/realm_banker_issued_coin_denom (19.18s)
  • PASS: TestTestdata/restart (10.98s)
  • PASS: TestTestdata/restart_missing_type (14.05s)
  • PASS: TestTestdata/restart_nonval (7.73s)
  • PASS: TestTestdata/run (7.52s)
  • PASS: TestTestdata/simulate_gas (7.38s)
  • PASS: TestTestdata/time_simple (8.21s)
  • PASS: TestTestdata/transfer_lock (11.81s)
  • PASS: TestTestdata/wugnot (8.83s)

@gfanton gfanton requested review from jaekwon and moul April 22, 2025 14:42
@gfanton gfanton self-assigned this Apr 22, 2025
@github-actions github-actions bot added 🧾 package/realm Tag used for new Realms or Packages. 📦 ⛰️ gno.land Issues or PRs gno.land package related labels Apr 22, 2025
@Gno2D2
Copy link
Collaborator

Gno2D2 commented Apr 22, 2025

🛠 PR Checks Summary

All Automated Checks passed. ✅

Manual Checks (for Reviewers):
  • IGNORE the bot requirements for this PR (force green CI check)
Read More

🤖 This bot helps streamline PR reviews by verifying automated checks and providing guidance for contributors and reviewers.

✅ Automated Checks (for Contributors):

🟢 Maintainers must be able to edit this pull request (more info)

☑️ Contributor Actions:
  1. Fix any issues flagged by automated checks.
  2. Follow the Contributor Checklist to ensure your PR is ready for review.
    • Add new tests, or document why they are unnecessary.
    • Provide clear examples/screenshots, if necessary.
    • Update documentation, if required.
    • Ensure no breaking changes, or include BREAKING CHANGE notes.
    • Link related issues/PRs, where applicable.
☑️ Reviewer Actions:
  1. Complete manual checks for the PR, including the guidelines and additional checks if applicable.
📚 Resources:
Debug
Automated Checks
Maintainers must be able to edit this pull request (more info)

If

🟢 Condition met
└── 🟢 And
    ├── 🟢 The base branch matches this pattern: ^master$
    └── 🟢 The pull request was created from a fork (head branch repo: gfanton/gno)

Then

🟢 Requirement satisfied
└── 🟢 Maintainer can modify this pull request

Manual Checks
**IGNORE** the bot requirements for this PR (force green CI check)

If

🟢 Condition met
└── 🟢 On every pull request

Can be checked by

  • Any user with comment edit permission

@codecov
Copy link

codecov bot commented Apr 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

📢 Thoughts on this report? Let us know!

@Kouteki Kouteki moved this from Triage to In Progress in 🧙‍♂️Gno.land development Apr 22, 2025
@gfanton gfanton force-pushed the fix/gnoland-crossrealm-integration branch from 55b15b5 to d0698ec Compare April 23, 2025 12:08
@gfanton
Copy link
Member Author

gfanton commented Apr 23, 2025

closing in favor of #4211

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

📦 ⛰️ gno.land Issues or PRs gno.land package related 🧾 package/realm Tag used for new Realms or Packages.

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants

Comments