@@ -79,34 +79,6 @@ func (s *SpamoorSuite) TestSpamoorSmoke() {
7979 traces := s .collectTraces (e , "ev-node-smoke" )
8080 w .addSpans (traces .allSpans ())
8181
82- // assert expected ev-node span names
83- assertSpanNames (t , traces .evNode , []string {
84- "BlockExecutor.ProduceBlock" ,
85- "BlockExecutor.ApplyBlock" ,
86- "BlockExecutor.CreateBlock" ,
87- "BlockExecutor.RetrieveBatch" ,
88- "Executor.ExecuteTxs" ,
89- "Executor.SetFinal" ,
90- "Engine.ForkchoiceUpdated" ,
91- "Engine.NewPayload" ,
92- "Engine.GetPayload" ,
93- "Eth.GetBlockByNumber" ,
94- "Sequencer.GetNextBatch" ,
95- "DASubmitter.SubmitHeaders" ,
96- "DASubmitter.SubmitData" ,
97- "DA.Submit" ,
98- }, "ev-node-smoke" )
99-
100- // assert expected ev-reth span names when traces are available
101- if len (traces .evReth ) > 0 {
102- assertSpanNames (t , traces .evReth , []string {
103- "build_payload" ,
104- "execute_tx" ,
105- "try_build" ,
106- "validate_transaction" ,
107- }, "ev-reth" )
108- }
109-
11082 s .Require ().Greater (sent , float64 (0 ), "at least one transaction should have been sent" )
11183 s .Require ().Zero (fail , "no transactions should have failed" )
11284}
0 commit comments