Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename TestDeltaConnectionServer to LocalDeltaConnectionServer in local-server - part 1 #1339

Merged
merged 1 commit into from
Feb 25, 2020
Merged

Rename TestDeltaConnectionServer to LocalDeltaConnectionServer in local-server - part 1 #1339

merged 1 commit into from
Feb 25, 2020

Conversation

agarwal-navin
Copy link
Contributor

Fixes #1338

Renamed TestDeltaConnectionServer and other related classes in local-server with local prefix instead of test since these are used in scenarios other than testing.
A follow up change will update the consumers to use the new name.

@@ -28,20 +28,20 @@ import {
DebugLogger,
} from "@microsoft/fluid-server-test-utils";
import { configureWebSocketServices} from "@microsoft/fluid-server-lambdas";
import { TestReservationManager } from "./testReservationManager";
import { LocalReservationManager } from "./localReservationManager";
Copy link
Contributor

Choose a reason for hiding this comment

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

can you add this to breaking? maybe lump it in with the package change section, so it's all together

@agarwal-navin agarwal-navin merged commit 3012442 into microsoft:master Feb 25, 2020
anthony-murphy pushed a commit that referenced this pull request Feb 25, 2020
…nnectionServer and LocalDeltaConnectionServer. (#1344)

Fixes #1338

Follow-up change to #1339 . Updates the consumers of local-server to use the renamed LocalDeltaConnectionServer and ILocalDeltaConnectionServer.
@agarwal-navin agarwal-navin deleted the renameTestInLocalServer branch March 4, 2020 23:25
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.

Rename TestDeltaConnectionServer to LocalDeltaConnectionServer in local-server
2 participants