Skip to content

[P0] `devshards`: Add end-to-end inference validation tests #899

Closed @heitor-lassarote opened 2026-03-16 18:50 UTC 3 comments Updated 2026-04-07 16:10 UTC
Priority: High devshards

We should write testermint tests to ensure that inference validations in devshards work as expected. Such tests already exist for mainnet, but we should reimplement them according to the devshards design and implementation.


💬 Comments (3)

@heitor-lassarote commented 2026-03-19 17:46 UTC

Note: I took a little detour from this task to see if I can make the development loop with testermint a bit quicker, by writing a small REPL to interact with the devshard.

@KKizilov commented 2026-03-26 15:14 UTC

Will be done by March 27th.

@heitor-lassarote commented 2026-03-26 15:31 UTC

I've written a couple of Testermint tests and added an endpoint to get the inference from the proxy server.

Recently I've been trying to see about changing the session configuration for tests. Although not sure yet if that's the best path forward.

I expect to push a PR with these tests very soon.


🔄 Auto-synced from Issue #899 every hour.