Stanislav Malyshev
Stanislav Malyshev
Test dependencies should be marked with test.
This allows explain function to still display proper information even if the underlying query times out. Bug: T223711 Change-Id: Ib1eafc44759a1d2b83f049ef3f4d4a83dc77b3fd
Partially the same as https://github.com/blazegraph/database/issues/40, but I tried to upgrade to 2.9.0 or 2.8.x of Sesame (which may be intermediary step before migrating to RDF4J) and I have these issues:...
Blazegraph started producing these errors today for us, during routine update cycle: ``` 22:57:10.414 [com.bigdata.journal.Journal.executorService1571] ERROR com.bigdata.rdf.spo.SPORelation IP: UA: - java.util.concurrent.ExecutionException: com.bigdata.btree.EvictionError: java.lang.AssertionError: Record exists for offset in cache: offset=2147483616...
When running this query with LIMIT, MINUS does not seem to apply properly: ```sparql SELECT DISTINCT ?item WHERE { hint:Query hint:optimizer "None". SERVICE wikibase:mwapi { bd:serviceParam wikibase:api "Search"; wikibase:endpoint "www.wikidata.org";...
I've found a serious issue with our Blazegraph install, where some triples are dropped from updates. For example, INSERT DATA statement contains these triples: ``` http://www.wikidata.org/entity/Q53489600> . . . ....
In YahooCurl.class.php line 122 there is this code: ``` curl_setopt($ch, CURLOPT_SSL_VERIFYHOST, true); ``` However, CURLOPT_SSL_VERIFYHOST is actually a numeric option, not boolean, and value of 1 is deprecated by curl...
### Bug description In `common_bootstrap_payload` the code uses this: ``` **cached_common_bootstrap_data(utils.get_user_id(), get_locale()), ``` `cached_common_bootstrap_data` is defined as: ``` def cached_common_bootstrap_data( # pylint: disable=unused-argument user_id: int | None, locale: str )...
We are using download.js to download CSV/TSV/etc. data from query application, see source code here: https://github.com/wikimedia/wikidata-query-gui/blob/master/wikibase/queryService/ui/App.js#L515 With 1.4.4, it worked just fine. With 1.4.6+, however, the data is downloaded broken...
I'm getting this when trying to install either master or 0.7.0: ``` running install running bdist_egg running egg_info writing python_rocksdb.egg-info/PKG-INFO writing dependency_links to python_rocksdb.egg-info/dependency_links.txt writing requirements to python_rocksdb.egg-info/requires.txt writing top-level...