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

NVM testing #49

Open
wants to merge 190 commits into
base: develop
Choose a base branch
from
Open

NVM testing #49

wants to merge 190 commits into from

Commits on Nov 25, 2020

  1. NRL stress testing

    zuevmaxim committed Nov 25, 2020
    Configuration menu
    Copy the full SHA
    be2d094 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2020

  1. Some optimization

    zuevmaxim committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    a5700d8 View commit details
    Browse the repository at this point in the history
  2. Implement primitives

    zuevmaxim committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    2cda77f View commit details
    Browse the repository at this point in the history
  3. Fix

    zuevmaxim committed Dec 14, 2020
    Configuration menu
    Copy the full SHA
    98bf051 View commit details
    Browse the repository at this point in the history

Commits on Jan 10, 2021

  1. Use one crash exception

    zuevmaxim committed Jan 10, 2021
    Configuration menu
    Copy the full SHA
    d14e554 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af678e2 View commit details
    Browse the repository at this point in the history

Commits on Jan 13, 2021

  1. Update primitives

    zuevmaxim committed Jan 13, 2021
    Configuration menu
    Copy the full SHA
    56376fb View commit details
    Browse the repository at this point in the history

Commits on Jan 14, 2021

  1. Implement system crash

    zuevmaxim committed Jan 14, 2021
    Configuration menu
    Copy the full SHA
    2f838bf View commit details
    Browse the repository at this point in the history

