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

oss-4.0.11: Changes from DSEDB - DO NOT MERGE #67

Open
wants to merge 32 commits into
base: trunk
Choose a base branch
from
Open
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
c254d79
STAR-564 Check only MODIFY on base when updating table with MV (#17)
jtgrabowski Jun 1, 2021
f64ad5b
Add pytest cache and vscode folders to gitignore (#21)
k-rus Jun 8, 2021
4e9590c
STAR-582 fix repair error on one node cluster (#20)
k-rus Jun 11, 2021
79db6a5
STAR-247: Allow to easily run tests against big or bti sstable format
jacek-lewandowski Apr 2, 2021
66b72b4
STAR-247: remove format specific parts of assertions
jtgrabowski Apr 6, 2021
d5c8692
STAR-247: Standalone scrubber should use the same default sstable for…
jacek-lewandowski Jun 23, 2021
3ecb300
STAR-247: Add allowed warning for running scrub test
jacek-lewandowski Jun 23, 2021
c3eaa83
STAR-14: Fix expectations to include memtable table parameter
blambov Apr 12, 2021
ba3f669
STAR-254: add DateRange and Geo tests (#9)
jtgrabowski Apr 20, 2021
c7d5965
STAR-452: add EverywhereStrategy smoke test (#10)
jtgrabowski Apr 21, 2021
e8fed18
STAR-431: Add option to prevent any file-I/O from cqlsh
mfleming May 24, 2021
f011e36
STAR-431: Add more tests to make sure commands work without --no-file…
mfleming May 25, 2021
8c9f07f
STAR-432: Add tests for consistency level options (#18)
tlasica Jun 1, 2021
47c0399
STAR-543: Port guardrail tests and changes (#19)
djatnieks Jun 8, 2021
1120d65
STAR-765: Add tests for cloud connection. (#23)
tlasica Jun 16, 2021
61e1d98
STAR-386: Add logging around failure to get timestamp info (#28)
djatnieks Jun 24, 2021
39fc3bd
STAR-517. Skip as it is not possible to test it reliably. (#34)
tlasica Jul 2, 2021
dd195a1
STAR-386 Increase client timeout for test_simultaneous_bootstrap (#37)
djatnieks Jul 2, 2021
56b4680
STAR-385 Retry cluster stop after exception stopping 'gently' (#36)
djatnieks Jul 2, 2021
aae8a6b
STAR-13 Run tests for UnifiedCompactionStrategy (#22)
Gerrrr Jul 15, 2021
aad664b
STAR-826 Add missing import (#40)
Gerrrr Jul 16, 2021
2a2726a
STAR-836 Fix TestCompaction_with_UnifiedCompactionStrategy.bloomfilte…
Gerrrr Aug 5, 2021
3cc377c
STAR-822: Update test_consistent_repair dtest
jacek-lewandowski Aug 16, 2021
a265fbf
STAR-843: Update dtests for ULID based generation ID
jacek-lewandowski Aug 20, 2021
90dd2d6
STAR-899: Fix merge_schema_failure_4x.btm script to reflect our chang…
jacek-lewandowski Mar 21, 2022
648a02e
STAR-1200: Better logging for dtests (#55)
jacek-lewandowski Mar 21, 2022
181ad9e
STAR-394: Fix various timeouts (#57)
jacek-lewandowski Mar 21, 2022
f8dda73
STAR-386: Increase client timeout (#56)
jacek-lewandowski Mar 22, 2022
61fb254
STAR-899 Fix class name used from SchemaManager to Schema (#58)
djatnieks May 23, 2022
2dd1103
Star 1329 (#61)
mike-tr-adamson Jul 12, 2022
662cd67
STAR-1589: Fix typos in bootstrap_test.py (#62)
jacek-lewandowski Sep 19, 2022
34ced4f
STAR-1709: Add 'Small commitlog volume detected' to acceptable error …
jacek-lewandowski Nov 3, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Add pytest cache and vscode folders to gitignore (#21)
(cherry picked from commit b3bd616)
(cherry picked from commit f2c3701)
(cherry picked from commit ba91f9d)
(cherry picked from commit cce73fb)
(cherry picked from commit bdf8a96)
(cherry picked from commit 12d4292)
(cherry picked from commit bb61740)
k-rus authored and djatnieks committed Aug 21, 2023
commit f64ad5bc5f0fbcc07dbbb7d0ec5862bb97e1d303
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -16,3 +16,4 @@ bin/
lib/
pyvenv.cfg
src/
.vscode/
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
--- a/.gitignore
+++ b/.gitignore
@@ -11,12 +11,9 @@
html/
doxygen/doxypy-0.4.2/
.pytest_cache/
-<<<<<<<

bin/
lib/
pyvenv.cfg
src/
-=======
.vscode/
->>>>>>>