Commit ba5973a
authored
Assert max uid to detect uid range issues (#275)
## Checklist before submitting
- [X] Did you read the [contributing
guide](https://github.com/G-Research/spark-dgraph-connector/blob/contributing-guidelines/CONTRIBUTING.md)?
- [ ] Did you update the docs?
- [ ] Did you write any tests to validate this change?
## Description
Asserts the max uid of the Dgraph instance used for unit tests to flag
unexpected large uid ranges.
## Review process for approval
1. All tests and other checks must succeed.
2. At least one core contributors must review and approve.
3. If a core contributor requests changes, they must be addressed.1 parent 72d1349 commit ba5973a
File tree
1 file changed
+4
-1
lines changed- src/test/scala/uk/co/gresearch/spark/dgraph
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
45 | 48 | | |
46 | 49 | | |
47 | 50 | | |
| |||
0 commit comments