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

Test review Core I-J #926

Merged
merged 76 commits into from
Mar 21, 2024
Merged

Test review Core I-J #926

merged 76 commits into from
Mar 21, 2024

Commits on Mar 10, 2024

  1. Configuration menu
    Copy the full SHA
    4013a39 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3d26a3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    10e76b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a06a660 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9c83fbc View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8ee8c6d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cac2362 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ada9e66 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    714a57d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e5389c8 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    be5b832 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4429965 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    2495e3d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    abc9da0 View commit details
    Browse the repository at this point in the history
  15. Test review of TestIndexWriterOutOfFileDescriptors, and clean up cond…

    …itioned-out code in TestIndexWriterReader
    paulirwin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    bf07f88 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    994c3a6 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5e3aab7 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    7740520 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    bdf7c68 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c5dbc09 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    e7240ce View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    606e5e0 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    2c9c783 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    4704c50 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    d1c9990 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    c21a280 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    0e9a187 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    ebca50c View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    823a94d View commit details
    Browse the repository at this point in the history
  30. Test review of TestNorms

    paulirwin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    39dc3d0 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    9845b19 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    ad18ef0 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    129f67b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    2996ed9 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    14ccf01 View commit details
    Browse the repository at this point in the history
  36. Test review of TestOmitTf

    paulirwin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    733834b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    93ab197 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    41a01c3 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    69246d5 View commit details
    Browse the repository at this point in the history
  40. Test review of TestPayloads

    paulirwin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    36addaa View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    171d420 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    64df147 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    f029231 View commit details
    Browse the repository at this point in the history
  44. Replace int.MinValue with MergeTrigger.NONE

    The original Java code uses null, but that causes problems if you make
    the enum nullable. This is a cleaner solution although it is an API
    mismatch from the Java semantics.
    paulirwin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    cd8e057 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    ab67dbb View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    c86c513 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    faadc67 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    b9c047b View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    7498e9e View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    ccbb96e View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    74d4272 View commit details
    Browse the repository at this point in the history
  52. Test review of TestSnapshotDeletionPolicy; revert SetUp change on Tes…

    …tSegmentTermDocs and add comment
    paulirwin committed Mar 10, 2024
    Configuration menu
    Copy the full SHA
    ce0c5b8 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    7ffae7f View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    7d675dd View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2024

  1. Configuration menu
    Copy the full SHA
    836e38e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    578184f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0e8f58f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d793adf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4461cc3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    52bd7d4 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c8cfc0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05e33c1 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e98324 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    81e3ec7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c8c1f15 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    bd2c945 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    0da3d2b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d41501f View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Misc cleanup from PR review

    - add LUCENENET to C#-specific comment
    - add back unused using for Assert as safeguard with comment
    - use invariant culture for number conversion in
      TestIndexWriterExceptions
    paulirwin committed Mar 13, 2024
    Configuration menu
    Copy the full SHA
    80673c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59db9c9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1c43b7f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8def01 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9be0d3e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2967e0c View commit details
    Browse the repository at this point in the history

Commits on Mar 14, 2024

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

Commits on Mar 16, 2024

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