Skip to content

v1.8.5

Compare
Choose a tag to compare
@soyacz soyacz released this 06 Jul 05:29
· 110 commits to master since this release

Changelog

  • 4c07350 Merge pull request #359 from illia-li/il/fix{genInsertJSONStmt}_add_convert_values_for_JSON
  • be2414f Merge pull request #364 from illia-li/il/fix-check-skip_0rows_processing
  • bf8224e Merge pull request #366 from illia-li/il/fix-schema_config_validation-fix_errors
  • f802c33 Merge pull request #367 from illia-li/il/fix-store_lt-add_nil_processing
  • b63bacf Merge pull request #369 from nuivall/pause_generators
  • 2032d9a Merge pull request #371 from nuivall/fix_rand_in_mutate
  • ec40788 Merge pull request #372 from scylladb/dk/fix-stale-at-the-end
  • ee08726 Merge pull request #373 from nuivall/retry_with_new_t
  • ec35557 Release v1.8.5
  • 0fe2312 fix(gemini): make tests parallel
  • c725a40 fix(generator): can stuck on .Get
  • 03de533 fix(generator): rework waking up generator to avoid unpredictable behavior
  • c7bb551 fix(generators): shuffle code around
  • 6bbb4fb fix(go.mod): update gocql to v1.8.0
  • 3e6d9a4 fix(jobs): generalize test code
  • ec412e4 fix(jobs): make update test results work
  • 5a97304 fix(jobs): use provided randomness source in mutate instead of global one
  • f708d86 fix(mutate): change error log level to Error
  • 3e8f096 fix(root): fix oracle timeout
  • d96087a fix(store) add nil processing in lt function
  • 408d0bb fix(store): add skip condition for responses with 0 rows
  • fd28158 fix(store): retry with new timestamp value
  • 1c44451 fix(tests): get rid of loop variables
  • aa2c7dc fix(typedef): 'time', 'timestamp', 'date' types generate fixed, added convert type 'time' for JSON
  • 4a7f50b fix(typedef): fix wrong error condition
  • 2dad33b git: add vscode dir to gitignore