-
Notifications
You must be signed in to change notification settings - Fork 80
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
Nightly / fix nightly check #641
Merged
devinrsmith
merged 26 commits into
deephaven:main
from
devinrsmith:nightly/fix-nightly-check
May 27, 2021
+384
−272
Merged
Changes from all commits
Commits
Show all changes
26 commits
Select commit
Hold shift + click to select a range
5cca709
try some changes for nightly check
devinrsmith ee6f309
An empty commit
devinrsmith 4a2a992
try to find leak
devinrsmith 22c9122
Revert "try to find leak"
devinrsmith b28653f
fuzzer fix
devinrsmith c453333
test serial fix
devinrsmith 72cf355
try conservative parallel
devinrsmith 8b5bda9
more time table fixes
devinrsmith 36d32d2
test serial again
devinrsmith 1050cfb
Set proper gradle properties for CI. Ensure we override project prope…
devinrsmith b5993ee
Break out jobs
devinrsmith 3089bbb
Merge remote-tracking branch 'upstream/main' into fix-nightly-check
devinrsmith 15ac4e7
don't fix chunker parser test wrt db.timeTable
devinrsmith 7e00e56
try parallel, and remove hacks
devinrsmith 295d963
lower heap size for tests
devinrsmith 073657c
some changes
devinrsmith e792242
force tasks to rerun on nightly
devinrsmith 80be636
Merge remote-tracking branch 'upstream/main' into fix-nightly-check
devinrsmith a70b329
Add link to ticket
devinrsmith feaf3a0
reset testParallel to original
devinrsmith def110c
Publish the reports inline for Deephaven sourced runs
devinrsmith 038cb79
Fixes failing serialTest
devinrsmith 0b9c2d1
Revert "reset testParallel to original"
devinrsmith 912f93f
update comment
devinrsmith fd3922d
Merge remote-tracking branch 'upstream/main' into nightly/fix-nightly…
devinrsmith d1b9bcc
Fixes from review
devinrsmith File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this our "todo standard"? I've been doing
TODO (deephaven/deephaven-core/issues/#
).There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#87 , I'm not sure exactly what @mofojed means when he says permalink will be auto added?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have this documented in our
CONTRIBUTING.md
guide or in our wiki anywhere... @chipkent to decide if it should be documented anywhere.When discussing previously, we had settled on just the issue number if in the same repo, or repo and issue number if in a different repo. In this case, it would be
# TODO: #639 ...
. These comments are on issue #87 .Also the GitHub plugin for VSCode has a handy trigger that will automatically create issues for you, and link them back to the code: https://code.visualstudio.com/docs/editor/github#_creating-issues
I'm not seeing a similar plugin for IntelliJ.