Skip to content

Optionally start cart downloads in QUEUED state#107

Open
patrick-austin wants to merge 3 commits intomasterfrom
106_queue_carts
Open

Optionally start cart downloads in QUEUED state#107
patrick-austin wants to merge 3 commits intomasterfrom
106_queue_carts

Conversation

@patrick-austin
Copy link

Closes #106

*/
public void setQueueCarts(boolean queueCarts) {
this.queueCarts = queueCarts;
System.out.println("set: " + this.queueCarts);

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we remove this System.out?

@patrick-austin
Copy link
Author

Had to use (and expand the usability of) MockProperties for the failing test. Locally for me it was fine, as I do not have DB triggers so all my Datasets are 0 size/count. The CI does set these up, meaning Datasets do have size in the CI and the limits are set to 0 to test failure states in some other tests. So to get the test for queued carts to pass, need to set non-zero limits for that test only, then revert back to 0 for the other tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Optionally start cart downloads in QUEUED state

2 participants