-
Notifications
You must be signed in to change notification settings - Fork 360
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
psort-studentpc1-services end-to-end test failing with QueueFull #3001
Comments
This seems to be due to the windows_service plugin exit prematurely. Looking into why this is. |
It looks like this is failing because it's being fed an WindowsRegistryServiceEventData that has no service_dll attribute. I don't understand what could be removing the attribute from the EventData, I'd expect it to be set to None. |
It's actually not a WindowsRegistryServiceEventData, it's just a regular EventData. I assume there's something in the storage implementation or serializer that's deleting the attribute from the eventdata. The unittests are OK, and they use the FakeStorageWriter. |
This is because GetAttributes in the attribute container interface skips all attributes that have a None value. |
WindowsRegistryServiceEventData is the only event data that defines service_dll |
End to end tests started passing again on Jun 22, but failed on Jun 28. Created #3145 |
The text was updated successfully, but these errors were encountered: