Skip to content

Conversation

@durran
Copy link
Member

@durran durran commented Jul 15, 2021

Includes only the spec test changes from LB support.

@durran durran changed the title test: lb support spec test changes test(NODE-3011): lb support spec test changes Jul 15, 2021
@durran durran force-pushed the NODE-3011/spec-tests branch 3 times, most recently from aca759a to 7a88a85 Compare July 15, 2021 13:46
return count + pool.currentCheckedOutCount;
}, 0);
expect(checkedOutConnections).to.equal(operation.arguments.connections);
// TODO: Durran: Fix in NODE-3011
Copy link
Member Author

Choose a reason for hiding this comment

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

The count is implemented in the connection pool in NODE-3011 PR.

const maybeIt = test.name.match(/Possible/) ? it.skip : it;
// TODO: Re-enable LoadBalanced in NODE-3011
const maybeIt =
test.name.match(/Possible/) || topologyType === 'LoadBalanced' ? it.skip : it;
Copy link
Member Author

Choose a reason for hiding this comment

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

Will re-enable these as part of NODE-3011

@durran durran added the Primary Review In Review with primary reviewer, not yet ready for team's eyes label Jul 15, 2021
@durran durran force-pushed the NODE-3011/spec-tests branch 3 times, most recently from ec009c7 to b40f2c9 Compare July 15, 2021 14:38
@durran durran force-pushed the NODE-3011/spec-tests branch from b40f2c9 to d92327a Compare July 15, 2021 14:40
@dariakp dariakp self-assigned this Jul 15, 2021
@dariakp dariakp self-requested a review July 15, 2021 14:46
Copy link
Contributor

@dariakp dariakp left a comment

Choose a reason for hiding this comment

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

Just noticed one thing, let me know if that's intentional

@durran durran requested a review from dariakp July 15, 2021 15:18
@dariakp dariakp added Team Review Needs review from team and removed Primary Review In Review with primary reviewer, not yet ready for team's eyes labels Jul 15, 2021
@dariakp dariakp requested review from emadum and nbbeeken July 15, 2021 15:48
@dariakp dariakp marked this pull request as ready for review July 15, 2021 17:17
@dariakp dariakp merged commit b67af3c into 4.0 Jul 15, 2021
@dariakp dariakp deleted the NODE-3011/spec-tests branch July 15, 2021 21:07
ljhaywar pushed a commit that referenced this pull request Nov 9, 2021
* test: lb support spec test changes * test: don't use only in srv test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Team Review Needs review from team

5 participants