integration tests

2010-09-09 Thread Felix Meschberger
Hi all, Maybe its just me, but currently the Sling (main) integration tests run extremely unstable. Most of the time I only have one failure. But 1 out of 4 runs, I have a random (but rather high) number of test failures. I run "mvn -o clean install" in the launchpad/testing folder af

Integration Tests

2013-05-20 Thread Dan Klco
All, For doing some end-to-end testing of the new Resource Access Tags, I added some integration tests into the project. These tests take approximately 16 seconds to run and require starting up an instance of Sling on a random port. Should these tests be included as part of the default

Re: integration tests

2010-09-09 Thread Justin Edelson
d now... Justin On 9/9/10 8:53 AM, Felix Meschberger wrote: > Hi all, > > Maybe its just me, but currently the Sling (main) integration tests run > extremely unstable. Most of the time I only have one failure. But 1 out > of 4 runs, I have a random (but rather high) number of test failures

Re: integration tests

2010-09-09 Thread Felix Meschberger
revision), both have > passed pretty consistently. > > Running a build now... > > Justin > > On 9/9/10 8:53 AM, Felix Meschberger wrote: >> Hi all, >> >> Maybe its just me, but currently the Sling (main) integration tests run >> extremely unstable. Most of t

Re: integration tests

2010-09-09 Thread Bertrand Delacretaz
On Thu, Sep 9, 2010 at 12:53 PM, Felix Meschberger wrote: > ...Maybe its just me, but currently the Sling (main) integration tests run > extremely unstable. Most of the time I only have one failure. But 1 out > of 4 runs, I have a random (but rather high) number of test failures

Re: integration tests