Commits on Jan 16, 2021

  1. Configuration menu
    Copy the full SHA
    959c58e View commit details
    Browse the repository at this point in the history
  2. Test with 3 threads

    zuevmaxim committed Jan 16, 2021
    Configuration menu
    Copy the full SHA
    e54fab1 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2021

  1. Extract recoverable runner

    zuevmaxim committed Jan 17, 2021
    Configuration menu
    Copy the full SHA
    0a22fea View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2021

  1. Implement durable model run

    zuevmaxim committed Jan 20, 2021
    Configuration menu
    Copy the full SHA
    d5c39ba View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2021

  1. Durable verification, WIP

    zuevmaxim committed Jan 22, 2021
    Configuration menu
    Copy the full SHA
    21508fb View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2021

  1. Do not save crashes

    zuevmaxim committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    2d087fc View commit details
    Browse the repository at this point in the history
  2. Context container

    zuevmaxim committed Jan 23, 2021
    Configuration menu
    Copy the full SHA
    7290fce View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2021

  1. Reset cache

    zuevmaxim committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    5c27d3d View commit details
    Browse the repository at this point in the history
  2. No crashes recover model

    zuevmaxim committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    ccdfcdb View commit details
    Browse the repository at this point in the history
  3. Busy waiting barrier

    zuevmaxim committed Jan 24, 2021
    Configuration menu
    Copy the full SHA
    495c344 View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2021

  1. Configuration menu
    Copy the full SHA
    6c8b37f View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2021

  1. Implement system crash

    zuevmaxim committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    1a4efb4 View commit details
    Browse the repository at this point in the history
  2. Durable recover

    zuevmaxim committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    c277bca View commit details
    Browse the repository at this point in the history
  3. Await recover

    zuevmaxim committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    f00f8c1 View commit details
    Browse the repository at this point in the history
  4. Use clocks only on crash

    zuevmaxim committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    e1dcb0c View commit details
    Browse the repository at this point in the history
  5. Update queue test

    zuevmaxim committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    34870a7 View commit details
    Browse the repository at this point in the history
  6. Fix barrier

    zuevmaxim committed Feb 1, 2021
    Configuration menu
    Copy the full SHA
    0cb603a View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. Fix system crash for NRL

    zuevmaxim committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    596c060 View commit details
    Browse the repository at this point in the history
  2. Add tests

    zuevmaxim committed Feb 2, 2021
    Configuration menu
    Copy the full SHA
    f502f2e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2021

  1. Configuration menu
    Copy the full SHA
    22cb87f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0e6d26 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2021

  1. Configuration menu
    Copy the full SHA
    447887c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2021

  1. Rename node

    zuevmaxim committed Feb 9, 2021
    Configuration menu
    Copy the full SHA
    32bbf8e View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2021

  1. Update test

    zuevmaxim committed Feb 13, 2021
    Configuration menu
    Copy the full SHA
    ea6d813 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Add link free test

    zuevmaxim committed Feb 16, 2021
    Configuration menu
    Copy the full SHA
    7dd37d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2021

  1. Configuration menu
    Copy the full SHA
    eceb400 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'origin/develop' into test-nlr

    # Conflicts:
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/Reporter.kt
    zuevmaxim committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    b1dbab8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e49ffb0 View commit details
    Browse the repository at this point in the history
  4. Move test

    zuevmaxim committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    e93a115 View commit details
    Browse the repository at this point in the history
  5. Crash only before api calls

    zuevmaxim committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    f2b78d0 View commit details
    Browse the repository at this point in the history
  6. Crash on writes

    zuevmaxim committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    bf92ec1 View commit details
    Browse the repository at this point in the history
  7. Introduce proxy crash error

    zuevmaxim committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    5086aa5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5b24ada View commit details
    Browse the repository at this point in the history
  9. Remove log

    zuevmaxim committed Feb 23, 2021
    Configuration menu
    Copy the full SHA
    05c370a View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2021

  1. Configuration menu
    Copy the full SHA
    79d90ca View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2021

  1. Fix test

    zuevmaxim committed Mar 21, 2021
    Configuration menu
    Copy the full SHA
    fe90e1e View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2021

  1. Fix test with recovery

    zuevmaxim committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    a698a85 View commit details
    Browse the repository at this point in the history
  2. Add failing counter tests

    zuevmaxim committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    014218c View commit details
    Browse the repository at this point in the history
  3. Update persistent test

    zuevmaxim committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    9df0ee6 View commit details
    Browse the repository at this point in the history
  4. Add RWO failing tests

    zuevmaxim committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    274cb6c View commit details
    Browse the repository at this point in the history
  5. Update tests

    zuevmaxim committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    f1f64be View commit details
    Browse the repository at this point in the history
  6. Add TAS failing tests

    zuevmaxim committed Mar 24, 2021
    Configuration menu
    Copy the full SHA
    69d6916 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Some small refactorings

    zuevmaxim committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    3529e99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c85ef8 View commit details
    Browse the repository at this point in the history
  3. Disable failing tests

    zuevmaxim committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    4284345 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cffd14d View commit details
    Browse the repository at this point in the history
  5. Turn on counter test

    zuevmaxim committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    bff8892 View commit details
    Browse the repository at this point in the history
  6. Fix failing tests

    zuevmaxim committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    25a79dd View commit details
    Browse the repository at this point in the history
  7. Fix set tests

    zuevmaxim committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0172605 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Configuration menu
    Copy the full SHA
    64307da View commit details
    Browse the repository at this point in the history
  2. Use binary search

    zuevmaxim committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    82dc16d View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2021

  1. Configuration menu
    Copy the full SHA
    60869ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e48c95 View commit details
    Browse the repository at this point in the history
  3. Update durable set test

    zuevmaxim committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    bb25dea View commit details
    Browse the repository at this point in the history
  4. Add MCAS tests

    zuevmaxim committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    1cfa600 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    fd35947 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5b37663 View commit details
    Browse the repository at this point in the history
  7. Fix counter test

    zuevmaxim committed Mar 28, 2021
    Configuration menu
    Copy the full SHA
    f9f44f6 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Configuration menu
    Copy the full SHA
    4a8e5cc View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2021

  1. Configuration menu
    Copy the full SHA
    d5cbfb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2021

  1. Configuration menu
    Copy the full SHA
    a3aeb49 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ef9bfe9 View commit details
    Browse the repository at this point in the history
  3. Refactor tests run

    zuevmaxim committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    54b8938 View commit details
    Browse the repository at this point in the history
  4. Add log queue test

    zuevmaxim committed Apr 18, 2021
    Configuration menu
    Copy the full SHA
    a97cc8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ce28a0c View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2021

  1. Disable log queue test

    zuevmaxim committed Apr 27, 2021
    Configuration menu
    Copy the full SHA
    e954567 View commit details
    Browse the repository at this point in the history

