Skip to content

feat:add some tests for batches#128

Draft
GrapeBaBa wants to merge 1 commit intoa16z:masterfrom
GrapeBaBa:issue_93
Draft

feat:add some tests for batches#128
GrapeBaBa wants to merge 1 commit intoa16z:masterfrom
GrapeBaBa:issue_93

Conversation

@GrapeBaBa
Copy link
Copy Markdown
Contributor

@GrapeBaBa GrapeBaBa commented May 4, 2023

fix #93

Signed-off-by: grapebaba <281165273@qq.com>
Arc::new(RwLock::new(state)),
Arc::new(config.clone()),
);
assert!(batches.next().is_none());
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Shouldn't we be constructing this test to try and get a batch from this?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

@ncitron yeah, just draft, will change this assertion.

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.

tests: more robust testing for derivation stages

2 participants