chore: 25580-blocks-mode-xts + test-ci merge#25661
Conversation
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
BLOCKS-mode embedded node can't sustain 10 concurrent contract deployments after heavy preceding test classes (PrecompileSCTest). Receipt polling times out with UNKNOWN on FileCreate/CryptoCreate. Signed-off-by: aderevets <artem.derevets@limechain.tech>
In BLOCKS mode the legacy BlockInfo singleton is not maintained, so ContractCallLocal queries read block number 0 from BlockRecordInfoImpl, making blockhash(block.number - 1) underflow and revert. Mirror the handle path (ParentTxnFactory) by deriving query block info from BlockStreamInfo state. Read from the immutable snapshot, not the live BlockStreamManager, whose fields are mutated off the query thread. Signed-off-by: aderevets <artem.derevets@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: aderevets <artem.derevets@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
|
Merging to
After your PR is submitted to the merge queue, this comment will be automatically updated with its status. If the PR fails, failure details will also be posted here |
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Codecov Report❌ Patch coverage is @@ Coverage Diff @@
## main #25661 +/- ##
============================================
- Coverage 75.11% 74.84% -0.27%
- Complexity 11548 11551 +3
============================================
Files 2585 2586 +1
Lines 101419 101455 +36
Branches 11241 11244 +3
============================================
- Hits 76179 75935 -244
- Misses 21335 21617 +282
+ Partials 3905 3903 -2
... and 27 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Node: HAPI Test (Misc) Results 157 files ± 0 1 errors 156 suites - 1 1h 24m 20s ⏱️ +6s For more details on these parsing errors, see this check. Results for commit cd7c53f. ± Comparison against base commit f3f6ed6. This pull request removes 1 test.♻️ This comment has been updated with latest results. |
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Petar Tonev <petar.tonev@limechain.tech>
Signed-off-by: Alex Kehayov <aleks.kehayov@limechain.tech>
✅ All tests passed ✅Test Summary
🏷️ Commit: cd7c53f Learn more about TestLens at testlens.app. |
Description:
Merges branch test-ci into 25580-blocks-mode-xts to test the fixes on the XTS BLOCKS job.
XTS here, here and here.
Fixes #