Skip to content

Fix tests for Pebble#47

Closed
scx1332 wants to merge 2 commits into
developfrom
scx1332/pebble
Closed

Fix tests for Pebble#47
scx1332 wants to merge 2 commits into
developfrom
scx1332/pebble

Conversation

@scx1332
Copy link
Copy Markdown
Member

@scx1332 scx1332 commented Mar 18, 2026

No description provided.

Copilot AI review requested due to automatic review settings March 18, 2026 18:21
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Updates the integration test environment to use a pinned local Arkiv node Docker image and adjusts the expected blockNumber returned by a raw query at a specific block.

Changes:

  • Pin golemnetwork/arkiv-op-geth testcontainer image to a specific tag (instead of latest).
  • Update integration test expectation for rawQueryAtBlock.blockNumber from 0n to 1n.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.

File Description
test/src/utils.ts Pins the Docker image tag used for launching the local Arkiv node in tests.
test/src/arkiv.test.ts Adjusts expected block number for raw query results when atBlock: 1n is used.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

You can also share your feedback on Copilot code review. Take the survey.

Comment thread test/src/utils.ts

export async function launchLocalArkivNode(withFundingAccount: Hex | undefined = undefined) {
const container = await new GenericContainer("golemnetwork/arkiv-op-geth:latest")
const container = await new GenericContainer("golemnetwork/arkiv-op-geth:v1.101605.0-2.7-pebble-test")
@scx1332 scx1332 marked this pull request as draft March 18, 2026 21:28
@scx1332
Copy link
Copy Markdown
Member Author

scx1332 commented Mar 18, 2026

Of course this won't be merged until we decided to use pebble as main branch

@krzysiekfonal krzysiekfonal force-pushed the develop branch 4 times, most recently from 233c878 to 05c9365 Compare March 23, 2026 11:54
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.

3 participants