opengeospatial / ets-wfs20

Executable Test Suite for WFS 2.0
Other
8 stars 11 forks source link

Method selectRandomFeatureIdentifiers can come into an endless loop #228

Closed dstenger closed 2 years ago

dstenger commented 2 years ago

The while loop in DataSampler.selectRandomFeatureIdentifiers() can come into an endless loop when the same feature ids are used multiple times in a single feature type.

Proposed solution: Test suite fails when the same feature ids are used multiple times as the GML 3.2.1 specification (OGC 07-036; 7.2.4.5) states that the id must be unique.

dstenger commented 2 years ago

GML 3.2.1 specification (OGC 07-036; 7.2.4.5):

Screenshot 2022-05-11 at 09 53 45