test: check that all the existing substreams integration test files can be parsed

This commit is contained in:
adrian
2025-09-03 09:57:39 +02:00
committed by Tamara
parent 8f1b2d9df8
commit 87c9a8b60f
6 changed files with 147 additions and 24 deletions

View File

@@ -7,7 +7,7 @@ use std::{
};
use dotenv::dotenv;
use miette::{miette, IntoDiagnostic, WrapErr};
use miette::{IntoDiagnostic, WrapErr};
use tracing::debug;
use crate::config::ProtocolComponentWithTestConfig;
@@ -83,7 +83,7 @@ impl TychoRunner {
.wait()
.into_diagnostic()
.wrap_err("Failed to wait on Tycho indexer process")?;
// Note: tycho-indexer may exit with non-zero status when stream ends normally
// This is expected behavior and should not be treated as an error
if !status.success() {