Locally you can temporary use the @ignore tag, but I'm afraid there's no
way to bypass it on Travis. We can just wait long enough to re-run the
building, hoping that some one else hasn't already reached the query
limit in the meantime.
PS: on 7.x branch I see test
org.wicketstuff.security.SessionInvalidationTest is failing. I haven't
investigated the problem yet but it could be something related to the
changes to mock entities made with WICKET-6441.
On 17/02/2018 17:16, Maxim Solodovnik wrote:
Hello All,
I have started local build of wickestuff right now and got following
errors:
I believe there might be limitation on query per day/per application
What is the correct way to bypass this limitation?
Thanks in advance!
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Running wicket.contrib.gmap.util.GMapTest
log4j:WARN No appenders could be found for logger
(org.apache.wicket.Application).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for
more info.
Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.358 sec -
in wicket.contrib.gmap.util.GMapTest
Running wicket.contrib.gmap.util.GeocoderTest
Tests run: 3, Failures: 0, Errors: 2, Skipped: 0, Time elapsed: 0.433 sec
<<< FAILURE! - in wicket.contrib.gmap.util.GeocoderTest
testCenterAndFitZoomForAdress(wicket.contrib.gmap.util.GeocoderTest) Time
elapsed: 0.359 sec <<< ERROR!
org.wicketstuff.gmap.geocoder.GeocoderException: OVER_QUERY_LIMIT
at org.wicketstuff.gmap.geocoder.Geocoder.decode(Geocoder.java:130)
at org.wicketstuff.gmap.geocoder.Geocoder.geocode(Geocoder.java:182)
at
org.wicketstuff.gmap.geocoder.Geocoder.centerAndFitZoomForAdress(Geocoder.java:254)
at
wicket.contrib.gmap.util.GeocoderTest.testCenterAndFitZoomForAdress(GeocoderTest.java:61)
testGeocoding(wicket.contrib.gmap.util.GeocoderTest) Time elapsed: 0.074
sec <<< ERROR!
org.wicketstuff.gmap.geocoder.GeocoderException: OVER_QUERY_LIMIT
at org.wicketstuff.gmap.geocoder.Geocoder.decode(Geocoder.java:130)
at org.wicketstuff.gmap.geocoder.Geocoder.geocode(Geocoder.java:182)
at wicket.contrib.gmap.util.GeocoderTest.testGeocoding(GeocoderTest.java:41)
Results :
Tests in error:
GeocoderTest.testCenterAndFitZoomForAdress:61 » Geocoder OVER_QUERY_LIMIT
GeocoderTest.testGeocoding:41 » Geocoder OVER_QUERY_LIMIT