Skip to content
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

FabricIntIngressDropReportTest fails randomly #341

Open
Yi-Tseng opened this issue Aug 6, 2021 · 3 comments
Open

FabricIntIngressDropReportTest fails randomly #341

Yi-Tseng opened this issue Aug 6, 2021 · 3 comments

Comments

@Yi-Tseng
Copy link
Collaborator

Yi-Tseng commented Aug 6, 2021

CI job 466 failed because the FabricIntIngressDropReportTest failed.
However, when rerunning the job, the test passed. The test also passed on the server when running it manually.
I believed that there might be a small chance which causes a hash collision and cause the drop report filter to drop the INT report.
Need to do further investigation.

@charlesmcchan
Copy link
Collaborator

I also hit the same issue recently. Got around by retesting it.

@ccascone
Copy link
Member

ccascone commented Aug 6, 2021

We have methods to reset registers to 0 (at least for pipe 0). Should we use that to clean up filters after each test?

@Yi-Tseng
Copy link
Collaborator Author

Yi-Tseng commented Aug 6, 2021

Yes, I think we can just use the P4Runtime to reset it.
I can send a PR to fix this

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants