PNP Driver Test Tool - unexplaind assertion in Rebalance-->Simple Test

Hi,

I tried to run the Test Rebalance–>Simple on a PCI\MyDriver device
The flow was
IRP_MN_QUERY_STOP_DEVICE (STATUS_SUCCESS)
IRP_MN_STOP_DEVICE (STATUS_SUCCESS)
IRP_MN_START_DEVICE (STATUS_SUCCESS)

Than, after IRP_MN_START_DEVICE succeeded, I got after some other MJ_PNP’s
the following assertion (which failed the test)
Can someone give me any clue what this assertion mean.

Here is WinDbg output:

PNPFILTR: Completing Start request with status == 0x00000000 PDO = 0x89335248
PNPFILTR: Received IRP_MN_QUERY_DEVICE_RELATIONS which I am simply passing down
PNPFILTR: Query Result Wait Satisfied… 9
PNPFILTR: Number of IRPs Stored… 9
PNPFILTR: Query Result - Releasing the remove
PNPFILTR: Query Result -Result Stored Event set
PNPFILTR: Received IRP_MN_QUERY_DEVICE_RELATIONS which I am simply passing down
Assert: ERROR: TimeOut Occured - Atleast one of the Pnp IRPs did not complete in time
File=e:\vrtmtest\testsrc\basetest\pnp\pnpdtest\user\pnpdtest.c, Line=318
.
.
.
.
End: Fail, Rebalance, TUID=, Repro=Rebalance resources

Thanks for your help…

Pnpdtest writes a log file, check it.
( if you run this test under DTM, then run it again manually. the pnpdtest tool
is located in wdk\tools )

–PA

wrote in message news:xxxxx@ntdev…
> Hi,
>
> I tried to run the Test Rebalance–>Simple on a PCI\MyDriver device
> The flow was
> IRP_MN_QUERY_STOP_DEVICE (STATUS_SUCCESS)
> IRP_MN_STOP_DEVICE (STATUS_SUCCESS)
> IRP_MN_START_DEVICE (STATUS_SUCCESS)
>
> Than, after IRP_MN_START_DEVICE succeeded, I got after some other MJ_PNP’s
> the following assertion (which failed the test)
> Can someone give me any clue what this assertion mean.
>
> Here is WinDbg output:
>
> PNPFILTR: Completing Start request with status == 0x00000000 PDO = 0x89335248
> PNPFILTR: Received IRP_MN_QUERY_DEVICE_RELATIONS which I am simply passing down
> PNPFILTR: Query Result Wait Satisfied… 9
> PNPFILTR: Number of IRPs Stored… 9
> PNPFILTR: Query Result - Releasing the remove
> PNPFILTR: Query Result -Result Stored Event set
> PNPFILTR: Received IRP_MN_QUERY_DEVICE_RELATIONS which I am simply passing down
> Assert: ERROR: TimeOut Occured - Atleast one of the Pnp IRPs did not complete in time
> File=e:\vrtmtest\testsrc\basetest\pnp\pnpdtest\user\pnpdtest.c, Line=318
> .
> .
> .
> .
> End: Fail, Rebalance, TUID=, Repro=Rebalance resources
>
> Thanks for your help…
>