Skip to content
This repository has been archived by the owner on May 9, 2023. It is now read-only.

ERROR /bin/sh: /home/shahriyar.rzaev/XB_TEST/server_dir/PS291117-percona-server-5.7.20-18-linux-x86_64-debug/start_dynamic: No such file or directory #213

Closed
ShahriyarR opened this issue Nov 29, 2017 · 1 comment
Labels

Comments

@ShahriyarR
Copy link
Owner

2017-11-29 11:30:07 ERROR    Error occurred while starting MySQL!
2017-11-29 11:30:07 ERROR    /bin/sh: /home/shahriyar.rzaev/XB_TEST/server_dir/PS291117-percona-server-5.7.20-18-linux-x86_64-debug/start_dynamic: No such file or directory
2017-11-29 11:30:07 DEBUG    <pid.PidFile object at 0x7ff4d5d1b368> closing pidfile: /tmp/MySQL-AutoXtraBackup/autoxtrabackup.pid
Traceback (most recent call last):
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/bin/autoxtrabackup", line 11, in <module>
    load_entry_point('mysql-autoxtrabackup==1.5.0', 'console_scripts', 'autoxtrabackup')()
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/lib/python3.5/site-packages/click-6.7-py3.5.egg/click/core.py", line 722, in __call__
    return self.main(*args, **kwargs)
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/lib/python3.5/site-packages/click-6.7-py3.5.egg/click/core.py", line 697, in main
    rv = self.invoke(ctx)
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/lib/python3.5/site-packages/click-6.7-py3.5.egg/click/core.py", line 895, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/lib/python3.5/site-packages/click-6.7-py3.5.egg/click/core.py", line 535, in invoke
    return callback(*args, **kwargs)
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/lib/python3.5/site-packages/click-6.7-py3.5.egg/click/decorators.py", line 17, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/lib/python3.5/site-packages/mysql_autoxtrabackup-1.5.0-py3.5.egg/autoxtrabackup.py", line 203, in all_procedure
    test_obj.wipe_backup_prepare_copyback(basedir=basedir)
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/lib/python3.5/site-packages/mysql_autoxtrabackup-1.5.0-py3.5.egg/prepare_env_test_mode/runner_test_mode.py", line 452, in wipe_backup_prepare_copyback
    options=slave_full_options)
  File "/home/shahriyar.rzaev/virtualenvs/py_3_5_3_autoxtrabackup/lib/python3.5/site-packages/mysql_autoxtrabackup-1.5.0-py3.5.egg/backup_prepare/prepare.py", line 1001, in start_mysql_func
    raise RuntimeError("Error occurred while starting MySQL!")
RuntimeError: Error occurred while starting MySQL!
@ShahriyarR ShahriyarR added the bug label Nov 29, 2017
ShahriyarR added a commit that referenced this issue Nov 29, 2017
@ShahriyarR
Copy link
Owner Author

Seems to be fixed.

ShahriyarR pushed a commit that referenced this issue Nov 29, 2017
* Preliminary fix for issue #213

* adding BIN variable

