Skip to content

Conversation

alenakhineika
Copy link
Contributor

Allow users to overwrite appName in a connection string. Keep the application name via driverInfo metadata.

@alenakhineika alenakhineika added the wip Work in Progress label Jan 12, 2022
@addaleax addaleax changed the title fix: persist custom appname MONGOSH-1015 fix(cli-repl): persist custom appname MONGOSH-1015 Jan 13, 2022
@alenakhineika alenakhineika merged commit ef11d09 into main Jan 13, 2022
@alenakhineika alenakhineika deleted the MONGOSH-1015-persist-custom-appname branch January 13, 2022 16:56
return this.skip(); // $currentOp is unversioned
}
const currentOp = await shell.executeLine('db.currentOp()');
expect(currentOp).to.include("appName: 'mongosh 0.0.0-dev.0'");
Copy link
Collaborator

Choose a reason for hiding this comment

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

@alenakhineika This is also breaking release CI right now -- just commenting so we don't forget about it :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
wip Work in Progress
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants