[keycloak-dev] local build failing, travis passing

Bill Burke bburke at redhat.com
Mon Dec 5 10:27:08 EST 2016


Yeah, I fixed a bug in RealmAdapter that was causing the failure.


On 12/5/16 2:39 AM, Marek Posolda wrote:
> Fyi. On Friday afternoon, I've found the issue that travis didn't run 
> all the tests from the testsuite. And PartialImportTest was the one, 
> which wasn't executed. See https://issues.jboss.org/browse/KEYCLOAK-4021
>
> However with the travis fix, all the tests were passing (including 
> PartialImportTest). So it seems this test was just failing randomly 
> (not always)?
>
> Now I can see in latest travis build that PartialImportTest passes.
>
> Marek
>
>
>
>
> On 03/12/16 17:36, Bill Burke wrote:
>> I just noticed that my local build fails while travis passes. The bug is
>> really something travis should have picked up, specifically the
>> PartialImportsTest was removing an identity provider.  The JPA
>> removeIdenittyProviderByAlias method was wrong as it was trying to load
>> an IdentityProviderModel after it was removed thus resulting in a
>> Hibernate error.  Travis did not pick this up which makes me wonder if
>> the test is even running.
>>
>> FYI, i have a pull request that fixes this that is incoming. The bug,
>> not travis.
>>
>> Bill
>>
>>
>> _______________________________________________
>> keycloak-dev mailing list
>> keycloak-dev at lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/keycloak-dev
>
>



More information about the keycloak-dev mailing list