-
Notifications
You must be signed in to change notification settings - Fork 349
Drop Testing for Segfault Couchbase Versions #2252
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
Closed
Closed
Changes from all commits
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
76f5177
skipping unstable version
sabrenner d5df721
restricting upper bound semver
sabrenner 04e1289
seeing if <3.2.0 works
sabrenner a60483b
restricting to all versions <4.0.0
sabrenner a5ff67d
cutting off 4.1.x completely
sabrenner 1b0bd42
removing 3.2.x and 4.1.x
sabrenner b455a91
restricting to just 3.2.2
sabrenner 6c8ef9c
reverting to all versions
sabrenner b3e98c8
changing image
sabrenner e73f4de
remove problematic versions from testing
sabrenner 7438504
allowing 3.2.4 to run to test a version >=3.2.2
sabrenner 0d119be
allowing 3.2.4 to run to test a version >=3.2.2
sabrenner ff1cfc3
ignoring only 3.2.2-3.2.4 on testing side
sabrenner 49f14b4
making versions the same statement in hook
sabrenner ebc23c3
getting rid of couchbase as wipe exception
sabrenner 5231db6
ignoring 4.1.x in tests
sabrenner 602f626
back to ignoring 3.2.2-3.2.4 and 4.1.x
sabrenner c6c0b01
only ignore 4.1.x for logger issue
sabrenner ff38a4f
changing workflow to use node 14
sabrenner ef6cfd5
creating new job, wip
sabrenner e86b2ee
split plugin.yml
sabrenner 5023aa6
using node 16 for v3
sabrenner 977cc91
trying node12 again
sabrenner 343e70a
adding semver restriction to instrumentation
sabrenner 40600aa
using node16
sabrenner 266b52b
wip
sabrenner 1675386
wip
sabrenner 56a286a
wip
sabrenner 620c347
wip
sabrenner 4d83779
wip
sabrenner 4713828
merging in final testings and adding comment specifying why ignoring …
sabrenner 0c435f1
cleanup wip
sabrenner 036ce83
cleanup wip2
sabrenner 22ac365
uncommenting instrumentations
sabrenner af854d6
ignoreMinVersion, refactoring
sabrenner 25d7fa5
testing all versions
sabrenner 2667ca3
resolve version issue
sabrenner 08be629
testing changes
sabrenner 96a06b5
refactoring removeVersions
sabrenner 2ff2a3e
wip
sabrenner f04c403
re-adding versions to externals
sabrenner 51086b1
cleanup
sabrenner 9a4c59c
Merge branch 'master' into sabrenner/couchbasesegfaultfix
sabrenner bdc94f5
removing useless envvar from workflow
sabrenner 2300565
Merge branch 'sabrenner/couchbasesegfaultfix' of github.com:DataDog/d…
sabrenner ed12613
removing v2 workflow
sabrenner ea2b7fb
adding node16 to workflow
sabrenner 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
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.
What's the
sandbox
tag?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.
Just a different version of the image I pushed up. It uses a different parent image, but I wanted to keep the other one in the case that it could still be useful, so I just named this one something different.