Skip to content

Don't write files to test codebase#10765

Merged
tsmaeder merged 1 commit intoeclipse-che:5730_java_ls_pocfrom
tsmaeder:10764_dotClasspath
Aug 14, 2018
Merged

Don't write files to test codebase#10765
tsmaeder merged 1 commit intoeclipse-che:5730_java_ls_pocfrom
tsmaeder:10764_dotClasspath

Conversation

@tsmaeder
Copy link
Copy Markdown
Contributor

What does this PR do?

Fixes a problem with importing simple java projects in selenium tests. We were writing .classpath files to a shared location, which caused intermittent failures with parallel test execution

What issues does this PR fix or reference?

#10764

Signed-off-by: Thomas Mäder <tmader@redhat.com>
@tsmaeder tsmaeder added kind/bug Outline of a bug - must adhere to the bug report template. status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. target/branch Indicates that a PR will be merged into a branch other than master. e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. team/languages labels Aug 14, 2018
@tsmaeder tsmaeder requested a review from tolusha August 14, 2018 08:47
@tsmaeder tsmaeder merged commit ff0da9e into eclipse-che:5730_java_ls_poc Aug 14, 2018
@benoitf benoitf removed the status/code-review This issue has a pull request posted for it and is awaiting code review completion by the community. label Aug 14, 2018
write(
dotProject,
format(
Resources.toString(getResource("projects/jdt-ls-project-files/project"), UTF_8),
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.

Despite the fact that fixup looks good, this utility class shouldn't stick to concrete test project. So concrete project "projects/jdt-ls-project-files" looks odd here.

tsmaeder added a commit that referenced this pull request Aug 22, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Aug 29, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tolusha pushed a commit that referenced this pull request Sep 5, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Sep 13, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Sep 20, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Sep 26, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 1, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 5, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 12, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 16, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 17, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 17, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 17, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 17, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
tsmaeder added a commit that referenced this pull request Oct 17, 2018
Signed-off-by: Thomas Mäder <tmader@redhat.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

e2e-test/failure Issues that is related to a test failures reported by our CI platform and our QE. kind/bug Outline of a bug - must adhere to the bug report template. target/branch Indicates that a PR will be merged into a branch other than master.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants