AndrewSisley
AndrewSisley
note: Unassigning myself for the cooldown, I intend to pick this up again for v0.12, but anyone else is very welcome to steal it in the meantime, or if I...
Bruno is currently working on a new client for SourceHub that will make things much nicer for us from Defra. It will hopefully be implemented within about 3 weeks. The...
question: The CI is failing, are you wanting feedback before getting that to work?
thought: Allowing sys admins to backup private data could be seen as a breach of trust, it might be better for users to grant the backup user `backup` permission (I...
> Since we are trying to separate the Schema and Collection within the code base, wouldn't unifying this go against what has been done already? I dont think so, it...
> which will pass the test Please do not make the test pass, instead skip it.
Although, come to think about it I dislike this `NoGQLError` boolean. We already had/have a means for handling this - the `TestCase` can have a property that says it only...
Lets talk about this in the standup. I very much want all our clients/mutation types to work in the same way, it makes things a lot easier for us and...
If it is a bug, the test should not pass, and it very definitely should not look like it passes. This use case is exactly why `TestCase.SupportedMutationTypes` exists.
I am failing to see the problem. We have some test actions to perform. Some mutation types result in an error, some do not. Write two sets of tests using...