* Added bats test also
ShahriyarR pushed a commit that referenced this issue Dec 14, 2017
* Bugfix issue195 (#198)

* Preliminary fix for issue #195

* Changed the user name

* Finalizing the feature

* Bugfix issue196 (#200)

* Preliminary fix for issue #196

* Fixing failed sql syntax

* Added sleep() statement

* Increasing sleep()

* Increased sleep to 30 again.

* Changed check uptime

* Added sleep again

* Raised --server-id random range

* changing random server id choice

* Changed values a bit

* Added --no-check-slave-tables for pt-table-checksum

* Finalizing the bug fix

* Bugfix issue199 (#201)

* Passing the xtra_options to copy-back action

* logging the copy-back action output

* Bugfix issue197 (#202)

* Preliminary fix for issue #197

* Added statement to alter table column collation

* Added config file generation for PS 5.5

* fixing build script for PS 5.5

* Renaming basedirs

* added new assert

* fixing basedir passing here

* Logging the failed sql statement

* Fixed alter statement

* Doing some new staff for PS 5.5

* Adding quotes

* Dropping blank users for 5.5 PS as well.

* Adding changes for generating config for PS 5.5

* Added static method for parsing xtrabackup_slave_info

* Finalizing the feature implementation

* Bugfix issue194 (#203)

* Preliminary fix for issue #194

* Added some code to take stream=tar incremental backup

* Fixing tar command to extract to backup folder

* Doing some sanity checks for disabling taking incremental backups with --stream=tar

* Added extracting from tar archive for full backup prepare

* Trying to figure out recent fail

* Preliminary fix for issue #204 (#207)

* Bugfix issue206 (#208)

* Adding general tablespace creation and altering tables

* Fixing failed thing

* Removing table encryption for general tablespace

* Bugfix issue205 (#211)

* Preliminary fix for issue #205

* Fixing sql error

* temporarily disabling the feature

* Finalizing the feature implementation

* Bugfix issue209 (#212)

* Implemented cloning pxbs  from repo for issue #209

* Added few files to build pxb locally

* Changed file permissions

* Finalizing the feature implementation for issue #209

* Trying to fix the issue with PS 5.5 cloning

* Removed unneeded test from prepare_env.bats

* Fixing config generator

* Bugfix issue213 (#214)

* Preliminary fix for issue #213

* adding BIN variable

* Added bats test also

* Bugfix issue210 (#216)

* Preliminary fix for issue #210

* Trying to fix --show_tags output

* adjusting the output

* again trying to adjust the output

* nearly done

* Added completion time

* Adding backup size to backup_tags.txt

* Showing tags + size

* Added more padding

* adjusting output

* adjusting output again

* fixing some things

* Fixing the issue with staticmethod

* Bugfix issue217 (#218)

* Preliminary fix for issue #217

* Fixing the package data to include .sh files

* Added some dependency package installation

* Bugfix issue219 (#221)

* Preliminary fix for issue #219

* Added new for loop

* removing generalt tablespace file outside the datadir each time before backup and after backup actions.

* Making slave2 to remove general tablespace then to copy-back

* creating general tablespace with relative path

* Fixing the simple code issue

* Disabled due to -> https://bugs.launchpad.net/percona-xtrabackup/+bug/1736380

* Bugfix issue220 (#224)

* Preliminary fix for issue #220

* Adding sleep queries to be executed

* fixin max_workers size

* trying to run sleep queries concurrently

* added u+x for file

* Changed to run prior taking the backup

* changed the place of runner for creating sleep queries

* killing select queries immediately

* Adding some new things for tests.

* Trying to spof the reason of the fail

* trying to spot is sqls are run properly

* Do not redirect to /dev/null for now

* added some more options

* changed the position of parallel query run

* increased the value of benchmark

* changed a bit benchmark time

* Added "--ftwrl-wait-timeout=0 " options

* added all kind of options for checking locking

* playing with option values

* Now it should work

* Added --no-backup-locks

* Changed execution a bit

* increasing query size

* Finalizing the feature implementation

* Testing backup lock killing queries

* Trying to enable backup locks

* Added options to PS 5.6 as well

* Finalizing the feature implementation

* Preliminary fix for issue #225 (#226)

* Preliminary fix for issue #229 (#230)

* Bugfix issue222 (#232)

* Preliminary fix for issue #222

* fixing syntax error N1

* Removing the folder prior creating table

* Finalizing the feature implementation for issue #222

* Bugfix issue231 (#234)

* Preliminary fix for issue #231

* Fixing test

* Missed split()

* Preliminary fix for issue #233 (#236)

* Fixed #228 (#237)

* Preliminary fix for issue #223 (#238)

* Preliminary fix for issue #215 (#239)

* Version Bump
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant