-
Notifications
You must be signed in to change notification settings - Fork 301
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
aurora/2.6 test branch #14539
base: release/2.6
Are you sure you want to change the base?
aurora/2.6 test branch #14539
Commits on Nov 4, 2024
-
wip: more support for sudo-less client
Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 99ce127 - Browse repository at this point
Copy the full SHA 99ce127View commit details -
export daos-related envs in run_remote and clush
Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 299bbda - Browse repository at this point
Copy the full SHA 299bbdaView commit details -
update agent_failure to run journalctl as user
Skip-test: true Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Configuration menu - View commit details
-
Copy full SHA for f278dfe - Browse repository at this point
Copy the full SHA f278dfeView commit details -
disable some unused / not working teardown steps
Skip-test: true Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5ccd81b - Browse repository at this point
Copy the full SHA 5ccd81bView commit details -
optimize move_files when archiving to /lus on computes
Skip-test: true Skip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 5364623 - Browse repository at this point
Copy the full SHA 5364623View commit details -
DAOS-16592 test: Agent failure test changes.
Skip-build: true Summary: Agent failure test changes to support ECBs. Required-githooks: true Signed-off-by: Padmanabhan <ravindran.padmanabhan@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 59dc4d0 - Browse repository at this point
Copy the full SHA 59dc4d0View commit details -
DAOS-16167 test: 10102024 update soak to use internal job scheduler
Skip-build: true Required-githooks: true Signed-off-by: Maureen Jean <maureen.jean@intel.com>
Configuration menu - View commit details
-
Copy full SHA for fcfaec8 - Browse repository at this point
Copy the full SHA fcfaec8View commit details -
include correct soak updates for 2.6
Required-githooks: true Signed-off-by: Maureen Jean <maureen.jean@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 3d1dac8 - Browse repository at this point
Copy the full SHA 3d1dac8View commit details -
DAOS-16752 build: update mercury to 2.4.0
PR-repos: libfabric@PR-77:lastBuild mercury@PR-122:lastBuild Required-githooks: true Signed-off-by: Jerome Soumagne <jerome.soumagne@intel.com>
Configuration menu - View commit details
-
Copy full SHA for ad1996a - Browse repository at this point
Copy the full SHA ad1996aView commit details -
SKip-build: true Required-githooks: true Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Configuration menu - View commit details
-
Copy full SHA for 6cb76b3 - Browse repository at this point
Copy the full SHA 6cb76b3View commit details -
Update vmd harasser with 2.6 function (#15440)
Skip-build: true Required-githooks: true Signed-off-by: Maureen Jean <maureen.jean@intel.com> Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
Configuration menu - View commit details
-
Copy full SHA for d7eb3dd - Browse repository at this point
Copy the full SHA d7eb3ddView commit details -
DAOS-16721 dtx: handle potential DTX ID reusing trouble - b26
Skip-build: true The patch contains the following improvements: 1. When VOS level logic returns -DER_TX_RESATRT, the object level RPC handler should set 'RESEND' flag then restart the transaction with newer epoch. Because dtx_abort() logic cannot guarantee all former prepared DTX entries (on all related participants) can be aborted, especially if the former one failed for some network trouble, that may cause restarted transaction hit -DER_TX_ID_REUSED unexpectedly. 2. Compare the epoch for DTX entries with the same transaction ID for distinguishing potential reused TX ID more accurately. 3. Add DTX entry into DTX CoS cache if cannot commit it synchronously. Then subsequent batched commit logic can handle it. 4. If server complains suspected TX ID reusing, then reports -EIO to related application instead of assertion on client. 5. Control DTX related warning message frequency to avoid log flood. 6. Collect more information when generate some error/warning message. Allow-unstable-test: true Required-githooks: true Signed-off-by: Fan Yong <fan.yong@intel.com>
Configuration menu - View commit details
-
Copy full SHA for e8536cc - Browse repository at this point
Copy the full SHA e8536ccView commit details