Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mosquitto-dev] Current develop doesn't pass tests

Hi Abilio,

Please just make a PR using the develop branch as your base (git
checkout -b mybranch origin/develop). For this particular case though,
it has already been fixed on another branch and I should cherry pick
that fix onto develop as well.

Cheers,

Roger


On Sun, 11 Nov 2018 at 09:00, Abilio Marques <abiliojr@xxxxxxxxx> wrote:
>
> Current develop branch tests don't pass (see details bellow). How do I make a pull request of a feature?
>
> My changes pass the tests on top of current (1.5.4) master.
>
> ./06-bridge-br2b-disconnect-qos1.py
> FAIL: Received incorrect subscribe.
>
> Best,
> Abilio Marques
> _______________________________________________
> mosquitto-dev mailing list
> mosquitto-dev@xxxxxxxxxxx
> To change your delivery options, retrieve your password, or unsubscribe from this list, visit
> https://www.eclipse.org/mailman/listinfo/mosquitto-dev


Back to the top