Commits on May 12, 2021

  1. Model checking implementation for NVM (#79)

    * Model checking implementation
    
    * Fixes
    
    * Implement mc system crash
    
    * Disable constructor recovery
    
    * Fix system crash
    
    * Fix crash transformer
    
    * Fix crash mc tree
    
    * Fix yield reset
    
    * Ignore log queue test
    
    * Enable crash minimization only for stress
    
    * Extract rethrow crash transformer
    
    * Fix durable recover hang
    
    * MC field is handled by shared variable transformer
    
    * Fix non determinism
    
    * Fix thread exit system crash
    
    * Fixes
    
    * Fix
    
    * Set random
    
    * Fix non determinism
    
    * fix random
    
    * Enable queue test
    
    * Implement system crash for MC
    
    * Revert odd change
    
    * Crash thread right after wake up
    
    * Revert "Crash thread right after wake up"
    
    This reverts commit f6d82a4
    
    * Do not switch on system crash
    
    * Turn off some crash positions
    
    * Fix MCAS test
    
    * Fix test
    
    * Disable log queue test
    
    * Customize tests
    
    * Add small queue test
    
    * Add more switch points
    
    * Fix switch/crash points order
    
    * Fix test
    
    * Fix MCAS test
    
    * Add trace point for switch
    
    * Fix CAS test
    
    * Smaller number of crash points
    
    * Fix tas test
    
    * Fix rwo test
    
    * Rewrite barrier
    
    * Small refactoring
    
    * Revert: use thread local random
    
    * Refactor durable recover synchronized wrap with mc
    
    * Fix hang on error bug
    
    * Fix mcas test
    
    * Rename crash trace point
    
    * Add NO_CRASH_INITIATOR constant
    
    * Add CrashError equals/hashCode
    zuevmaxim committed May 12, 2021
    Configuration menu
    Copy the full SHA
    8231053 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2021

  1. Nvm probability (#85)

    * Implement probability model for uniform distribution
    
    * Fix hang on error bug
    
    * Check detectable execution model
    
    * Bound number of crashes
    
    * Ignore test
    
    * Fix ignore test
    
    * Refactor NRL tests
    
    * Fix merge
    
    * Fix tests
    
    * Fix tests 2
    
    * Rewrite queue tests
    
    * Rewrite durable set tests
    
    * Fix tests 3
    
    * Rewrite MCAS tests
    
    * Fix mcas no recover test
    
    * Fix queue test
    
    * Fix minimize crashes
    
    * Fix set test
    zuevmaxim committed May 14, 2021
    Configuration menu
    Copy the full SHA
    7d952f5 View commit details
    Browse the repository at this point in the history
  2. Fix set test

    zuevmaxim committed May 14, 2021
    Configuration menu
    Copy the full SHA
    387cfe3 View commit details
    Browse the repository at this point in the history
  3. Fix test

    zuevmaxim committed May 14, 2021
    Configuration menu
    Copy the full SHA
    55b03f5 View commit details
    Browse the repository at this point in the history
  4. Add log queue test

    zuevmaxim committed May 14, 2021
    Configuration menu
    Copy the full SHA
    bc0b81c View commit details
    Browse the repository at this point in the history
  5. Fix test

    zuevmaxim committed May 14, 2021
    Configuration menu
    Copy the full SHA
    5107665 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2021

  1. Fix log test

    zuevmaxim committed May 15, 2021
    Configuration menu
    Copy the full SHA
    965f69f View commit details
    Browse the repository at this point in the history

Commits on May 19, 2021

  1. Single thread crash in MC (#88)

    * Fix: system/single-thread crash choice should be iterated by MC
    zuevmaxim committed May 19, 2021
    Configuration menu
    Copy the full SHA
    e8b7ab3 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2021

  1. Update ReadWriteObjectTest.kt

    ndkoval committed May 25, 2021
    Configuration menu
    Copy the full SHA
    0b6c447 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2021

  1. Limit crashes number in MC

    zuevmaxim committed May 26, 2021
    Configuration menu
    Copy the full SHA
    d615b8d View commit details
    Browse the repository at this point in the history
  2. Rewrite MCAS test

    zuevmaxim committed May 26, 2021
    Configuration menu
    Copy the full SHA
    199ac54 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2021

  1. Merge remote-tracking branch 'origin/develop' into test-nlr

    # Conflicts:
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/CTestConfiguration.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/LinChecker.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/Options.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/Reporter.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/strategy/managed/ManagedCTestConfiguration.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/strategy/managed/ManagedStrategy.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/strategy/managed/modelchecking/ModelCheckingCTestConfiguration.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/strategy/managed/modelchecking/ModelCheckingOptions.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/strategy/stress/StressCTestConfiguration.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/strategy/stress/StressOptions.kt
    #	src/jvm/test/org/jetbrains/kotlinx/lincheck/test/verifier/CustomScenarioDSL.kt
    zuevmaxim committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    a590665 View commit details
    Browse the repository at this point in the history
  2. Fix merge

    zuevmaxim committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    68e45b1 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2021

  1. Merge remote-tracking branch 'origin/develop' into test-nlr

    # Conflicts:
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/LinChecker.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/Reporter.kt
    #	src/jvm/main/org/jetbrains/kotlinx/lincheck/strategy/managed/TracePoint.kt
    zuevmaxim committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    4199c7f View commit details
    Browse the repository at this point in the history
  2. Fix merge

    zuevmaxim committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    26867b0 View commit details
    Browse the repository at this point in the history
  3. Refactor durable verifier

    zuevmaxim committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    1d54853 View commit details
    Browse the repository at this point in the history
  4. Decrease test iterations

    zuevmaxim committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    793e098 View commit details
    Browse the repository at this point in the history
  5. Fix

    zuevmaxim committed Jun 29, 2021
    Configuration menu
    Copy the full SHA
    39f2a49 View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2021

  1. Configuration menu
    Copy the full SHA
    96c08f2 View commit details
    Browse the repository at this point in the history
  2. Add repository

    zuevmaxim committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    abc4ab6 View commit details
    Browse the repository at this point in the history
  3. Add repository

    zuevmaxim committed Jul 5, 2021
    Configuration menu
    Copy the full SHA
    6f60e22 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2021

  1. Configuration menu
    Copy the full SHA
    136e51c View commit details
    Browse the repository at this point in the history
  2. Add links

    zuevmaxim committed Jul 25, 2021
    Configuration menu
    Copy the full SHA
    936a4c6 View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2021

  1. Configuration menu
    Copy the full SHA
    42c17c8 View commit details
    Browse the repository at this point in the history
  2. Add random choosing node

    zuevmaxim committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    65284f9 View commit details
    Browse the repository at this point in the history
  3. Fasten simple tests

    zuevmaxim committed Jul 26, 2021
    Configuration menu
    Copy the full SHA
    8f4e923 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2021

  1. Fix CrashFree mc

    zuevmaxim committed Jul 27, 2021
    Configuration menu
    Copy the full SHA
    bfce59c View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2021

  1. Fix force switch on crash

    zuevmaxim committed Jul 31, 2021
    Configuration menu
    Copy the full SHA
    36c4cea View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    194d035 View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2021

  1. Configuration menu
    Copy the full SHA
    567a953 View commit details
    Browse the repository at this point in the history
  2. Add relaxed queue test

    zuevmaxim committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    591aa0b View commit details
    Browse the repository at this point in the history
  3. Set random seeds to 16

    zuevmaxim committed Aug 1, 2021
    Configuration menu
    Copy the full SHA
    3c43d1c View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2021

  1. Fix test

    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    7c656e3 View commit details
    Browse the repository at this point in the history
  2. Smaller MSQueue test

    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    00a40b3 View commit details
    Browse the repository at this point in the history
  3. Larger smart set

    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    bed2644 View commit details
    Browse the repository at this point in the history
  4. Fix relaxed queue test

    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    1c79c0f View commit details
    Browse the repository at this point in the history
  5. Revert "Choose random seed only in root"

    This reverts commit 194d035.
    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    ec07109 View commit details
    Browse the repository at this point in the history
  6. Add stack test

    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    3797e6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    26822eb View commit details
    Browse the repository at this point in the history
  8. Fix stack test

    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    f678455 View commit details
    Browse the repository at this point in the history
  9. MCAS test

    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    4fd4339 View commit details
    Browse the repository at this point in the history
  10. Fix set to NVM method

    zuevmaxim committed Aug 2, 2021
    Configuration menu
    Copy the full SHA
    90a3e2c View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2021

  1. Fix setToNVM mc tests

    zuevmaxim committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    d768daf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c8a4438 View commit details
    Browse the repository at this point in the history
  3. Fix ms queue iterations

    zuevmaxim committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    99d825a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    40142f2 View commit details
    Browse the repository at this point in the history
  5. Revert atomic nvm api

    zuevmaxim committed Aug 3, 2021
    Configuration menu
    Copy the full SHA
    49d68b8 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Fix mc crash count

    zuevmaxim committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    8ae6cc1 View commit details
    Browse the repository at this point in the history
  2. Remove bintray

    zuevmaxim committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    f144671 View commit details
    Browse the repository at this point in the history
  3. MC immediate system crash

    zuevmaxim committed Aug 4, 2021
    Configuration menu
    Copy the full SHA
    73a09b2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3ef583f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7da2c12 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    88f5d25 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. Add assertions

    zuevmaxim committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    c994c2b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed30f0a View commit details
    Browse the repository at this point in the history
  3. Small random

    zuevmaxim committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    2df37b7 View commit details
    Browse the repository at this point in the history
  4. Add single word cas test

    zuevmaxim committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    ee8bb9b View commit details
    Browse the repository at this point in the history
  5. Fix single cas test

    zuevmaxim committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    929a923 View commit details
    Browse the repository at this point in the history
  6. Add queue lock test

    zuevmaxim committed Aug 5, 2021
    Configuration menu
    Copy the full SHA
    380d516 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6a53cb0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Fix one thread crash

    zuevmaxim committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    3d12ec4 View commit details
    Browse the repository at this point in the history
  2. Add RME test

    zuevmaxim committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    27c6dac View commit details
    Browse the repository at this point in the history

Commits on Aug 9, 2021

  1. Rename package

    zuevmaxim committed Aug 9, 2021
    Configuration menu
    Copy the full SHA
    7e088fc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4a0fa4d View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Configuration menu
    Copy the full SHA
    8db5bd8 View commit details
    Browse the repository at this point in the history
  2. Fix HB in system crash

    zuevmaxim committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    ce87b81 View commit details
    Browse the repository at this point in the history
  3. Fix crash print

    zuevmaxim committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    e65c90a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ac8d53 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Fix tests

    zuevmaxim committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    23384c7 View commit details
    Browse the repository at this point in the history
  2. Fix verification, add tests

    zuevmaxim committed Aug 11, 2021
    Configuration menu
    Copy the full SHA
    b48ba31 View commit details
    Browse the repository at this point in the history

Commits on Aug 12, 2021

  1. Fix set test

    zuevmaxim committed Aug 12, 2021
    Configuration menu
    Copy the full SHA
    91b7b71 View commit details
    Browse the repository at this point in the history

Commits on Aug 13, 2021

  1. Configuration menu
    Copy the full SHA
    35ee8cf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    364a71a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4d52285 View commit details
    Browse the repository at this point in the history
  4. Fix CAS test

    zuevmaxim committed Aug 13, 2021
    Configuration menu
    Copy the full SHA
    93d403d View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2021

  1. Fix verifier

    zuevmaxim committed Aug 14, 2021
    Configuration menu
    Copy the full SHA
    ac82b7b View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Configuration menu
    Copy the full SHA
    d756024 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf605f8 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2021

  1. Revert immutable list

    zuevmaxim committed Sep 9, 2021
    Configuration menu
    Copy the full SHA
    13ca195 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Configuration menu
    Copy the full SHA
    94d456c View commit details
    Browse the repository at this point in the history
  2. Clean up

    zuevmaxim committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    8a08dd7 View commit details
    Browse the repository at this point in the history
  3. Clean up

    zuevmaxim committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    4e449f9 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2021

  1. Rename

    zuevmaxim committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    c676f65 View commit details
    Browse the repository at this point in the history
  2. Clean up

    zuevmaxim committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    6887af2 View commit details
    Browse the repository at this point in the history
  3. Rename

    zuevmaxim committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    dbb2706 View commit details
    Browse the repository at this point in the history
  4. Clean up

    zuevmaxim committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b82f268 View commit details
    Browse the repository at this point in the history
  5. Clean up

    zuevmaxim committed Sep 17, 2021
    Configuration menu
    Copy the full SHA
    b43c24b View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2021

  1. Add comments

    zuevmaxim committed Sep 18, 2021
    Configuration menu
    Copy the full SHA
    78e5ed7 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2021

  1. Add comments

    zuevmaxim committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    f171b70 View commit details
    Browse the repository at this point in the history
  2. Add comments and clean up

    zuevmaxim committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    232edd9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1a485d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8c5a49c View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Get rid of global objects!!

    zuevmaxim committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    35bfc4f View commit details
    Browse the repository at this point in the history
  2. Fix test

    zuevmaxim committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    c10957e View commit details
    Browse the repository at this point in the history
  3. Clean up

    zuevmaxim committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    da3cd7c View commit details
    Browse the repository at this point in the history
  4. Add comments

    zuevmaxim committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    84b813d View commit details
    Browse the repository at this point in the history
  5. Clean up

    zuevmaxim committed Oct 10, 2021
    Configuration menu
    Copy the full SHA
    e12ec79 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Add comments

    zuevmaxim committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    98c2b56 View commit details
    Browse the repository at this point in the history
  2. Add comments

    zuevmaxim committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    cefdae2 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Clean up

    zuevmaxim committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    cf12fd1 View commit details
    Browse the repository at this point in the history
  2. Add comments

    zuevmaxim committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2d72d92 View commit details
    Browse the repository at this point in the history
  3. Add comments

    zuevmaxim committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4aa915a View commit details
    Browse the repository at this point in the history
  4. Add comments

    zuevmaxim committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    8fb4320 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3ced377 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f8a01cf View commit details
    Browse the repository at this point in the history
  7. Clean up

    zuevmaxim committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f93a119 View commit details
    Browse the repository at this point in the history
  8. Add test

    zuevmaxim committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    6db33d9 View commit details
    Browse the repository at this point in the history
  9. Clean up

    zuevmaxim committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4273c0c View commit details
    Browse the repository at this point in the history
  10. Clean up

    zuevmaxim committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    46eb485 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    61f7f2c View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    7c32f72 View commit details
    Browse the repository at this point in the history
  2. Reload nonVolatile methods

    zuevmaxim committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    39f7769 View commit details
    Browse the repository at this point in the history
  3. Clean up

    zuevmaxim committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    1f42292 View commit details
    Browse the repository at this point in the history
  4. Clean up

    zuevmaxim committed Oct 13, 2021
    Configuration menu
    Copy the full SHA
    ac5f8ca View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. Configuration menu
    Copy the full SHA
    028179a View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2022

  1. Small ParallelTestsTest

    zuevmaxim committed Feb 22, 2022
    Configuration menu
    Copy the full SHA
    ead2f97 View commit details
    Browse the repository at this point in the history