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

[BUG] sysbench-test failed with -DENABLE_ASAN=OFF #401

Closed
nautaa opened this issue May 11, 2024 · 0 comments · Fixed by #402
Closed

[BUG] sysbench-test failed with -DENABLE_ASAN=OFF #401

nautaa opened this issue May 11, 2024 · 0 comments · Fixed by #402
Labels
bug Something isn't working

Comments

@nautaa
Copy link
Member

nautaa commented May 11, 2024

Describe the bug
A clear and concise description of what the bug is.
build command:bash build.sh release -DENABLE_ASAN=OFF -DCONCURRENCY=ON -DWITH_UNIT_TESTS=OFF

nohup ./build_release/bin/observer -T one-thread-per-connection -s /tmp/miniob.sock -f etc/observer.ini -P mysql -t mvcc -d disk &
  sleep 10 && echo "wake up"
  mysql --version
  mysql -S /tmp/miniob.sock -e "show tables"
  shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0}
  env:
    BUILD_TYPE: Release

Welcome to the OceanBase database implementation course.

Copyright (c) 2021 OceanBase and/or its affiliates.

Learn more about OceanBase at https://github.com/oceanbase/oceanbase
Learn more about MiniOB at https://github.com/oceanbase/miniob

Successfully load etc/observer.ini
Failed to load page, file_desc:[4](https://github.com/nautaa/miniob/actions/runs/9042108267/job/24848232685#step:5:4), page num:0, due to failed to read data:No such file or directory, ret=-1, page count=0
Failed to open double write buffer file. file=miniob/db/sys/dblwr.db, rc=IOERR_READ
Failed to open db: sys. error=IOERR_READ
Shutdown due to failed to init!
Failed to open system db. rc=IOERR_READ
failed to init handler. rc=IOERR_READ
failed to init global objects
wake up
mysql  Ver 1[5](https://github.com/nautaa/miniob/actions/runs/9042108267/job/24848232685#step:5:5).1 Distrib 10.6.16-MariaDB, for debian-linux-gnu (x8[6](https://github.com/nautaa/miniob/actions/runs/9042108267/job/24848232685#step:5:6)_64) using  EditLine wrapper
ERROR 2002 (HY000): Can't connect to local server through socket '/tmp/miniob.sock' (2)

ref: https://github.com/nautaa/miniob/actions/runs/9042108267
** Environment**
Environment Details sometimes important

  • OS Version:
  • CPU Arch(x86/arm):
  • Compiler:
  • Others:

Fast Reproduce Steps(Required)
Steps to reproduce the behavior:

Expected behavior
A clear and concise description of what you expected to happen.

Actual Behavior
What is the result? picture is allowed

Additional context
Add any other context about the problem here.

@nautaa nautaa added the bug Something isn't working label May 11, 2024
hnwyllmm pushed a commit that referenced this issue May 13, 2024
### What problem were solved in this pull request?

Issue Number: close #401 

some test ref: https://github.com/nautaa/miniob/actions/runs/9042145064

Problem:

### What is changed and how it works?

### Other information
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant