microsoft / CorrelationVector-Java

CorrelationVector-Java provides a reference Java implementation of the CorrelationVector protocol for tracing and correlation of events through a distributed system.
MIT License
7 stars 6 forks source link

Using spin operator with V1 vectors #8

Open Jamminroot opened 5 years ago

Jamminroot commented 5 years ago

Some tests are trying to verify usage of spin method for vectors, generated as v1 vectors which do not support this.

    public void immutableCVWithTerminator()
    public void spinOverMaxCVLength()
    public void spinSortValidation()