matrix-org / sytest

Black-box integration testing for Matrix homeservers
Apache License 2.0
72 stars 55 forks source link

Dendrite tests failing on `develop` #1155

Closed clokep closed 2 years ago

clokep commented 2 years ago

Looks decent enough to me. Dendrite is likely unhappy because you're now relying on device lists in /sync which Dendrite has issues with.

@kegsay is it worth blacklisting these in Dendrite? (On the one hand I didn't want to suppress the fact that dendrite has an issue there; on the other I don't want to cause people pain by having CI failures across the board.)

Originally posted by @DMRobertson in https://github.com/matrix-org/sytest/issues/1142#issuecomment-936851487

clokep commented 2 years ago

@kegsay / @neilalexander Any thoughts on what we should do here? Should we blacklist those tests for Dendrite for now?

neilalexander commented 2 years ago

Yes, I think that probably makes sense for now. We do have known issues with device list syncing.