You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.
Writing the tests for SparkLaws lead me to think that there should really be a platform agnostic set of laws, or at least a PlatformLaws base class. There's a lot of overlap with the scalding platform in these tests. Having a PlatformLaws test suite would also better describe the contract and expected behavior of all platforms.
The text was updated successfully, but these errors were encountered:
Anybody working on that? I would like to try do that.
For now that test should be base for ScaldingLaws, StormLaws and SparkLaws. Am I correct?
Should I use specs2?
Great! Noone's working on this, afaik. We also have MemoryLaws and ConcurrentMemoryLaws. I believe we prefer using scalatest now, @johnynek please advise.
Writing the tests for SparkLaws lead me to think that there should really be a platform agnostic set of laws, or at least a PlatformLaws base class. There's a lot of overlap with the scalding platform in these tests. Having a PlatformLaws test suite would also better describe the contract and expected behavior of all platforms.
The text was updated successfully, but these errors were encountered: