This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a change to branch geoapi-4.0 in repository https://gitbox.apache.org/repos/asf/sis.git
from 1c81e3ce85 Fix some synchronization holes in parallel execution of tests. new d5834c52c3 Handle a log record about a deprecated EPSG code. That record may or may not be emitted depending on execution order. new 462b65d123 Enable more parallel execution of tests. new caf0bb3727 Cleanup the identification of slow tests. The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../apache/sis/feature/FeatureMemoryBenchmark.java | 6 ++- .../org.apache.sis.metadata/main/module-info.java | 1 + .../org/apache/sis/metadata/sql/TestDatabase.java | 6 +-- .../org/apache/sis/util/iso/DefaultRecordTest.java | 3 ++ .../referencing/factory/sql/EPSGDataAccess.java | 18 +++++--- .../org/apache/sis/io/wkt/ComparisonWithEPSG.java | 3 ++ .../apache/sis/parameter/ParameterFormatTest.java | 3 ++ .../test/org/apache/sis/referencing/CRSTest.java | 3 +- .../referencing/factory/sql/EPSGFactoryTest.java | 6 +++ .../referencing/factory/sql/EPSGInstallerTest.java | 3 ++ .../projection/MercatorMethodComparison.java | 4 ++ .../{Benchmark.java => ProjectionBenchmark.java} | 14 ++++-- .../referencing/operation/provider/NTv2Test.java | 6 ++- .../transform/EllipsoidToCentricTransformTest.java | 28 +++++++++++- .../sis/test/integration/ConsistencyTest.java | 6 +-- .../sis/storage/test/CoverageReadConsistency.java | 3 ++ .../sis/test/{Performance.java => Benchmark.java} | 21 ++++++--- .../test/org/apache/sis/test/LoggingWatcher.java | 51 ++++++++++++++++++---- .../test/org/apache/sis/test/TestCase.java | 10 +++++ .../org/apache/sis/util/collection/CacheTest.java | 6 ++- .../apache/sis/util/collection/RangeSetTest.java | 4 +- .../sis/util/logging/PerformanceLevelTest.java | 3 +- incubator/build.gradle.kts | 3 ++ .../test/org/apache/sis/map/SEPortrayerTest.java | 5 +++ .../sis/map/service/GraphicsPortrayerTest.java | 10 ++++- optional/build.gradle.kts | 3 ++ 26 files changed, 186 insertions(+), 43 deletions(-) rename endorsed/src/org.apache.sis.referencing/test/org/apache/sis/referencing/operation/projection/{Benchmark.java => ProjectionBenchmark.java} (96%) rename endorsed/src/org.apache.sis.util/test/org/apache/sis/test/{Performance.java => Benchmark.java} (60%)