Normen Scheiber

Results 11 issues of Normen Scheiber

Usually the object.MatchSnapshot(...) or Snapshot.Match(...) throws an exception if the snapshot does not match. Now people asked for an option without exception, but with a boolean as return value. I...

enhancement

The error message of the snapshot mismatch exception is not really readable, especially if you have large files. The goal shall be to see the line number and the position...

enhancement

At the moment the snapshot match option "ignore" serializes the value of a field of a snapshot and just ignores this value during comparison. Now we should have the possibility...

enhancement

Jest has the option, to save the snapshot "inline" within the test code file. Have a look at https://jestjs.io/docs/en/snapshot-testing#inline-snapshots

enhancement

Sometimes there are snapshots which contain several fields with the same name which we want to ignore..., for example "duration": ```csharp { "status": "Healthy", "duration": "00:00:00.0361599", "entries": { "SuspendedWorkflows": {...

enhancement

At the moment, the MongoReplicaSetResource of Squadron creates one docker container with a MongoDB server which runs in the replica set mode. Nice to have would be, if we could...

enhancement

If we use the Accept options in a snapshot with the keep original value = true, then we have the issue, that snapshooter creates for small decimal values a number...

Benchmarks for FindIds functionality

MongoDB has no optimistic concurrency handling out of the box. Now, Jimmy Bogard has a blog post how it could be implemented. https://jimmybogard.com/document-level-optimistic-concurrency-in-mongodb/ This would be a very nice enhancement...

Create an extended index function, which creates a new index when the index with the given name not exists OR it skips the index creation if the index with the...

enhancement