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

fix: fixed start test before task starting finishes #7102

Merged
merged 3 commits into from Jun 23, 2022

Conversation

Aleksey28
Copy link
Collaborator

@Aleksey28 Aleksey28 commented Jun 22, 2022

[closes #7062]

Purpose

Don't run tests until a task starts running.

Approach

  1. Add test
  2. Add waiting until a task starts running

References

#7062

Pre-Merge TODO

  • Write tests for your proposed changes
  • Make sure that existing tests do not fail

@Aleksey28 Aleksey28 temporarily deployed to CI June 22, 2022 07:29 Inactive
@@ -20,8 +20,10 @@ interface BrowserJobResultInfo {
data?: any; // eslint-disable-line @typescript-eslint/no-explicit-any
}

enum StartStatus { none, starting, started }
Copy link
Collaborator

Choose a reason for hiding this comment

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

enum BrowserJobStatus { initialized, starting, started }

export default class BrowserJob extends AsyncEventEmitter {
private _started: boolean;
private _startStatus: StartStatus;
Copy link
Collaborator

Choose a reason for hiding this comment

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

private _status:...

@Aleksey28 Aleksey28 removed the request for review from AlexKamaev June 22, 2022 09:01
@Aleksey28 Aleksey28 temporarily deployed to CI June 22, 2022 09:04 Inactive
@Aleksey28 Aleksey28 removed the request for review from VasilyStrelyaev June 22, 2022 10:54
@miherlosev miherlosev merged commit 73f6c2d into DevExpress:master Jun 23, 2022
@github-actions
Copy link

github-actions bot commented Jul 8, 2022

Release v1.20.0-rc.1 addresses this.

@Aleksey28 Aleksey28 deleted the gh7062 branch October 11, 2022 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants