[openib-general] nightly osm_sim report 2006-12-30:normal completion
Hal Rosenstock
halr at voltaire.com
Sat Dec 30 13:24:29 PST 2006
On Sat, 2006-12-30 at 16:12, Eitan Zahavi wrote:
> Hal Rosenstock wrote:
> > Hi Eitan,
> >
> > On Sat, 2006-12-30 at 00:25, Eitan Zahavi wrote:
> >
> >> OSM Simulation Regression Summary
> >> OpenSM rev = Fri_Dec_29_12:19:08_2006 2e0f81
> >> ibutils rev = Wed_Dec_27_23:39:30_2006 60aebe
> >> Total=405 Pass=330 Fail=75
> >>
> >> Pass:
> >> 45 Stability IS1-16.topo
> >> 45 Pkey IS1-16.topo
> >> 45 OsmStress IS1-16.topo
> >> 45 Multicast IS1-16.topo
> >> 45 LidMgr IS1-16.topo
> >> 15 Stability IS3-loop.topo
> >> 15 Stability IS3-128.topo
> >> 15 Pkey IS3-128.topo
> >> 15 OsmStress IS3-128.topo
> >> 15 Multicast IS3-loop.topo
> >> 15 Multicast IS3-128.topo
> >> 15 LidMgr IS3-128.topo
> >>
> >> Failures:
> >> 45 OsmTest IS1-16.topo
> >> 15 OsmTest IS3-loop.topo
> >> 15 OsmTest IS3-128.topo
> >>
> >
> > Any idea on these osmtest failures ? I did add SA MFTRecord yesterday
> > and made a change to SA LFTRecord and SwitchInfoRecord the day before as
> > well as additional osmtests for MFTRecord and LFTRecord.
> >
> I get
> Dec 30 07:13:20 163508 [B7F1F8E0] -> osmtest_get_sw_info_rec_by_lid:
> Getting SwitchInfo record for LID 0x01
> Dec 30 07:13:20 165737 [B7F1F8E0] -> osmtest_get_lft_rec_by_lid: Getting
> LFT record for LID 0x00
> Dec 30 07:13:20 169968 [B7F1F8E0] -> osmtest_get_lft_rec_by_lid: Getting
> LFT record for LID 0x01
> Dec 30 07:13:20 172573 [B7F1F8E0] -> osmtest_get_mft_rec_by_lid: Getting
> MFT record for LID 0x00
> Dec 30 07:13:50 182807 [B7F1EBB0] -> __osmv_txn_timeout_cb: ERR 6702:
> The transaction request (tid=0x26) timed out (after 4 retrie
> s). Invoking the error callback.
> Dec 30 07:13:50 182964 [B7F1EBB0] -> osmtest_query_res_cb: ERR 0003:
> Error on query (IB_TIMEOUT)
>
> I wonder where the LID=0 comes from.
This is currently by "design". It is used to wildcard rather than an
additional parameter to set the component mask:
/* LFT Record tests */
memset( &context, 0, sizeof( context ) );
status = osmtest_get_lft_rec_by_lid( p_osmt, 0, &context );
...
/* MFT Record tests */
memset( &context, 0, sizeof( context ) );
status = osmtest_get_mft_rec_by_lid( p_osmt, 0, &context );
It seems like you might not have rebuilt OpenSM properly though to add
the SA MFTRecord handler.
> Might be a simulation issue but not
> sure.I will double check tomorrow.
>
> > Also, why are osmtest failures allowed for "normal completion" ?
> >
> "Normal completion" means completion without resource issues. Unlike
> "disk full".
OK; I thought normal completion indicated something about success or
failure.
-- Hal
> > -- Hal
> >
> >
> >
> > _______________________________________________
> > openib-general mailing list
> > openib-general at openib.org
> > http://openib.org/mailman/listinfo/openib-general
> >
> > To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general
> >
>
More information about the general
mailing list