Return-Path: X-Original-To: apmail-stanbol-dev-archive@www.apache.org Delivered-To: apmail-stanbol-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5A26D1004A for ; Mon, 30 Sep 2013 11:13:10 +0000 (UTC) Received: (qmail 96153 invoked by uid 500); 30 Sep 2013 11:13:09 -0000 Delivered-To: apmail-stanbol-dev-archive@stanbol.apache.org Received: (qmail 95932 invoked by uid 500); 30 Sep 2013 11:13:08 -0000 Mailing-List: contact dev-help@stanbol.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@stanbol.apache.org Delivered-To: mailing list dev@stanbol.apache.org Received: (qmail 95924 invoked by uid 99); 30 Sep 2013 11:13:07 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 11:13:07 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rupert.westenthaler@gmail.com designates 74.125.82.46 as permitted sender) Received: from [74.125.82.46] (HELO mail-wg0-f46.google.com) (74.125.82.46) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 30 Sep 2013 11:13:00 +0000 Received: by mail-wg0-f46.google.com with SMTP id k14so5316476wgh.13 for ; Mon, 30 Sep 2013 04:12:40 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=oaB20VDLdAil1WqqFRazfTtwbMSXvJtu0fWJxd481ZM=; b=LS36wMuFQ8Js8nTouaITSf/tr99QJKGpFrKAjVjzheNxycs0utajFYuja0+ye7jolU g81W6JFUhNHOdD9hPW6Uo+FWWpQIPJ+tko+hxzDCiGnQF60fBU9LcXHfW/QD2ZozBuzR S12KIVI59w2wWYoJfxucPDDZCvP5UHM7rzfpmOXRrtkL2kx4wU4hzmwxAlKDeqmP61oH +5FEJnKi7YqRPldS1PehAqWkHTQ4nS7fh6l4LRpnMbpqt6oXo4ReU6XjEeUtP/yPKXhU J7Fq8AlErbrr35OrtGs6QNNj9/tBQjm37C7SbJhpP+ipWzFkCUIouKw2ERI1+GpQar7C +phA== MIME-Version: 1.0 X-Received: by 10.194.23.196 with SMTP id o4mr922485wjf.62.1380539560648; Mon, 30 Sep 2013 04:12:40 -0700 (PDT) Received: by 10.216.181.138 with HTTP; Mon, 30 Sep 2013 04:12:40 -0700 (PDT) In-Reply-To: <52492B11.2040000@ping.de> References: <52492B11.2040000@ping.de> Date: Mon, 30 Sep 2013 13:12:40 +0200 Message-ID: Subject: Re: Lots of failed integration tests From: Rupert Westenthaler To: "dev@stanbol.apache.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Virus-Checked: Checked by ClamAV on apache.org Hi Andreas, looks like the Entityhub Site with the DBpedia default data (as used by most of the integration tests) was not initialized correctly. Do you still have the log files for this test run? You can find the log under 'integration-tests/target/launchdir/stanbol/logs/error.log' Is this reproduceable, or was it only happening once? What mvn command do you run (mvn clean install, mvn test, ...)? best Rupert On Mon, Sep 30, 2013 at 9:41 AM, Andreas Kuckartz wrot= e: > $ mvn clean install -rf :org.apache.stanbol.integration-tests > fails. See below. > > Cheers, > Andreas > --- > > Failed tests: > testCRUD(org.apache.stanbol.ontologymanager.web.it.SessionTest): GET > request to http://localhost:8765/ontonet/session: expecting status 200 > (content: (..) > > testSupportedRDFFormats(org.apache.stanbol.ontologymanager.web.it.Session= Test): > GET request to http://localhost:8765/ontonet/session: expecting status > 200 (content: (..) > > testSupportedOWLFormats(org.apache.stanbol.ontologymanager.web.it.Session= Test): > GET request to http://localhost:8765/ontonet/session: expecting status > 200 (content: (..) > testCRUD(org.apache.stanbol.ontologymanager.web.it.ScopeTest): GET > request to http://localhost:8765/ontonet/ontology: expecting status 200 > (content: (..) > > testSupportedRDFFormats(org.apache.stanbol.ontologymanager.web.it.ScopeTe= st): > GET request to http://localhost:8765/ontonet/ontology: expecting status > 200 (content: (..) > testRetrievel(org.apache.stanbol.entityhub.it.SitesManagerTest): GET > request to > http://localhost:8765/entityhub/sites/entity?id=3Dhttp%3A%2F%2Fdbpedia.or= g%2Fresource%2FParis: > expecting status 200 (content: Entity with ID > 'http://dbpedia.org/resource/Paris' not found an any referenced site(..) > > testFieldQueryValueConstraints(org.apache.stanbol.entityhub.it.SitesManag= erTest): > Missing Results for Query: (..) > > testBoostAndProximityRanking(org.apache.stanbol.entityhub.it.SitesManager= Test): > Missing Results for Query: (..) > > testConstraintValueModeQuery(org.apache.stanbol.entityhub.it.SitesManager= Test): > Missing Results for Query: (..) > > testMultiWordWildcardTextConstraints(org.apache.stanbol.entityhub.it.Site= sManagerTest): > Missing Results for Query: (..) > > testFieldQueryRangeConstraints(org.apache.stanbol.entityhub.it.SitesManag= erTest): > Missing Results for Query: (..) > testFindNameQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testSimilaritySearch(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testSemanticContextQuery(org.apache.stanbol.entityhub.it.SitesManagerTest= ): > Missing Results for Query: (..) > > testFieldQueryMultipleValueConstraints(org.apache.stanbol.entityhub.it.Si= tesManagerTest): > Missing Results for Query: (..) > > testFieldQueryMultiReferenceConstraints(org.apache.stanbol.entityhub.it.S= itesManagerTest): > Missing Results for Query: (..) > testFindWildcards(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testFieldQueryTextConstraints(org.apache.stanbol.entityhub.it.SitesManage= rTest): > Missing Results for Query: (..) > > testFindLanguageQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > testFullTextQuery(org.apache.stanbol.entityhub.it.SitesManagerTest): > Missing Results for Query: (..) > > testFindLimitAndOffsetQuery(org.apache.stanbol.entityhub.it.SitesManagerT= est): > Missing Results for Query: (..) > > testValueConstraintDefaultDataType(org.apache.stanbol.entityhub.it.SitesM= anagerTest): > Returned Query does not contain the default data type > > testLimitNegativeNumber(org.apache.stanbol.entityhub.it.SitesManagerTest)= : > Result Query does not contain Limit property > > testSimpleReconciliation(org.apache.stanbol.entityhub.it.reconcile.Dbpedi= aReconcileTest): > GET request to > http://localhost:8765/entityhub/site/dbpedia/reconcile?queries=3D%7B%22q0= %22%3A%7B%22query%22%3A%22Paris%22%2C%22limit%22%3A3%7D%2C%22q1%22%3A%7B%22= query%22%3A%22London%22%2C%22limit%22%3A3%7D%7D: > expecting status 200 (content: ReferencedSite 'dbpedia' not acitve!) > expected:<200> but was:<404> > > testInitialization(org.apache.stanbol.entityhub.it.reconcile.DbpediaRecon= cileTest): > GET request to > http://localhost:8765/entityhub/site/dbpedia/reconcile?callback=3Djsonp13= 61172630576: > expecting status 200 (content: ReferencedSite 'dbpedia' not acitve!) > expected:<200> but was:<404> > testRetrievel(org.apache.stanbol.entityhub.it.ReferencedSiteTest): GET > request to > http://localhost:8765/entityhub/site/dbpedia/entity?id=3Dhttp%3A%2F%2Fdbp= edia.org%2Fresource%2FParis: > expecting status 200 (content: (..) > > testFieldQueryValueConstraints(org.apache.stanbol.entityhub.it.Referenced= SiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testBoostAndProximityRanking(org.apache.stanbol.entityhub.it.ReferencedSi= teTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testConstraintValueModeQuery(org.apache.stanbol.entityhub.it.ReferencedSi= teTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testMultiWordWildcardTextConstraints(org.apache.stanbol.entityhub.it.Refe= rencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testFieldQueryRangeConstraints(org.apache.stanbol.entityhub.it.Referenced= SiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > testFindNameQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > > testSimilaritySearch(org.apache.stanbol.entityhub.it.ReferencedSiteTest):= POST > request to http://localhost:8765/entityhub/site/dbpedia/query: expecting > status 200 (content: (..) > > testSemanticContextQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTe= st): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testFieldQueryMultipleValueConstraints(org.apache.stanbol.entityhub.it.Re= ferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testFieldQueryMultiReferenceConstraints(org.apache.stanbol.entityhub.it.R= eferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > testFindWildcards(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > > testFieldQueryTextConstraints(org.apache.stanbol.entityhub.it.ReferencedS= iteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testFindLanguageQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest)= : > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > testFullTextQuery(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testFindLimitAndOffsetQuery(org.apache.stanbol.entityhub.it.ReferencedSit= eTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > > testValueConstraintDefaultDataType(org.apache.stanbol.entityhub.it.Refere= ncedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testOffsetNegativeNumber(org.apache.stanbol.entityhub.it.ReferencedSiteTe= st): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testEmptyFieldProperty(org.apache.stanbol.entityhub.it.ReferencedSiteTest= ): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testMissingConstrints(org.apache.stanbol.entityhub.it.ReferencedSiteTest)= : > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testMissingConstraintTypeProperty(org.apache.stanbol.entityhub.it.Referen= cedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testDefaultRangeConstraintDatatypeProperty(org.apache.stanbol.entityhub.i= t.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testDefaultsParameter(org.apache.stanbol.entityhub.it.ReferencedSiteTest)= : > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > > testLimitNegativeNumber(org.apache.stanbol.entityhub.it.ReferencedSiteTes= t): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testMultipleConstraintsForSameField(org.apache.stanbol.entityhub.it.Refer= encedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testMissingTextConstraintTextProperty(org.apache.stanbol.entityhub.it.Ref= erencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testMissingConstraintFieldProperty(org.apache.stanbol.entityhub.it.Refere= ncedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testCustomFieldParameter(org.apache.stanbol.entityhub.it.ReferencedSiteTe= st): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > > testEmptyNameParameter(org.apache.stanbol.entityhub.it.ReferencedSiteTest= ): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 400 (content: (..) > > testRangeConstraintNoBoundsProperties(org.apache.stanbol.entityhub.it.Ref= erencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > testLimitNoNumber(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testMissinValueConstraintValueProperty(org.apache.stanbol.entityhub.it.Re= ferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testOffsetNoNumber(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testMissingReferenceConstraintValueProperty(org.apache.stanbol.entityhub.= it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testDefaultTextConstraintPatternTypeProperty(org.apache.stanbol.entityhub= .it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testUnknownTextConstraintPatternType(org.apache.stanbol.entityhub.it.Refe= rencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testUnknownConstraintType(org.apache.stanbol.entityhub.it.ReferencedSiteT= est): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testEmptyTextConstraintTextProperty(org.apache.stanbol.entityhub.it.Refer= encedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testMissingNameParameter(org.apache.stanbol.entityhub.it.ReferencedSiteTe= st): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 400 (content: (..) > testIllegalJSON(org.apache.stanbol.entityhub.it.ReferencedSiteTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > > testNoContext(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: (..) > > testIllegalLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTes= t): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: (..) > > testMultipleContext(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathT= est): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 200 (content: (..) > > testUnknownContext(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTe= st): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 200 (content: (..) > > testFindInvalidLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPat= hTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: (..) > > testQueryLDPathSelection(org.apache.stanbol.entityhub.it.ldpath.DbpediaLD= PathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 200 (content: (..) > > testFindLDPathOnMultipleResults(org.apache.stanbol.entityhub.it.ldpath.Db= pediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > > testEmptyLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest)= : > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: (..) > > testNoLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: (..) > > testQueryIllegalLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPa= thTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/query: > expecting status 400 (content: (..) > testLDPath(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 200 (content: (..) > > testFindLDPathSelectLabel(org.apache.stanbol.entityhub.it.ldpath.DbpediaL= DPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > > testFindLDPathSelectPaths(org.apache.stanbol.entityhub.it.ldpath.DbpediaL= DPathTest): > POST request to http://localhost:8765/entityhub/site/dbpedia/find: > expecting status 200 (content: (..) > > testEmptyContext(org.apache.stanbol.entityhub.it.ldpath.DbpediaLDPathTest= ): > POST request to http://localhost:8765/entityhub/site/dbpedia/ldpath: > expecting status 400 (content: (..) --=20 | Rupert Westenthaler rupert.westenthaler@gmail.com | Bodenlehenstra=C3=9Fe 11 ++43-699-11108907 | A-5500 Bischofshofen