2010-09-09 Thread Justin Edelson
ad/testing would always pass. >> >> Since about a week ago (sorry, don't know the revision), both have >> passed pretty consistently. >> >> Running a build now... >> >> Justin >> >> On 9/9/10 8:53 AM, Felix Meschberger wrote: >>> H

Re: integration tests

2010-09-09 Thread Bertrand Delacretaz
On Thu, Sep 9, 2010 at 5:56 PM, Justin Edelson wrote: > ...$ mvn clean install > $ mvn clean install > > consistently fails. This should be reasonably simple to resolve by > adding an execution of the clean plugin to the root pom... IIRC mvn clean -> delete sling folder is configured (didn't che

Re: integration tests

2010-09-09 Thread Justin Edelson
On 9/9/10 2:04 PM, Bertrand Delacretaz wrote: > On Thu, Sep 9, 2010 at 5:56 PM, Justin Edelson > wrote: >> ...$ mvn clean install >> $ mvn clean install >> >> consistently fails. This should be reasonably simple to resolve by >> adding an execution of the clean plugin to the root pom... > > IIRC

Re: integration tests

2010-09-09 Thread Bertrand Delacretaz
On Thu, Sep 9, 2010 at 6:06 PM, Justin Edelson wrote: > On 9/9/10 2:04 PM, Bertrand Delacretaz wrote: >>... IIRC mvn clean -> delete sling folder is configured  (didn't check >> right now) but maybe doesn't work for full reactor build? >> > mvn clean will delete [root]/launchpad/testing/sling. It

Re: integration tests

2010-09-09 Thread Felix Meschberger
ng this until about a week ago, but it was slightly >>> different... a full reactor build would fail, but mvn clean install in >>> launchpad/testing would always pass. >>> >>> Since about a week ago (sorry, don't know the revision), both have >>> pass

Re: integration tests

2010-09-09 Thread Justin Edelson
On 9/9/10 2:18 PM, Bertrand Delacretaz wrote: > On Thu, Sep 9, 2010 at 6:06 PM, Justin Edelson > wrote: >> On 9/9/10 2:04 PM, Bertrand Delacretaz wrote: >>> ... IIRC mvn clean -> delete sling folder is configured (didn't check >>> right now) but maybe doesn't work for full reactor build? >>> >>

Re: integration tests

2010-09-09 Thread Justin Edelson
t; On 09.09.2010 15:55, Justin Edelson wrote: >>>> I _was_ seeing this until about a week ago, but it was slightly >>>> different... a full reactor build would fail, but mvn clean install in >>>> launchpad/testing would always pass. >>>> >>>>

Re: integration tests

2010-09-09 Thread Pontus Amberg
eschberger wrote: Hi all, Maybe its just me, but currently the Sling (main) integration tests run extremely unstable. Most of the time I only have one failure. But 1 out of 4 runs, I have a random (but rather high) number of test failures. I run "mvn -o clean install" in the laun

Re: integration tests

2010-09-09 Thread Justin Edelson
FWIW, which probably isn't much... On a clean Ubuntu 10.04 VM with all updates and OpenJDK 6b18 and Maven 2.2.1, I've had 5 clean integration test suite runs in a row. On 9/9/10 8:53 AM, Felix Meschberger wrote: > Hi all, > > Maybe its just me, but currently the Sling (main

Re: integration tests

2010-09-10 Thread Pontus Amberg
10 8:53 AM, Felix Meschberger wrote: Hi all, Maybe its just me, but currently the Sling (main) integration tests run extremely unstable. Most of the time I only have one failure. But 1 out of 4 runs, I have a random (but rather high) number of test failures. I run "mvn -o clean install&quo

Re: integration tests

2010-09-14 Thread Felix Meschberger
gt; Maybe its just me, but currently the Sling (main) integration tests run >> extremely unstable. Most of the time I only have one failure. But 1 out >> of 4 runs, I have a random (but rather high) number of test failures. >> >> I run "mvn -o clean install" in the la

Integration tests failing

2011-02-15 Thread Alexander Klimetschek
Hi all, the integration tests fail for me. In the trunk I do > cd launchpad/integration-tests > mvn test -Dtest=PostServlet* I get tons of "connection refused" exceptions: --

Re: Integration Tests

2013-05-21 Thread Bertrand Delacretaz
Hi Dan, On Mon, May 20, 2013 at 7:39 PM, Dan Klco wrote: > For doing some end-to-end testing of the new Resource Access Tags, I added > some integration tests into the project. > These tests take approximately 16 seconds to run and require starting up an > instance of Sling on a

Re: Integration Tests.

2009-11-05 Thread Bertrand Delacretaz
Hi, On Thu, Nov 5, 2009 at 10:12 AM, Ian Boston wrote: > Is it possible to run just one of the tests in the launchpad/testing project > ? > I have tried mvn -Dtest=**/PrefixTest.java but I get a whole bunch of errors > when the testing webapp doesnt start up. Yes it's possible, but you need to s

Re: Integration Tests.

2009-11-05 Thread Ian Boston
On 5 Nov 2009, at 11:10, Bertrand Delacretaz wrote: Hi, On Thu, Nov 5, 2009 at 10:12 AM, Ian Boston wrote: Is it possible to run just one of the tests in the launchpad/ testing project ? I have tried mvn -Dtest=**/PrefixTest.java but I get a whole bunch of errors when the testing webapp

Re: Integration tests failing

2011-02-16 Thread Alexander Klimetschek
On 15.02.11 21:02, "Alexander Klimetschek" wrote: >the integration tests fail for me. In the trunk I do > >> cd launchpad/integration-tests >> mvn test -Dtest=PostServlet* I got it running in the meantime (thanks to Bertrand). The above is not enough, you need to do:

Re: Integration tests failing

2011-02-16 Thread Bertrand Delacretaz
On Wed, Feb 16, 2011 at 5:58 PM, Alexander Klimetschek wrote: > ...you need to do: > > (1) start the sling testing instance > > cd launchpad/testing > mvn clean > mvn launchpad:run > > (2) in a separate shell, run the integration tests > > cd launchpad/integration

Validation integration tests fails

2015-04-14 Thread Carsten Ziegeler
It seems our jenkins jobs fail because of tests in the validation fail Could someone please look into it? Thanks Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

[jira] Closed: (SLING-837) Integrate JCRInstall integration tests with the main integration tests

2010-09-24 Thread Carsten Ziegeler (JIRA)
[ https://issues.apache.org/jira/browse/SLING-837?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler closed SLING-837. -- > Integrate JCRInstall integration tests with the main integration te

[jira] Resolved: (SLING-837) Integrate JCRInstall integration tests with the main integration tests

2009-10-09 Thread Bertrand Delacretaz (JIRA)
moved (SLING-1141), marking won't fix. > Integrate JCRInstall integration tests with the main integration tests > -- > > Key: SLING-837 > URL: https://issues.apache.

osgi.installer integration tests are hanging

2010-08-25 Thread Mike Müller
Hi With the newest trunk the osgi.installer integration tests are hanging, without displaying an error. best regards mike output from maven

Failure in installer integration tests

2011-09-19 Thread Carsten Ziegeler
Hi, it seems that the integration tests in the installer fail for some time now. I'm actually not sure if this is a problem of the installer, the test or a general problem. The interesting thing is, if you build the integration tests standalone, they run fine without problems. Only in the re

SLING-2543 breaks integration tests

2012-09-25 Thread Carsten Ziegeler
Hi, encoding the redirect url breaks our integration tests (therefore I reopened SLING-2543). It seems that our tests do not except an encoded redirect url and I'm wondering about existing clients. Regards Carsten -- Carsten Ziegeler cziege...@apache.org

Integration tests near to modules

2016-09-28 Thread Stefan Seifert
module is released it may be required to release the integration test project as well. a goal would be to move most of module-specific integration tests "near to the module" or just in the module project itself, using one oft the numerous available integration test tool support av

Two models integration tests fail

2014-08-29 Thread Bertrand Delacretaz
Hi, Dunno if someone is already looking at this? When building bundles/extensions/models/integration-tests RemoteIT.testInterfaceInjection testInterfaceInjection(org.apache.sling.models.it.SimpleTest): Model is null RemoteIT.testConstructorInjection testConstructorInjection

Re: Validation integration tests fails

2015-04-14 Thread Konrad Windszus
Sorry for that. Should be fixed now. Konrad > Am 14.04.2015 um 18:12 schrieb Carsten Ziegeler : > > It seems our jenkins jobs fail because of tests in the validation fail > > Could someone please look into it? > > Thanks > Carsten > -- > Carsten Ziegeler > Adobe Research Switzerland > cziege..

Karaf integration tests running times

2015-04-23 Thread Robert Munteanu
Hi, I noticed that our sling-contrib build is quite slow on Jenkins, taking around 90 minutes. Out of those, about 60 minutes are spent in the 'Apache Sling Launchpad Karaf - Integration Tests' module. I am not familiar with that module, but perhaps there's a low-hanging fruit wh

Sling Models Integration Tests broken

2023-07-07 Thread Konrad Windszus
HI, The ITs at https://github.com/apache/sling-org-apache-sling-models-integration-tests built through https://ci-builds.apache.org/blue/organizations/jenkins/Sling%2Fmodules%2Fsling-org-apache-sling-models-integration-tests/activity are failing since quite some time and also reference pretty

[jira] Created: (SLING-2023) Sample Integration tests should run in the integration-tests phase

2011-03-07 Thread Bertrand Delacretaz (JIRA)
Sample Integration tests should run in the integration-tests phase -- Key: SLING-2023 URL: https://issues.apache.org/jira/browse/SLING-2023 Project: Sling Issue Type

[jira] [Resolved] (SLING-2023) Sample Integration tests should run in the integration-tests phase

2023-04-12 Thread Carsten Ziegeler (Jira)
[ https://issues.apache.org/jira/browse/SLING-2023?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Carsten Ziegeler resolved SLING-2023. - Resolution: Won't Fix > Sample Integration tests should run in the integrati

Re: osgi.installer integration tests are hanging

2010-08-25 Thread Carsten Ziegeler
Mike Müller wrote > Hi > > With the newest trunk the osgi.installer integration tests are hanging, > without displaying an error. > Strange - it works for me without any problems. Are you doing a full reactor build? Carsten > best regards > mike &

RE: osgi.installer integration tests are hanging

2010-08-25 Thread Mike Müller
I did the whole sling build with mvn clean install in the sling directory. best regards mike > -Original Message- > From: Carsten Ziegeler [mailto:cziege...@apache.org] > Sent: Wednesday, August 25, 2010 3:04 PM > To: dev@sling.apache.org > Subject: Re: osgi.installer in

Re: osgi.installer integration tests are hanging

2010-08-25 Thread Justin Edelson
On 8/25/10 9:04 AM, Carsten Ziegeler wrote: > Mike Müller wrote >> Hi >> >> With the newest trunk the osgi.installer integration tests are hanging, >> without displaying an error. >> > Strange - it works for me without any problems. ditto > > Are yo

RE: osgi.installer integration tests are hanging

2010-08-25 Thread Mike Müller
Maybe it's a problem only on windows xp, but the felix framework seems to hung... > -Original Message- > From: Justin Edelson [mailto:justinedel...@gmail.com] > Sent: Wednesday, August 25, 2010 3:27 PM > To: dev@sling.apache.org > Subject: Re: osgi.installer integrati

Re: osgi.installer integration tests are hanging

2010-08-25 Thread Felix Meschberger
> With the newest trunk the osgi.installer integration tests are hanging, > without displaying an error. > > best regards > m

Re: osgi.installer integration tests are hanging

2010-08-25 Thread Justin Edelson
ight be windows related ??? One thing that would be worth checking is what version of Felix Pax Exam is using. Justin > > Regards > Felix > > On 25.08.2010 14:29, Mike Müller wrote: >> Hi >> >> With the newest trunk the osgi.installer integration tests are han

PermGen space problems Re: integration tests

2010-09-14 Thread Andreas Kuckartz
I am aware from another project that PermGen space problems can be really nasty... As a wild guess this might help: How to deal with “java.lang.OutOfMemoryError: PermGen space” error http://stackoverflow.com/questions/88235/how-to-deal-with-java-lang-outofmemoryerror-permgen-space-error Cheers,

Re: Failure in installer integration tests

2011-09-19 Thread Carsten Ziegeler
; it seems that the integration tests in the installer fail for some > time now. I'm actually not sure if this is a problem of the installer, > the test or a general problem. The interesting thing is, if you build > the integration tests standalone, they run fine without problems. Only >

Re: Failure in installer integration tests

2011-09-19 Thread Felix Meschberger
ne works but reactor build fails. > > As I'm always using Java 5 I've no idea when this changed :( > > Regards > Carsten > > 2011/9/19 Carsten Ziegeler : >> Hi, >> >> it seems that the integration tests in the installer fail for some >> time now.

Re: SLING-2543 breaks integration tests

2012-09-26 Thread Julian Reschke
On 2012-09-26 07:38, Carsten Ziegeler wrote: Hi, encoding the redirect url breaks our integration tests (therefore I reopened SLING-2543). It seems that our tests do not except an encoded redirect url and I'm wondering about existing clients. What clients in particular? Browsers shou

JSP-related integration tests are failing

2009-07-16 Thread Bertrand Delacretaz
Hi, FYI, just tried to run the launchpad/testing integration tests and most or all JSP-related tests are failing. Haven't investigated further yet. -Bertrand Failing tests: testInfiniteLoopDetection(org.apache.sling.launchpad.webapp.integrationtest.JspIncludeTest) testForcedResourc

flaky integration tests with teleporte rule

2016-09-02 Thread Stefan Seifert
i've used the teleporter rules in the integration tests for the context-aware configs: https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextaware-config/integration-tests on my machines they run smooth on a fast machine, but flaky on a not-so-fast machine. source o

[i18n] Integration tests fails with Oak

2016-09-21 Thread Carsten Ziegeler
Hi, I moved the i18n integration tests to use Oak (instead of jackrabbit 2) and now one integration test fails. Right now, I don't see a good reason why. Any help or hint appreciated. Thanks Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

Re: Integration tests near to modules

2016-09-29 Thread Ian Boston
ease the integration > test project as well. > > a goal would be to move most of module-specific integration tests "near to > the module" or just in the module project itself, using one oft the > numerous available integration test tool support available in sling today.

Re: Integration tests near to modules

2016-09-29 Thread Oliver Lietz
ist hat different aspects are mixed in one project, and > > if a new module is released it may be required to release the integration > > test project as well. > > > > a goal would be to move most of module-specific integration tests "near to > > the module" or

Re: Integration tests near to modules

2016-10-03 Thread Robert Munteanu
On Wed, 2016-09-28 at 22:06 +, Stefan Seifert wrote: > a goal would be to move most of module-specific integration tests > "near to the module" or just in the module project itself, using one > oft the numerous available integration test tool support available in > sling

Re: Integration tests near to modules

2016-10-03 Thread Andrei Dulvac
On Mon, Oct 3, 2016 at 12:48 PM Robert Munteanu wrote: > On Wed, 2016-09-28 at 22:06 +, Stefan Seifert wrote: > > a goal would be to move most of module-specific integration tests > > "near to the module" or just in the module project itself, using one >

Re: Integration tests near to modules

2016-10-04 Thread Bertrand Delacretaz
Hi, On Thu, Sep 29, 2016 at 12:06 AM, Stefan Seifert wrote: > ...a goal would be to move most of module-specific integration tests "near to > the module" or just in the > module project itself, using one oft the numerous available integration test > tool support avai

RE: Integration tests near to modules

2016-10-04 Thread Stefan Seifert
>-Original Message- >From: Bertrand Delacretaz [mailto:bdelacre...@apache.org] >Sent: Tuesday, October 4, 2016 9:48 AM >To: dev >Subject: Re: Integration tests near to modules ... >I did attend (most of) the committers roundtable at adaptTo, I don't >think we ma

Re: Integration tests near to modules

2016-10-04 Thread Bertrand Delacretaz
Hi, On Tue, Oct 4, 2016 at 10:48 AM, Stefan Seifert wrote: >>-Original Message- >>From: Bertrand Delacretaz [mailto:bdelacre...@apache.org] >>I...I don't >>think we made any decisions there and those would not be valid anyway >>as they didn't happen on this list. > > yes, see [1].. ah ok

Integration tests with specific Oak backend

2017-01-20 Thread Timothee Maret
Hi, I would like to add an integration test that covers SCD binary less feature (Use Binary References) in a specific setup: Two instances with shared caching blob store (AFAIK any blob store that implements [0] such as [1]). I wonder two things 1. Is it fine to run integration tests

Re: Two models integration tests fail

2014-08-29 Thread Robert Munteanu
Hi, On Fri, Aug 29, 2014 at 10:57 AM, Bertrand Delacretaz wrote: > Hi, > > Dunno if someone is already looking at this? > > When building bundles/extensions/models/integration-tests > > RemoteIT.testInterfaceInjection > testInterfaceInjection(org.apache.sling.models.it

RE: Two models integration tests fail

2014-08-29 Thread Stefan Seifert
>I filed https://issues.apache.org/jira/browse/SLING-3884 for this a >couple of day ago. patch attached in the ticket. stefan

Re: Two models integration tests fail

2014-08-29 Thread Bertrand Delacretaz
On Fri, Aug 29, 2014 at 10:54 AM, Stefan Seifert wrote: >>I filed https://issues.apache.org/jira/browse/SLING-3884 for this a >>couple of day ago. > patch attached in the ticket... Ah great, thanks! I'll have a look at your patch now. -Bertrand

Re: Karaf integration tests running times

2015-04-23 Thread Oliver Lietz
On Thursday 23 April 2015 13:46:52 Robert Munteanu wrote: > Hi, Hi Robert, > I noticed that our sling-contrib build is quite slow on Jenkins, > taking around 90 minutes. Out of those, about 60 minutes are spent in > the 'Apache Sling Launchpad Karaf - Integration Tests' mod

Re: Karaf integration tests running times

2015-04-23 Thread Bertrand Delacretaz
On Thu, Apr 23, 2015 at 1:51 PM, Oliver Lietz wrote: > ...Apart from that we can create a dedicated build job for Karaf > Launchpad That would be great as it looks like that would speed up the contrib build job a lot. -Bertrand

Re: Karaf integration tests running times

2015-04-23 Thread Carsten Ziegeler
While we're at it, my build takes forever at "Building Apache Sling Launchpad Debian Package Builder 8-SNAPSHOT" it seems its executing scripts and whatnot. Does anyone know what it actually does? Carsten -- Carsten Ziegeler Adobe Research Switzerland cziege...@apache.org

Re: Karaf integration tests running times

2015-04-23 Thread Oliver Lietz
rib > build job a lot. Yes, the 53 integration tests currently take 40 minutes when not failing and this is worth a dedicated build job. While we're at it... is there a build job for running Launchpad's integration tests? I still have failing tests when running Launchpad's integ

Re: Karaf integration tests running times

2015-04-24 Thread Robert Munteanu
On Thu, Apr 23, 2015 at 4:19 PM, Carsten Ziegeler wrote: > While we're at it, my build takes forever at > > "Building Apache Sling Launchpad Debian Package Builder 8-SNAPSHOT" > > it seems its executing scripts and whatnot. Does anyone know what it > actually does? https://issues.apache.org/jira

Re: Karaf integration tests running times

2015-04-24 Thread Robert Munteanu
> >> That would be great as it looks like that would speed up the contrib >> build job a lot. > > Yes, the 53 integration tests currently take 40 minutes when not failing and > this is worth a dedicated build job. > > While we're at it... is there a build job for runn

Re: Karaf integration tests running times

2015-04-24 Thread Carsten Ziegeler
Am 24.04.15 um 11:44 schrieb Robert Munteanu: > On Thu, Apr 23, 2015 at 4:19 PM, Carsten Ziegeler > wrote: >> While we're at it, my build takes forever at >> >> "Building Apache Sling Launchpad Debian Package Builder 8-SNAPSHOT" >> >> it seems its executing scripts and whatnot. Does anyone know w

RE: Sling Models Integration Tests broken

2023-07-07 Thread Stefan Seifert
hello konrad. yes, that's an important open issue. the ideal solution would be a) switch to sling 12 + integrate the integration tests in the models impl repository, and have them automatically executed in jenkins when models impl change. this probably involves splitting the integration

Re: Sling Models Integration Tests broken

2023-07-10 Thread Robert Munteanu
Hi, On Fri, 2023-07-07 at 15:04 +, Stefan Seifert wrote: > hello konrad. > > yes, that's an important open issue. the ideal solution would be a) > switch to sling 12 + integrate the integration tests in the models > impl repository, and have them automatically exec

Re: Sling Models Integration Tests broken

2023-07-10 Thread Konrad Windszus
lo konrad. >> >> yes, that's an important open issue. the ideal solution would be a) >> switch to sling 12 + integrate the integration tests in the models >> impl repository, and have them automatically executed in jenkins when >> models impl change. > >

Re: Sling Models Integration Tests broken

2023-07-11 Thread Robert Munteanu
Hi Konrad, On Mon, 2023-07-10 at 19:22 +0200, Konrad Windszus wrote: > Hi, > Thanks for the input. I started with a draft which uses the Starter > during the IT of the Models Impl in > https://github.com/apache/sling-org-apache-sling-models-impl/pull/46. > Unfortunately the “repository” goal of th

Re: PermGen space problems Re: integration tests

2010-09-14 Thread Torgeir Veimo
On 14 September 2010 18:56, Andreas Kuckartz wrote: > I am aware from another project that PermGen space problems can be > really nasty... > > As a wild guess this might help: > > How to deal with “java.lang.OutOfMemoryError: PermGen space” error > http://stackoverflow.com/questions/88235/how-to-d

Build failure in testing/samples/integration-tests

2012-08-04 Thread Bhathiya Jayasekara
Hi all, I did a `maven clean install` in testing/samples/integration-tests. But I get following error in tests. I get the same error when I write my own test cases. What could be the problem? --- T E S T S

Integration tests fail because of SLING-2645

2012-11-02 Thread Mike Müller
Hi The integration tests now fail, because the SortingServiceTracker could not be found in the released version of commons/osgi. Am I correct, that the only way to correct this is to release Commons OSGi bundle in 2.1.2. Or are there any alternative ways to make the tests run again? best

Re: JSP-related integration tests are failing

2009-07-17 Thread Carsten Ziegeler
I guess the new commons classloader bundle is missing. Carsten Bertrand Delacretaz wrote: > Hi, > > FYI, just tried to run the launchpad/testing integration tests and > most or all JSP-related tests are failing. > > Haven't investigated further yet. > >

Re: JSP-related integration tests are failing

2009-07-17 Thread Bertrand Delacretaz
On Fri, Jul 17, 2009 at 10:28 AM, Carsten Ziegeler wrote: > I guess the new commons classloader bundle is missing. It was missing, tried to add it manually but JSP scripts still don't run. steps to reproduce: cd launchpad/testing mvn clean package jetty:run add commons classloader bundle start b

[jira] [Closed] (SLING-7923) Simplify integration tests

2020-11-06 Thread Dan Klco (Jira)
[ https://issues.apache.org/jira/browse/SLING-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Dan Klco closed SLING-7923. --- > Simplify integration tests > -- > > Key

Re: flaky integration tests with teleporte rule

2016-09-02 Thread Bertrand Delacretaz
Hi Stefan, On Fri, Sep 2, 2016 at 12:32 PM, Stefan Seifert wrote: > > ...in the old HttpTestBase there was a concept with launchpad.ready.1 URLs > defined which were checked to see if the > instances was really ready - is there an equivalent concept in the teleporter > rule, how to configure it

RE: flaky integration tests with teleporte rule

2016-09-02 Thread Stefan Seifert
>To: dev >Subject: Re: flaky integration tests with teleporte rule > >Hi Stefan, > >On Fri, Sep 2, 2016 at 12:32 PM, Stefan Seifert >wrote: >> >> ...in the old HttpTestBase there was a concept with launchpad.ready.1 >URLs defined which were checked to see if th

Re: flaky integration tests with teleporte rule

2016-09-06 Thread Oliver Lietz
On Friday 02 September 2016 10:32:38 Stefan Seifert wrote: > i've used the teleporter rules in the integration tests for the > context-aware configs: > https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/contextawar > e-config/integration-tests > > on my machin

Re: [i18n] Integration tests fails with Oak

2016-09-21 Thread Carsten Ziegeler
> Hi, > > I moved the i18n integration tests to use Oak (instead of jackrabbit 2) > and now one integration test fails. Right now, I don't see a good reason > why. > Any help or hint appreciated. > I found the problem: the it test was buggy. It created duplicate messag

Re: Integration tests with specific Oak backend

2017-01-20 Thread Oliver Lietz
that implements [0] such as [1]). > > I wonder two things > > 1. Is it fine to run integration tests using FileDataStores (rather than > the potentially much faster memory based data stores) ? Oak Server, Scripting Thymeleaf and FreeMarker use "real" Sling instances with

Re: Integration tests with specific Oak backend

2017-01-23 Thread Timothee Maret
; > > > Two instances with shared caching blob store (AFAIK any blob > > store that implements [0] such as [1]). > > > > I wonder two things > > > > 1. Is it fine to run integration tests using FileDataStores (rather than > > the potentially much fast

Re: Integration tests with specific Oak backend

2017-01-23 Thread Oliver Lietz
n test that covers SCD binary less > > > > feature > > > > > (Use Binary References) in a specific setup: > > > Two instances with shared caching blob store (AFAIK any blob > > > > > > store that implements [0] such as [1]). > > >

Re: Integration tests with specific Oak backend

2017-01-26 Thread Timothée Maret
red caching blob store (AFAIK any > blob > > > > > > > > store that implements [0] such as [1]). > > > > > > > > I wonder two things > > > > > > > > 1. Is it fine to run integration tests using FileDataStores (rather > than

[jira] [Created] (SLING-10436) Move integration tests

2021-05-29 Thread Eric Norman (Jira)
Eric Norman created SLING-10436: --- Summary: Move integration tests Key: SLING-10436 URL: https://issues.apache.org/jira/browse/SLING-10436 Project: Sling Issue Type: Improvement

[jira] [Created] (SLING-10437) Move integration tests

2021-05-29 Thread Eric Norman (Jira)
Eric Norman created SLING-10437: --- Summary: Move integration tests Key: SLING-10437 URL: https://issues.apache.org/jira/browse/SLING-10437 Project: Sling Issue Type: Improvement

[jira] [Resolved] (SLING-10436) Move integration tests

2021-06-01 Thread Eric Norman (Jira)
-jcr-jackrabbit-accessmanager/commit/fc200f8fa18d1751cfdb4b1013ce0fee055e06fe] > Move integration tests > -- > > Key: SLING-10436 > URL: https://issues.apache.org/jira/browse/SLING-10436 > Project: Sling >

[jira] [Resolved] (SLING-10437) Move integration tests

2021-06-01 Thread Eric Norman (Jira)
-jcr-jackrabbit-usermanager/commit/9e8abdef9a29c51f45b5d69339907f8127e91b46] > Move integration tests > -- > > Key: SLING-10437 > URL: https://issues.apache.org/jira/browse/SLING-10437 > Project: Sling >

[jira] [Commented] (SLING-10437) Move integration tests

2021-06-02 Thread Bertrand Delacretaz (Jira)
are setting up the HTTP client in {{UserManagerClientTestSupport}} and I think we could move that logic to the testing-paxexam module. Created SLING-10445 for that. > Move integration tests > -- > > Key: SLING-10437 > URL: https://iss

[jira] [Created] (SLING-7923) Simplify integration tests

2018-09-13 Thread Oliver Lietz (JIRA)
Oliver Lietz created SLING-7923: --- Summary: Simplify integration tests Key: SLING-7923 URL: https://issues.apache.org/jira/browse/SLING-7923 Project: Sling Issue Type: Improvement

[jira] [Closed] (SLING-7337) Add integration tests

2018-09-14 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz closed SLING-7337. --- > Add integration tests > - > > Key

[jira] [Updated] (SLING-7923) Simplify integration tests

2018-12-17 Thread Oliver Lietz (JIRA)
> Simplify integration tests > -- > > Key: SLING-7923 > URL: https://issues.apache.org/jira/browse/SLING-7923 > Project: Sling > Issue Type: Improvement > Components: JCR >

[jira] [Updated] (SLING-7923) Simplify integration tests

2019-06-16 Thread Oliver Lietz (JIRA)
bnd Maven plugins * make initial content bundle an option * use resource presence to wait for installed content was: * remove boilerplate code and use Testing PaxExam instead * use Sling Parent 34 and bnd Maven plugins > Simplify integration te

[jira] [Resolved] (SLING-7923) Simplify integration tests

2019-06-16 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7923?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-7923. - Resolution: Done > Simplify integration te

[jira] [Created] (SLING-7337) Add integration tests

2017-12-28 Thread Oliver Lietz (JIRA)
Oliver Lietz created SLING-7337: --- Summary: Add integration tests Key: SLING-7337 URL: https://issues.apache.org/jira/browse/SLING-7337 Project: Sling Issue Type: Task Components

[jira] [Resolved] (SLING-7337) Add integration tests

2017-12-28 Thread Oliver Lietz (JIRA)
[ https://issues.apache.org/jira/browse/SLING-7337?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oliver Lietz resolved SLING-7337. - Resolution: Done > Add integration tests > - > >

Build failed in Jenkin - RepoInit Integration Tests

2016-02-05 Thread Stefan Seifert
> [INFO] Apache Sling RepoInit Integration Tests ... FAILURE [4.379s] > [ERROR] Failed to execute goal on project org.apache.sling.repoinit.it: Could > not resolve dependencies for project > org.apache.sling:org.apache.sling.repoinit.it:slingstart:0.0.1-SNAPSHOT: >

SlingRepository Integration Tests fails on new system

2014-03-17 Thread Pontus Amberg
The SlingRepository Integration Tests (in /bundles/jcr/it-jackrabbit-ok/) fails on a new system. I'm not sure but I think the reason might be that JackrabbitRepositoryIT & OakRepositoryIT contains the line mavenBundle("org.apache.sling", "org.apache.sling.jcr.base"

[jira] Created: (SLING-1786) Integration tests for authentication

2010-09-20 Thread Bertrand Delacretaz (JIRA)
Integration tests for authentication Key: SLING-1786 URL: https://issues.apache.org/jira/browse/SLING-1786 Project: Sling Issue Type: Test Components: Authentication Reporter

Re: Integration tests fail because of SLING-2645

2012-11-02 Thread Bertrand Delacretaz
Hi, On Fri, Nov 2, 2012 at 10:06 AM, Mike Müller wrote: > ...The integration tests now fail, because the SortingServiceTracker could > not be > found in the released version of commons/osgi. > Am I correct, that the only way to correct this is to release Commons OSGi > bundle

  1   2   3   4   5   6   7   8   9   10   >