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

Return working tests on php7.0-php7.2 #140

Closed
wants to merge 4 commits into from

Conversation

bigbes
Copy link
Contributor

@bigbes bigbes commented Dec 2, 2018

  • Update test-run.py and lib/tarantool_server.py to support python 3
  • Update tests accordingly to new version of PHPUnit
  • Added initialization of standart class properties to 'Tarantool'
  • Update .travis.yml (remove all junk)

….1+)

* Update test-run.py and lib/tarantool_server.py to support python 3
* Update tests accordingly to new version of PHPUnit
* Added initialization of standart class properties to 'Tarantool'
@bigbes bigbes self-assigned this Dec 2, 2018
@bigbes bigbes changed the title Return working tests on php7.0-php7.1 Return working tests on php7.0-php7.2 Dec 2, 2018
.travis.yml Outdated

# multiple php version exclusion matrix
matrix:
include:
- { env: TARGET=test, php: 7.1 }
- { env: TARGET=test, php: nightly }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

So only 2 targets will be run. No packaging ones.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Planned to give packaging back in the scope of #117.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

But anyway need to comment this point in the commit message, so I leave the discussion unresolved for now.

Remove obsolete test-suite config from test-run.py
Copy link
Member

@Totktonada Totktonada left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we need to disable tests / targets where fails occur (see Travis-CI) and file backlog issues against these problems.

@@ -245,7 +245,7 @@ def start(self):
self.generate_configuration()
if self.script:
shutil.copy(self.script, self.script_dst)
os.chmod(self.script_dst, 511)
os.chmod(self.script_dst, 0o777)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: You touched this line 2 times arcoss there commits. 0777 → 511 → 0o777. Please, use 0o777 right in the first commit.

{
public function testFoo()
{
$tnt = $this->getMock('Tarantool');
// $tnt = $this->createMock(['Tarantool']);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be removed?

@Totktonada
Copy link
Member

Backlog issues: #117, #139, #146.

@Totktonada
Copy link
Member

Superseded by PR #153.

@Totktonada Totktonada closed this Mar 26, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants