That looks like in the surrounding area of the change. We run our pipeline and everything was green.
Can you provide more details, which python version are you using? OS?
That was on my travel laptop, which is macOS Sierra with the Apple supplied Python 2.7.
Interestingly, I'm on my dev laptop today (same OS and Python) and it's working just fine. The difference is that the travel machine is a 12" Macbook, whilst the dev machine is
Thanks
Joao
On Thu, Mar 29, 2018 at 9:03 AM Dave Page <dpage@pgadmin.org> wrote:
We refactored the patch to add tests for the resize feature. We were able to write test cases for the drag event by using spies and setting the rect dimensions. In cases like this, we can just test some components in order to have enough confidence in the code. So we isolated the function that implements the behavior of this feature and tested that it was performing as expected.
We ran the patch through the pipelines and all of the tests passed.
I'm consistently seeing the feature test failure below with this patch applied: